Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 08:01:30 -1000
From:      Werner Thie <werner@thieprojects.ch>
To:        Tim Kientzle <tim@kientzle.com>,  "freebsd-arm@freebsd.org" <freebsd-arm@freebsd.org>
Subject:   sysutils/u-boot-beaglebone-eabi port fails to build
Message-ID:  <52E7F07A.7090002@thieprojects.ch>

next in thread | raw e-mail | index | archive | help
Hi Tim

sysutils/u-boot-beaglebone-eabi port fails with

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
gmake[2]: Entering directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/tools'
gmake[2]: Nothing to be done for `_depend'.
gmake[2]: Leaving directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/tools'
gmake[2]: Entering directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/examples/standalone'
gmake[2]: Nothing to be done for `_depend'.
gmake[2]: Leaving directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/examples/standalone'
gmake[2]: Entering directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/examples/api'
gmake[2]: Nothing to be done for `_depend'.
gmake[2]: Leaving directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/examples/api'
gmake[2]: Entering directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/arch/arm/cpu/armv7'
gmake[2]: Nothing to be done for `_depend'.
gmake[2]: Leaving directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/arch/arm/cpu/armv7'
gmake -C tools all
gcc: not found
gmake[2]: Entering directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/tools'
gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -include 
/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/include/libfdt_env.h 
-idirafter 
/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/include 
-idirafter 
/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/include2 
-idirafter 
/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/include 
-I 
/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/lib/libfdt -I 
/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/tools 
-DCONFIG_SYS_TEXT_BASE=0x80800000 -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES 
-pedantic   -o gen_eth_addr.o gen_eth_addr.c -c
gcc: not found
gmake[2]: *** [gen_eth_addr.o] Error 127
gmake[2]: Leaving directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04/tools'
gmake[1]: *** [tools] Error 2
gmake[1]: Leaving directory 
`/usr/ports/sysutils/u-boot-beaglebone-eabi/work/u-boot-2013.04'
*** Error code 2

arm-eabi-gcc is installed,

arm-eabi-gcc -v
Using built-in specs.
COLLECT_GCC=arm-eabi-gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/arm-eabi/4.5.4/lto-wrapper
Target: arm-eabi
Configured with: ./../gcc-4.5.4/configure --target=arm-eabi 
--enable-languages=c,c++,objc --datadir=/usr/local/arm-eabi/share 
--with-system-zlib --disable-nls --without-included_gettext 
--with-newlib --with-dwarf2 
--with-gxx-include-dir=/usr/local/arm-eabi/lib/gcc//include/cxx/ 
--disable-shared --with-gmp=/usr/local --with-mpfr=/usr/local 
--with-mpc=/usr/local --prefix=/usr/local --mandir=/usr/local/man 
--infodir=/usr/local/info/ --build=i386-portbld-freebsd10.0
Thread model: single
gcc version 4.5.4 (GCC)

System version:
FreeBSD xtools 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789

Mahalo, Werner



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