* [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error
@ 2009-01-26 22:05 bugzilla at busybox.net
2009-03-04 11:17 ` [Buildroot] [Bug 75] " bugzilla at busybox.net
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-01-26 22:05 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
Host: pc
Target: arm
Build: Jan 26, 2009 daily buildroot
Summary: arm buildroot "unrecognized option" error
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: craigdry at yahoo.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
I am having the following problem:
1. I downloaded the latest buildroot to my Fedora Core 10 PC as follows:
svn co svn://uclibc.org/trunk/buildroot
2. Configure it by:
make menuconfig (I changed the target Architecture to "arm". Then I
exited and save the configuration file. No other changes.)
3. do a build by entering:
make > make.log
Unfortunately I get an "unrecognized option" error:
TARGET_CPU_DEFAULT="" \
HEADERS="auto-host.h ansidecl.h" DEFINES="" \
/bin/sh /home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/mkconfig.sh
bconfig.h
/usr/lib/ccache/gcc -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition
-Wmissing-format-attribute -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild
-I/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc
-I/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/build
-I/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/../include
-I/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/../libcpp/include
-I/home/cdry/buildroot/toolchain_build_arm/gmp/include
-I/home/cdry/buildroot/toolchain_build_arm/mpfr/include
-I/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/../libdecnumber
-I/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/../libdecnumber/dpd
-I../libdecnumber -o build/genmodes.o
/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2/gcc/genmodes.c
/home/cdry/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibc-as:
unrecognized option `-Qy'
make[2]: *** [build/genmodes.o] Error 1
make[2]: Leaving directory
`/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory
`/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
make: ***
[/home/cdry/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled] Error 2
For the purpose of comparison, I tried the following:
1. got a fresh new buildroot from svn
2. make menuconfig (this time, I leave the architecture selection at i386.
I exit and save the config file.)
3. make > make.log
4. Runs to completion without error.
So I see the problem for the "arm" architecture, but not for the "i386"
architecture.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
@ 2009-03-04 11:17 ` bugzilla at busybox.net
2009-07-17 9:00 ` bugzilla at busybox.net
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-03-04 11:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org> 2009-03-04 11:17:48 UTC ---
Strange, I cannot reproduce it here. Could you please attach your .config and
the entire make.log (remember to do make 2>&1 >make.log to also get errors)
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
2009-03-04 11:17 ` [Buildroot] [Bug 75] " bugzilla at busybox.net
@ 2009-07-17 9:00 ` bugzilla at busybox.net
2010-05-14 20:46 ` bugzilla at busybox.net
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2009-07-17 9:00 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WORKSFORME
--- Comment #2 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2009-07-17 09:00:49 UTC ---
No news since March from the submitter. Closing.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
2009-03-04 11:17 ` [Buildroot] [Bug 75] " bugzilla at busybox.net
2009-07-17 9:00 ` bugzilla at busybox.net
@ 2010-05-14 20:46 ` bugzilla at busybox.net
2010-05-14 20:59 ` bugzilla at busybox.net
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-14 20:46 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
--- Comment #3 from buildroot at kerneldriver.org ---
Created attachment 1729
--> https://bugs.busybox.net/attachment.cgi?id=1729
.config for buildroot-2010.05-rc2 for AT91SAM9G20EK
Supplying .config per Peter Korsgaard's request.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
` (2 preceding siblings ...)
2010-05-14 20:46 ` bugzilla at busybox.net
@ 2010-05-14 20:59 ` bugzilla at busybox.net
2010-05-21 22:28 ` bugzilla at busybox.net
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-14 20:59 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
buildroot at kerneldriver.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
` (3 preceding siblings ...)
2010-05-14 20:59 ` bugzilla at busybox.net
@ 2010-05-21 22:28 ` bugzilla at busybox.net
2010-05-21 22:57 ` bugzilla at busybox.net
2010-05-26 22:48 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-21 22:28 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Do you still have this issue ? If so, can you do echo $PATH in the shell you
ran Buildroot make ?
See http://wiki.openembedded.net/index.php/Unrecognized_option_-Qy_on_x86_64
for some details.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
` (4 preceding siblings ...)
2010-05-21 22:28 ` bugzilla at busybox.net
@ 2010-05-21 22:57 ` bugzilla at busybox.net
2010-05-26 22:48 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-21 22:57 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
I have been able to reproduce by adding '.' to the PATH. I will send in a few
minutes a pull request for a commit that adds a check at the beginning of
Buildroot execution: if PATH contains '.', then we error out and tell the user
about the issue.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [Buildroot] [Bug 75] arm buildroot "unrecognized option" error
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
` (5 preceding siblings ...)
2010-05-21 22:57 ` bugzilla at busybox.net
@ 2010-05-26 22:48 ` bugzilla at busybox.net
6 siblings, 0 replies; 8+ messages in thread
From: bugzilla at busybox.net @ 2010-05-26 22:48 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=75
Peter Korsgaard <jacmet@uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #6 from Peter Korsgaard <jacmet@uclibc.org> ---
PATH check fixed by Thomas in git.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-05-26 22:48 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-26 22:05 [Buildroot] [Bug 75] New: arm buildroot "unrecognized option" error bugzilla at busybox.net
2009-03-04 11:17 ` [Buildroot] [Bug 75] " bugzilla at busybox.net
2009-07-17 9:00 ` bugzilla at busybox.net
2010-05-14 20:46 ` bugzilla at busybox.net
2010-05-14 20:59 ` bugzilla at busybox.net
2010-05-21 22:28 ` bugzilla at busybox.net
2010-05-21 22:57 ` bugzilla at busybox.net
2010-05-26 22:48 ` bugzilla at busybox.net
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox