From owner-freebsd-arm@FreeBSD.ORG Tue Jan 28 18:01:43 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0737E695 for ; Tue, 28 Jan 2014 18:01:43 +0000 (UTC) Received: from newton.metanet.ch (newton.metanet.ch [80.74.158.130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 61A8E17B2 for ; Tue, 28 Jan 2014 18:01:42 +0000 (UTC) Received: (qmail 31807 invoked from network); 28 Jan 2014 19:01:34 +0100 Received: from udp003908uds.hawaiiantel.net (HELO agora.local) (72.234.77.86) by newton.metanet.ch with ESMTPSA (DHE-RSA-AES256-SHA encrypted, authenticated); 28 Jan 2014 19:01:33 +0100 Message-ID: <52E7F07A.7090002@thieprojects.ch> Date: Tue, 28 Jan 2014 08:01:30 -1000 From: Werner Thie User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Tim Kientzle , "freebsd-arm@freebsd.org" Subject: sysutils/u-boot-beaglebone-eabi port fails to build Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2014 18:01:43 -0000 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