On Tue, Dec 04, 2018 at 04:06:49PM +0800, Kever Yang wrote: > Hi, > > Any one get any idea about below error? I'm using > evb-rk3229_defconfig and gcc-linaro-6.3.1-2017.05. > > LD u-boot > fs/built-in.o: In function `set_contents': > /home/kever/src/u-boot/fs/fat/fat_write.c:831: undefined reference to > `__aeabi_ldivmod' > /home/kever/src/prebuilts/gcc/linux-x86/arm/gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-ld.bfd: > BFD (Linaro_Binutils-2017.05) 2.27.0.20161019 assertion fail > /home/tcwg-buildslave/workspace/tcwg-make-release/builder_arch/amd64/label/tcwg-x86_64-build/target/arm-linux-gnueabihf/snapshots/binutils-gdb.git~linaro-local~linaro_binutils-2_27-branch/bfd/elf32-arm.c:8784 > make: *** [u-boot] Error 1
Please 'git bisect' this down to a specific commit (since it's a build failure, you can 'git bisect run make O=/tmp/.... CROSS_COMPILE=...' and wait a few minutes at least). I suspect we have a place that needs do_div(). -- Tom
signature.asc
Description: PGP signature
_______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

