Digi-CCWMX53 - u-boot

Rui Paulo rpaulo at me.com
Tue Mar 24 03:20:17 UTC 2015


On Mar 21, 2015, at 14:31, Russell Haley <russ.haley at gmail.com> wrote:
> 
> Thanks for getting back to me Rui,
> 
> I have done the following bit of flailing around:
> 
> - updated my userland to 1100065
> - Installed arm-none-eabi from pkgng as Mr. Lepore has indicated
> - installed the latest gcc (gcc48?)
> - I have since built the xdev target as well.
> - Installed mpc
> - setenv LD_LIBRARY_PATH "/usr/local/lib"
> - ldconfig
> 
> 
> So after much faffing about I've tried a whole bunch of combinations:
> gmake HOSTCC=gcc48 CROSS_COMPILE=arm-none-eabi-
> gmake HOSTCC=gcc48 CROSS_COMPILE=armv6-freebsd-
> gmake SED=gsed HOSTCC=cc CROSS_COMPILE=armv6-freebsd-
> gmake SED=gsed HOSTCC=gcc48 CROSS_COMPILE=arm-none-eabi-
> 
> 
> All with the same result:
> 
> for dir in tools examples/standalone examples/api ; do gmake -C $dir
> _depend ; done
> gmake[1]: Entering directory '/usr/uboot/tools'
> gmake[1]: Nothing to be done for '_depend'.
> gmake[1]: Leaving directory '/usr/uboot/tools'
> gmake[1]: Entering directory '/usr/uboot/examples/standalone'
> gmake[1]: Nothing to be done for '_depend'.
> gmake[1]: Leaving directory '/usr/uboot/examples/standalone'
> gmake[1]: Entering directory '/usr/uboot/examples/api'
> gmake[1]: Nothing to be done for '_depend'.
> gmake[1]: Leaving directory '/usr/uboot/examples/api'
> gmake -C tools all
> gmake[1]: Entering directory '/usr/uboot/tools'
> gcc48 -g -Wall -idirafter /usr/uboot/include -idirafter
> /usr/uboot/include2 -idirafter /usr/uboot/include -I /usr/uboot/libfdt
> -I /usr/uboot/tools -DTEXT_BASE=0x77800000 -DUSE_HOSTCC
> -D__KERNEL_STRICT_NAMES -O -c -o fdt.o
> gcc48: fatal error: no input files
> compilation terminated.
> Makefile:231: recipe for target 'fdt.o' failed
> gmake[1]: *** [fdt.o] Error 1
> gmake[1]: Leaving directory '/usr/uboot/tools'
> Makefile:402: recipe for target 'tools' failed
> gmake: *** [tools] Error 2

It looks like Makefile rules are broken in your system.  Did this ever work for you?

--
Rui Paulo





More information about the freebsd-arm mailing list