From owner-freebsd-arm@freebsd.org Tue Oct 13 03:42:32 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 3CD9BA1181C for ; Tue, 13 Oct 2015 03:42:32 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) (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 135CF140 for ; Tue, 13 Oct 2015 03:42:31 +0000 (UTC) (envelope-from tim@kientzle.com) Received: by pacex6 with SMTP id ex6so7170289pac.3 for ; Mon, 12 Oct 2015 20:42:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=CI1qOysu0N9NhY2MgXBHW682FZwLXpvwRa6wm+WWQQY=; b=XvCg9qasNXe4hP6O19+Pu3AtsYQ6wRt+IGqEg4YmO6xV1qE+fJmzsen9NB4hXSrc6R zhqsXuaZ9w80qFint18BNGhzDNRY8D+56+7n2kobhjikcXUSp6/9GG4mDqknUi5w8tbL bE4PJgzGSYKa8B/nXa0NSWSEL/YHZP8Op1eObhuIFjxBnEWOqNcvV0AKC1ZnK8yUdp1Q Co38koyaXEI4TW57ZEuA6pZgieNhyivqJFsUZon8ZyQL1eqpvWXx7puwCvLLG/e4h14w FgvsEX7ACfPxwgQ3n3dtFhtOYwAQTQiI3oY8p4WSdJ/dVpD1Z2ZGtfE05mtR6Sy4hncA aN9g== X-Gm-Message-State: ALoCoQlMoqJ/DgrG4Vt/g1RQefWMDngdicPHHwXCa1ItXusi0R+XmG5jkkaXeueT3IfW9hvdy8YD X-Received: by 10.68.69.17 with SMTP id a17mr38171826pbu.10.1444707302819; Mon, 12 Oct 2015 20:35:02 -0700 (PDT) Received: from [192.168.1.102] (c-24-6-220-224.hsd1.ca.comcast.net. [24.6.220.224]) by smtp.gmail.com with ESMTPSA id yz3sm717299pbb.37.2015.10.12.20.35.01 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 12 Oct 2015 20:35:02 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) Subject: Re: machine/acle-compat.h missing From: Tim Kientzle In-Reply-To: Date: Mon, 12 Oct 2015 20:34:59 -0700 Cc: John-Mark Gurney , freebsd-arm Content-Transfer-Encoding: quoted-printable Message-Id: <626A93AA-8E14-4027-8FFC-95CA2AC77193@kientzle.com> References: <561B4A25.2030703@gmail.com> <20151012232952.GR67524@funkthat.com> To: jau789@gmail.com X-Mailer: Apple Mail (2.3094) 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, 13 Oct 2015 03:42:32 -0000 Do you get the same problem if you do not override CC and CXX? I=E2=80=99ve never needed to set those. Tim > On Oct 12, 2015, at 7:29 PM, jau789@gmail.com wrote: >=20 > The build environment is amd64 running 10-stable. > The native cc is obviously clang 3.4.1. > The build target in has been rpi2. > To make current build possible at all CC and CXX > are set to clang37 and clang++37 during the make > run. >=20 > --jau > On 13/10/2015 2:29 John-Mark Gurney wrote: > Jukka Ukkonen wrote this message on Mon, Oct 12, 2015 at 08:50 +0300: >> After the latest clang update in current cross-compilation for arm >> has been failing due to "missing" >=20 > Do you mean armeb? or what specific arch? >=20 >> >>=20 >> The file is apparently present... >>=20 >> src.head/sys/arm/include/acle-compat.h >>=20 >> but the compiler fails to find it because for some reason it >> never gets copied to the path where the compiler expects to >> find it... >>=20 >> = /tank/fish/jau/Xcomp/src.head/gnu/lib/libgcc/../../../contrib/gcc/config/a= rm/libunwind.S:29:10: >> fatal error: 'machine/acle-compat.h' file not found >> #include >> ^ >> 1 error generated. >> *** [libunwind.o] Error code 1 >>=20 >> Has anyone else noticed this, or is it just me doing something >> odd? >=20 > Are you using gcc, or the default of clang now? >=20 > --=20 > John-Mark Gurney Voice: +1 415 225 5579 >=20 > "All that I will do, has been done, All that I have, has not." >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"