Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 23:56:11 +0100
From:      Jeroen Hofstee <freebsd_arm@myspectrum.nl>
To:        Werner Thie <werner@thieprojects.ch>, Tim Kientzle <tim@kientzle.com>,  "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   Re: sysutils/u-boot-beaglebone-eabi port fails to build
Message-ID:  <52E8358B.3010103@myspectrum.nl>
In-Reply-To: <52E7F07A.7090002@thieprojects.ch>
References:  <52E7F07A.7090002@thieprojects.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E8358B.3010103>