sysutils/u-boot-beaglebone-eabi port fails to build

Jeroen Hofstee freebsd_arm at myspectrum.nl
Tue Jan 28 23:02:07 UTC 2014


Hello Werner,

On 01/28/2014 07:01 PM, Werner Thie wrote:
> make install
> ===>  Building for u-boot-beaglebone-eabi-2013.04
> (cd 
> /usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04;gmake 
> CROSS_COMPILE=arm-eabi- )
> gmake[1]: Entering directory 
> `/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04'
> for dir in tools examples/standalone examples/api arch/arm/cpu/armv7  
> ; do \
>         gmake -C $dir _depend ; done
> gcc: not found

Do you have gcc installed?
Part of the u-boot tree compiles tools for the native host, like mkimage 
etc.

I didn't try, but perhaps this works?
gmake HOSTCC=clang

Which clang version do you have?

Regards,
Jeroen


More information about the freebsd-arm mailing list