From: "Bernhard Gödel" <bernhard.goedel@gmx.at>
To: buildroot@busybox.net
Subject: [Buildroot] avr32: no selection for Binutils version
Date: Tue, 23 Dec 2008 16:08:20 +0100 [thread overview]
Message-ID: <4950FEE4.8090900@gmx.at> (raw)
In-Reply-To: <87vdtb5g53.fsf@macbook.be.48ers.dk>
Peter Korsgaard wrote:
>>>>>> "Bernhard" == Bernhard G?del <bernhard.goedel@gmx.at> writes:
> Bernhard> I used 'make menuconfig' to enter the configuration for my
> Bernhard> target but I've encountered a problem here. After selecting
> Bernhard> 'AVR32' as target architecture, I cannot select any
> Bernhard> Binutils Version from the 'Toolchain' submenu.
I found the file where it is specified which binutils versions are
available for a certain architecture.
It is in /buildroot/toolchain/binutils/config.in
In the older version (allowing to select 2.17) there is:
config BR2_BINUTILS_VERSION_2_17
depends on BR2_avr32 || !BR2_nios2 && BR2_DEPRECATED
depends on BR2_EXT_BINUTILS_VERSION_2_17
bool "binutils 2.17"
where as in the most recent snapshot it is:
config BR2_BINUTILS_VERSION_2_17
depends on BR2_avr32 || !BR2_nios2
depends on BR2_DEPRECATED && !BR2_avr32
depends on BR2_EXT_BINUTILS_VERSION_2_17
bool "binutils 2.17"
The later configuration makes it impossible to select 2.17 as a binutils
version for avr32. As there is no other binutils version that is allowed
to be selected for avr32, it is simply impossible to select a binutils
version at all.
I've replaced this section of the file by the older one and now I can
select 2.17 also on the most recent snapshot.
Unfortunately, the problems described in "[Buildroot] avr32: lbipthread
problem" remain the same also for the most recent snapshot. I'm stuck in
the make process at the generation of libgomp.
Bernhard
next prev parent reply other threads:[~2008-12-23 15:08 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-23 10:29 [Buildroot] avr32: no selection for Binutils version Bernhard Gödel
2008-12-23 10:40 ` Peter Korsgaard
2008-12-23 15:08 ` Bernhard Gödel [this message]
2008-12-23 15:17 ` Peter Korsgaard
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=4950FEE4.8090900@gmx.at \
--to=bernhard.goedel@gmx.at \
--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.