From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96223 invoked by alias); 3 Mar 2016 00:25:17 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 96212 invoked by uid 89); 3 Mar 2016 00:25:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=southeast, Programmer, Southeast, H*F:D*nu X-HELO: mail-pf0-f180.google.com Received: from mail-pf0-f180.google.com (HELO mail-pf0-f180.google.com) (209.85.192.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 03 Mar 2016 00:25:15 +0000 Received: by mail-pf0-f180.google.com with SMTP id 4so3550614pfd.1 for ; Wed, 02 Mar 2016 16:25:14 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:from:in-reply-to:date:cc :message-id:references:to; bh=eUo60XzaGgFrbIqRdEhiZQNl8qFeUk7IgwDGsTiYQao=; b=Ee0eFeDxxXudsRUWcYbHzViiA1rROO2Nyn+1EyL6vBsaxNFr+FlNFwq7doHuht2gSZ leuJO22b5aCaAXyhCNSE7URSb3Ed0d26uZXCProlCCkcsLBrd93nB15y7WOsiY3cOrLY efxPYo6s9FqQVsRCUTLzLyKMkHZhW5eEaEnzKWzy2Hajb5u7bfKqEr+Voc1f+yUNOyF+ AV1w8cWqyMiCnU2FA/rD6H9zDAUjPKmUp+QKf9pzaPSpeopB3cmI0BHQ/EJgYHrUd8/j r2zxBhXfajCKp5yxhmDPEXivfMG3dAu19jyTrlpCMDNCY4vUP8Py/hjABoAJNt3ZigGG lXeQ== X-Gm-Message-State: AD7BkJJSI/pWSkCWhTfeNiXcQd6aDQ4erlPGeCiku1o6sauI8YRf7JSzJXrs2oPvuj5j1Q== X-Received: by 10.98.16.70 with SMTP id y67mr32357394pfi.166.1456964713265; Wed, 02 Mar 2016 16:25:13 -0800 (PST) Received: from shm-mbp.greenwavereality.com (wsip-98-189-211-66.oc.oc.cox.net. [98.189.211.66]) by smtp.gmail.com with ESMTPSA id ez6sm14723936pab.12.2016.03.02.16.25.11 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Mar 2016 16:25:11 -0800 (PST) Subject: Re: [crosstool-ng/crosstool-ng] bc9ed3: Adds Raspberry Pi 3 sample config Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: multipart/signed; boundary="Apple-Mail=_B33C1004-52DC-46C7-B8A7-1597FCD0536D"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.6b2 From: Stefan Hallas Mulvad In-Reply-To: <56D77C91.9010202@raspberryvi.org> Date: Thu, 03 Mar 2016 00:25:00 -0000 Cc: crossgcc@sourceware.org Message-Id: References: <56d749014b573_18513ffd5c4f72b8239711@hookshot-fe2-cp1-prd.iad.github.net.mail> <56D77C91.9010202@raspberryvi.org> To: mike@raspberryvi.org X-SW-Source: 2016-03/txt/msg00004.txt.bz2 --Apple-Mail=_B33C1004-52DC-46C7-B8A7-1597FCD0536D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Content-length: 2360 Hi Mike, No, I don=E2=80=99t believe you can - this toolchain is for 32 bit / cortex= -a53. You=E2=80=99re looking for aarch64, which I=E2=80=99m also looking in= to - for the minute this works for RPi3 / raspbian. Best regards, Stefan Mulvad > On Mar 2, 2016, at 3:51 PM, Mike Ray wrote: >=20 > Hello. >=20 > I have used this sample to build a toolchain. >=20 > However I get 32-bit executables and the '-m64' switch is not recognised. >=20 > There is obviously a gap in my knowledge which I can't seem to find an > answer for on Google. >=20 > Can I compile a 64-bit executable? If so, how? >=20 > Thanks for any help. >=20 > Mike >=20 >=20 > On 02/03/2016 20:11, Bryan Hundven wrote: >> Branch: refs/heads/master >> Home: https://github.com/crosstool-ng/crosstool-ng >> Commit: bc9ed3c5cb4a9b003ad9a48381cef0142d617dad >> https://github.com/crosstool-ng/crosstool-ng/commit/bc9ed3c5cb4a9b0= 03ad9a48381cef0142d617dad >> Author: Stefan Hallas Mulvad >> Date: 2016-03-02 (Wed, 02 Mar 2016) >>=20 >> Changed paths: >> A samples/armv8-rpi3-linux-gnueabihf/crosstool.config >> A samples/armv8-rpi3-linux-gnueabihf/reported.by >>=20 >> Log Message: >> ----------- >> Adds Raspberry Pi 3 sample config >>=20 >> Signed-off-by: Stefan Hallas Mulvad >>=20 >>=20 >> Commit: 0f76cad2f078bfa2726639c7a812dcc84f331d4a >> https://github.com/crosstool-ng/crosstool-ng/commit/0f76cad2f078bfa= 2726639c7a812dcc84f331d4a >> Author: Bryan Hundven >> Date: 2016-03-02 (Wed, 02 Mar 2016) >>=20 >> Changed paths: >> A samples/armv8-rpi3-linux-gnueabihf/crosstool.config >> A samples/armv8-rpi3-linux-gnueabihf/reported.by >>=20 >> Log Message: >> ----------- >> Merge pull request #360 from kongen/RPi3 >>=20 >> Adds Raspberry Pi 3 sample config >>=20 >>=20 >> Compare: https://github.com/crosstool-ng/crosstool-ng/compare/785dbce351= 0a...0f76cad2f078 >>=20 >>=20 >>=20 >> -- >> For unsubscribe information see http://sourceware.org/lists.html#faq >>=20 >=20 >=20 > -- > Michael A. Ray > Analyst/Programmer > Witley, Surrey, South-east UK >=20 > Eyes-free Linux: > http://eyesfreelinux.ninja/ >=20 > Raspberry VI: > http://www.raspberryvi.org/ >=20 >=20 > -- > For unsubscribe information see http://sourceware.org/lists.html#faq >=20 --Apple-Mail=_B33C1004-52DC-46C7-B8A7-1597FCD0536D Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail Content-length: 496 -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJW14RmAAoJEC4Hiufvn3/f6coH/1csgPK632StYGY3kpBensqg VOjz5PbRDHOKnORHZldSGdEXdEgpPLyZacf2W4ac1efZsw5+qqdM3HahI3gGcjGT nRQkDAd+NHLniqtCuwh67AKR11QIeZ6d31Y2Q7TceH9ov58dFZA5e1NhMilpBP+6 XS8oUSPrYLMNRh/UtAnHutKdWgje7CAR+1CzmaK6PkK9kAN2c59LyyUy64aCXgAy boTs0UAXHxnPdQBiXKEFrN9nC8YtCkH4u8XN3mq59VwJulLyAhw4TJbTh89nOOGm lN8R9keedqLOyFaTqTx3b4kFDeTDUNIzZ/fNWP29u2dCyn9gKthFNkaJ+Rswu6k= =chQq -----END PGP SIGNATURE----- --Apple-Mail=_B33C1004-52DC-46C7-B8A7-1597FCD0536D--