From owner-freebsd-arm@freebsd.org Tue Jul 28 17:38:37 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 742539AC600 for ; Tue, 28 Jul 2015 17:38:37 +0000 (UTC) (envelope-from usenet@ulrich-grey.de) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C9511024 for ; Tue, 28 Jul 2015 17:38:36 +0000 (UTC) (envelope-from usenet@ulrich-grey.de) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1438105112; l=1188; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References: In-Reply-To:Subject:Cc:To:From:Date; bh=HDyl+jIVwdOv6/oPIWdbGn98C+WmABAzeu9FX/0QWkE=; b=SrJAC8PJa3pXpEXqB9oPXlP8b4oxhGtaQ4Qr9VdaASPvybO2ZIsXv5c9GaQP/+A636q o+E84vdMUPlVF2KGrCmZhSgoAc2EEW1f3uG77Et6hSIrOi6uFPBeWL8jwAVMJXxbLV+/R UER6lq18b8QPCjfnY0xFA9fcRXKCHp9XnY0= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg47scv96pU= X-RZG-CLASS-ID: mo00 Received: from quad (p54868B27.dip0.t-ipconnect.de [84.134.139.39]) by smtp.strato.de (RZmta 37.8 DYNA|AUTH) with ESMTPSA id Q063b2r6SHcWSSm (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 28 Jul 2015 19:38:32 +0200 (CEST) Date: Tue, 28 Jul 2015 17:38:31 +0000 From: Ulrich Grey To: Russell Haley Cc: freebsd-arm Subject: Re: Hummingboard u-boot not loading? Message-Id: <20150728173831.229400355e485fa511ca388b@ulrich-grey.de> In-Reply-To: References: Organization: - X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; armv6-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 17:38:37 -0000 > 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.