On Thu, Jul 18, 2019 at 9:01 PM Kevin McKinney <[email protected]> wrote: > > Hi, I am attempting to cross compile the Linux Kernel 4.20 to be loaded on my > BeagleBone Black, however I am receiving the below error: > > AS usr/initramfs_data.o > /tmp/cc6hWxZG.s: Assembler messages: > /tmp/cc6hWxZG.s:39: Error: selected processor does not support `isb ' in ARM > mode > /tmp/cc6hWxZG.s:90: Error: selected processor does not support `isb ' in ARM > mode > /tmp/cc6hWxZG.s:354: Error: selected processor does not support `isb ' in ARM > mode > scripts/Makefile.build:291: recipe for target 'arch/arm/vfp/vfpmodule.o' > failed > make[1]: *** [arch/arm/vfp/vfpmodule.o] Error 1 > Makefile:1060: recipe for target 'arch/arm/vfp' failed > make: *** [arch/arm/vfp] Error 2 > make: *** Waiting for unfinished jobs....
Your cross compiler smell's fishy... arm-cortex_a8-linux-gnueabihf-gcc --version Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYj6AJ-KuVrwTuDUtkvkcNkvfu0So602YeVgWW9PsAuT_w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
