https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88544
--- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> --- ./arch/arm/include/asm/div64.h:1:0: internal compiler error: Illegal instruction also this hints in you using binaries that were compiled for a CPU with an incompatible ISA. Note that you might want to enable core file generation (ulimit -c) from which it should be reasonably easy to identify the faulting instruction and its origin.