From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] Linaro Toolchain for RPI and OABI Issues
Date: Wed, 13 Nov 2019 22:13:43 +0100 [thread overview]
Message-ID: <20191113221343.2eb4fad3@gmx.net> (raw)
In-Reply-To: <1573650440531-0.post@n4.nabble.com>
Hello rscr,
On Wed, 13 Nov 2019 07:07:20 -0600 (CST), rscr <rafacrespiramon@gmail.com> wrote:
> Hi Peter,
>
> Keeps not working.
>
> I have changed to new recommended cross-compiler for x64
> (arm-rpi-4.9.3-linux-gnueabihf) and I get the same error too.
Are your sure buildroot uses your configured compiler?
Take a look at toolchain/helpers.mk and the check for OABI,
the check is (simpliefied):
$ <yout_path_to_toolchain>/tools/arm-bcm2708/arm-bcm2708-linux-gnueabi/bin/arm-bcm2708-linux-gnueabi-gcc -v 2>&1 | grep ^Target | cut -f2 -d ' '
arm-bcm2708-linux-gnueabi
$ echo arm-bcm2708-linux-gnueabi | grep -E 'eabi(hf)?$$'
arm-bcm2708-linux-gnueabi
Regards,
Peter
>
> Thanks
>
>
>
> --
> Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
next prev parent reply other threads:[~2019-11-13 21:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-12 7:11 [Buildroot] Linaro Toolchain for RPI and OABI Issues rscr
2019-11-12 19:15 ` Peter Seiderer
2019-11-13 13:07 ` rscr
2019-11-13 21:13 ` Peter Seiderer [this message]
2019-11-14 13:53 ` rscr
2019-11-14 14:15 ` Peter Seiderer
2019-11-15 7:27 ` rscr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191113221343.2eb4fad3@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.