Fwd: Re: U-boot for Banana Pi

TooMeeK Admin maps at toomeek.waw.pl
Wed Aug 13 10:46:02 UTC 2014


Problem solved by:
rm /usr/local/bin/gcc
rm /usr/obj/arm.armv6/usr/src/tmp/usr/bin/gcc
ln -s /usr/local/bin/gcc47 /usr/local/bin/gcc
set HOSTCC=gcc
gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- USE_PRIVATE_LIBGCC=yes clean
gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- USE_PRIVATE_LIBGCC=yes 
Bananapi_config
gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- USE_PRIVATE_LIBGCC=yes

 From the beginning there was no such file like /usr/local/bin/gcc
I've ended up on:
   OBJCOPY spl/u-boot-spl.bin
   MKSUNXI spl/sunxi-spl.bin
   CAT     u-boot-sunxi-with-spl.bin

So here is my u-boot for the next step ;)

Thank You.
Cheers, TooMeeK



More information about the freebsd-arm mailing list