From owner-freebsd-arm@freebsd.org Tue Jul 28 18:05:51 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 891F79ACF9F for ; Tue, 28 Jul 2015 18:05:51 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 373D362C for ; Tue, 28 Jul 2015 18:05:51 +0000 (UTC) (envelope-from russ.haley@gmail.com) Received: by lagw2 with SMTP id w2so73607204lag.3 for ; Tue, 28 Jul 2015 11:05:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9nbUOqzbFxooruGLL0LHlKUcSCnC8OC9dZK0I0/GBno=; b=ZU0vbpT4YWRuICjtPOrCx/GRJUXokhH8DbyWb9xX0S4YV5FWtd3VIY8JFYFpk4yXv1 PtNNEK7IK1Q3KW3Ho2Ro2ElZtrqIyOXJnu7ClQoFS7ZHJLVyJvKOyI0SwWpTvr4xBVVE jnob3xQhVbQs/sL1op+C2kTwNncHQEXtGqxpdGdyYlVdxj0z/AUqVr/Qh3UB8kAnr/0y Y9sPioeXsA2yMLLsoyyLNw3hQSWDLDoDMZPjMeNyixgtE7G8JnDmF3A0AMgZaRh5VMqQ /hr1g4a0SOFIoDAzemPIpyHEh3x2dcppOy2nywE9UxuMpzC/eT7Sqw+F9OMEDz5+rHGr RXXA== MIME-Version: 1.0 X-Received: by 10.152.42.205 with SMTP id q13mr33797398lal.119.1438106749237; Tue, 28 Jul 2015 11:05:49 -0700 (PDT) Received: by 10.152.180.166 with HTTP; Tue, 28 Jul 2015 11:05:49 -0700 (PDT) In-Reply-To: References: <20150728173831.229400355e485fa511ca388b@ulrich-grey.de> Date: Tue, 28 Jul 2015 11:05:49 -0700 Message-ID: Subject: Fwd: Hummingboard u-boot not loading? From: Russell Haley To: freebsd-arm Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 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 Jul 2015 18:05:51 -0000 ---------- Forwarded message ---------- From: Russell Haley Date: Tue, Jul 28, 2015 at 11:05 AM Subject: Re: Hummingboard u-boot not loading? To: Ulrich Grey boo hooo hooo... I just want to boot my new toy! lolz :D Okay, I guess I will delete my ports tree and try and get a previous version from svn? Glad I'm doing this in a jail... On Tue, Jul 28, 2015 at 10:38 AM, Ulrich Grey wrote: > >> In file included from >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/linux/compiler.h:40:0, >> from >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/linux/byteorder/little_endian.h:12, >> from >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/asm/byteorder.h:29, >> from >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/compiler.h:112, >> from >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/image.h:19, >> from >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/common.h:100, >> from lib/asm-offsets.c:15: >> /usr/ports/sysutils/u-boot-cubox-hummingboard/work/u-boot-imx6-e4bc4c3/include/linux/compiler-gcc.h:93:30: >> fatal error: linux/compiler-gcc5.h: No such file or directory >> compilation terminated. >> Makefile:746: recipe for target 'lib/asm-offsets.s' failed >> gmake[1]: *** [lib/asm-offsets.s] Error 1 > > After I have updated the portstree I get the same errors. > I guess this is related to devel/arm-none-eabi-gcc. It's now version 5.2.0. > Version 4.9.2_4 works for me.