From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13646 invoked by alias); 3 Mar 2016 00:28:21 -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 13610 invoked by uid 89); 3 Mar 2016 00:28:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=chip, there=e2, Mine, images?= X-HELO: mail-pa0-f52.google.com Received: from mail-pa0-f52.google.com (HELO mail-pa0-f52.google.com) (209.85.220.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 03 Mar 2016 00:28:17 +0000 Received: by mail-pa0-f52.google.com with SMTP id fy10so3553621pac.1 for ; Wed, 02 Mar 2016 16:28:17 -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=MckWK3SRQivWMvZwt6zTTGgGlihtNmnGt/qnYN+6Ggc=; b=EGv5Cdu4WgERxFpr4yC0S72YDkLZqeHn7EmdYEvrhrzV/haFZzAf10ueD5fr6ize6I c4371Uh+2NCG2qIFwNhsYbYZIa21FZNk9XiPJL5XSeE++lfhR6ZoYQT2zESoWef8kIgI vQBs2bepLMfgm1edQ8xl+9lKPPw7SLwq7Phcce4IJRcO9MZMovM/vizVAF6hvPUUXDCZ 4DILexObBqvkiVLWJTd2FQF21rYkpVOHJYvTqkBoG7x8oHvH76Rcx++Go7RYR6t3Qajd 8wGpA09C73vBh7+xj9B01oGLM/HyIEytIeSJnOvFn6g/DCwVlR8dKYZreXrvvA/ew595 8HFg== X-Gm-Message-State: AD7BkJLeMPrVzKTifxxcn38FeyFTtVVsne+AC6NZFZ0fS0nDD0k2XNqjgxeT92NwfWKtfQ== X-Received: by 10.66.222.199 with SMTP id qo7mr42941499pac.38.1456964895756; Wed, 02 Mar 2016 16:28:15 -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 x13sm55562001pfa.72.2016.03.02.16.28.14 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 02 Mar 2016 16:28:14 -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=_D21E68AC-07B2-4A61-A78D-A6D01458AC62"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Pgp-Agent: GPGMail 2.6b2 From: Stefan Hallas Mulvad In-Reply-To: <962659A2-72C0-40B2-8C16-E800EFF01337@gmail.com> Date: Thu, 03 Mar 2016 00:28:00 -0000 Cc: mike@raspberryvi.org, crossgcc@sourceware.org Message-Id: References: <56d749014b573_18513ffd5c4f72b8239711@hookshot-fe2-cp1-prd.iad.github.net.mail> <56D77C91.9010202@raspberryvi.org> <962659A2-72C0-40B2-8C16-E800EFF01337@gmail.com> To: Bryan Hundven X-SW-Source: 2016-03/txt/msg00005.txt.bz2 --Apple-Mail=_D21E68AC-07B2-4A61-A78D-A6D01458AC62 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Content-length: 1483 Hi Bryan, I did test this, but at this time there=E2=80=99s (to my knowledge) no os i= mages available which supports 64 bit. Mine came with 32 bit raspbian, The chip is capable of running in both 32/64 bit mode - but 64 bit must com= e down the road as software becomes available. Best regards, Stefan Mulvad > On Mar 2, 2016, at 4:22 PM, Bryan Hundven wrote: >=20 > Hello Mike, >=20 >=20 >> 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 recognized. >=20 > Sometimes, I expect that when people open pull-requests that they actuall= y test what they submit and I don=E2=80=99t have to do any work. >=20 > Today I failed at that. Yeay! >=20 > Arm64/aarch64 is kind of a new thing in crosstool-NG, and isn=E2=80=99t w= ell supported. >=20 > I took the pull-request for the sample without looking at the specs for t= he new raspberry pi 3. I had no clue it was 64-bit. >=20 > Looks like I will have to take some time and get this going. >=20 >>=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 >=20 > Thanks for reporting this issue! >=20 > https://github.com/crosstool-ng/crosstool-ng/issues/361 >=20 > Cheers, >=20 > -Bryan --Apple-Mail=_D21E68AC-07B2-4A61-A78D-A6D01458AC62 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 iQEcBAEBCgAGBQJW14UdAAoJEC4Hiufvn3/ffgUH/3laFDfR+L32tXMOJVOqCAwL C7Cvc7prNytQDQgFOgHnsRsgWlz5cFElqhjCycwBDOMbdMZKOQ1XUfw/Vqc4Oguv Ubeucf0qgb5Sp4RcqG3vV+Px9oWca6D9A+9qctmHBUqQoXYDEYDUlu38R1jkkpr/ NdS+57jXDCiVLQ5mbpIJug62tFJj9rgzc/NgZ1vTZ96y2FbEtTDjiqWgzSQVJLj9 cJSiU+TxSeTONYKbn2vW1ti/2QZnhrIvUlQPZgN3c4kZVyqh0xakZMNxOTiXBUC1 N3QgdqRvBrfVHTudEVgIUpiVwxHhZo3pb63BiCMUFK9tYJHOYuC89ln1aBzdlek= =DehP -----END PGP SIGNATURE----- --Apple-Mail=_D21E68AC-07B2-4A61-A78D-A6D01458AC62--