From owner-freebsd-arm@FreeBSD.ORG Wed Aug 13 10:46:02 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F266280 for ; Wed, 13 Aug 2014 10:46:02 +0000 (UTC) Received: from poczta.toomeek.waw.pl (unknown [IPv6:2001:67c:232c:1000::fd9b:4fb4]) by mx1.freebsd.org (Postfix) with ESMTP id 0E870246E for ; Wed, 13 Aug 2014 10:46:02 +0000 (UTC) Received: from [192.168.137.1] (cpk219.neoplus.adsl.tpnet.pl [83.31.216.219]) by poczta.toomeek.waw.pl (Postfix) with ESMTPSA id B09F4C600D7 for ; Wed, 13 Aug 2014 06:45:57 -0400 (EDT) Message-ID: <53EB41EC.1080507@toomeek.waw.pl> Date: Wed, 13 Aug 2014 12:46:04 +0200 From: TooMeeK Admin User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Fwd: Re: U-boot for Banana Pi References: <53EB40BC.8070506@toomeek.waw.pl> In-Reply-To: <53EB40BC.8070506@toomeek.waw.pl> X-Forwarded-Message-Id: <53EB40BC.8070506@toomeek.waw.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.3.9 (poczta.toomeek.waw.pl [0.0.0.0]); Wed, 13 Aug 2014 06:45:58 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.98.1 at a8d2ba546e X-Virus-Status: Clean X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Aug 2014 10:46:02 -0000 Problem solved by: rm /usr/local/bin/gcc rm /usr/obj/arm.armv6/usr/src/tmp/usr/bin/gcc ln -s /usr/local/bin/gcc47 /usr/local/bin/gcc set HOSTCC=gcc gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- USE_PRIVATE_LIBGCC=yes clean gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- USE_PRIVATE_LIBGCC=yes Bananapi_config gmake -j4 ARCH=arm CROSS_COMPILE=arm-eabi- USE_PRIVATE_LIBGCC=yes From the beginning there was no such file like /usr/local/bin/gcc I've ended up on: OBJCOPY spl/u-boot-spl.bin MKSUNXI spl/sunxi-spl.bin CAT u-boot-sunxi-with-spl.bin So here is my u-boot for the next step ;) Thank You. Cheers, TooMeeK