Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] unrecognized option `-Qy'
@ 2009-05-21 19:14 George Matveev
  2009-05-21 19:45 ` Gustavo Zacarias
  0 siblings, 1 reply; 4+ messages in thread
From: George Matveev @ 2009-05-21 19:14 UTC (permalink / raw)
  To: buildroot

Hi,

buildroot-2009.02.tar.bz2 returns this:

/home/work/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-as: 
unrecognized option `-Qy'
make[2]: *** [build/genmodes.o] Error 1
make[2]: Leaving directory 
`/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory 
`/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
make: *** 
[/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled] Error 
2
geomat at fermat:/home/work/buildroot$

when building for arm920t.

Attached are log-make-arm920t.txt and .config used.

Have already seen this:
http://lists.busybox.net/pipermail/buildroot/2009-January/025418.html

Any PRACTICAL solution would be appreciated.

Best regards,
George


-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: log-make-arm920t.txt
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090521/8d183704/attachment-0001.txt>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: used.config
Type: application/octet-stream
Size: 18264 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090521/8d183704/attachment-0001.obj>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] unrecognized option `-Qy'
  2009-05-21 19:14 [Buildroot] unrecognized option `-Qy' George Matveev
@ 2009-05-21 19:45 ` Gustavo Zacarias
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2009-05-21 19:45 UTC (permalink / raw)
  To: buildroot

George Matveev wrote:

> Hi,
> 
> buildroot-2009.02.tar.bz2 returns this:
> 
> /home/work/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-as: 
> unrecognized option `-Qy'
> make[2]: *** [build/genmodes.o] Error 1
> make[2]: Leaving directory 
> `/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial/gcc'
> make[1]: *** [all-gcc] Error 2
> make[1]: Leaving directory 
> `/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
> make: *** 
> [/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled] Error 
> 2
> geomat at fermat:/home/work/buildroot$
> 
> when building for arm920t.

Hi.
Why don't you try with buildroot-2009.05-rc2?
This was fixed after 2009.02 was released, i build arm920t images almost
on a daily basis without major issues with gcc-4.3.3 + binutils-2.19.1.
Regards.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] unrecognized option `-Qy'
@ 2009-05-22 15:39 George Matveev
  2009-05-22 15:58 ` Gustavo Zacarias
  0 siblings, 1 reply; 4+ messages in thread
From: George Matveev @ 2009-05-22 15:39 UTC (permalink / raw)
  To: buildroot

Hi,

got pretty much same result using buildroot-2009.05-rc2.tar.bz2:

/home/work/buildrootgeo/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-as: unrecognized option 
`-Qy'
make[2]: *** [build/genmodes.o] Error 1
make[2]: Leaving directory 
`/home/work/buildrootgeo/toolchain_build_arm/gcc-4.3.2-initial/gcc'
make[1]: *** [all-gcc] Error 2
make[1]: Leaving directory 
`/home/work/buildrootgeo/toolchain_build_arm/gcc-4.3.2-initial'
make: *** 
[/home/work/buildrootgeo/toolchain_build_arm/gcc-4.3.2-initial/.compiled] 
Error 2
geomat at fermat:/home/work/buildroot200905rc2$

Configuration file (also attached) is a bit different this time:

BR2_GCC_TARGET_ARCH="armv4t"

was correctly recognized and no manual intervention was needed.

But still got this "unrecognized option `-Qy'" error.
This is simple busybox configuration done on Lenny.

Could someone possibly share .config which resulted in successful build?

Best regards,
George

> ----- Original Message -----
> From: "Gustavo Zacarias" <gustavo@zacarias.com.ar>
> To: "George Matveev" <geomat@europe.com>
> Cc: buildroot at busybox.net
> Subject: Re: [Buildroot] unrecognized option `-Qy'
> Date: Thu, 21 May 2009 16:45:18 -0300
>
>
> George Matveev wrote:
>
> > Hi,
> >
> > buildroot-2009.02.tar.bz2 returns this:
> >
> > 
> /home/work/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-as: unrecognized option > 
> `-Qy'
> > make[2]: *** [build/genmodes.o] Error 1
> > make[2]: Leaving directory > 
> `/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial/gcc'
> > make[1]: *** [all-gcc] Error 2
> > make[1]: Leaving directory > 
> `/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial'
> > make: *** > 
> [/home/work/buildroot/toolchain_build_arm/gcc-4.3.2-initial/.compiled] Error 
> > 2
> > geomat at fermat:/home/work/buildroot$
> >
> > when building for arm920t.
>
> Hi.
> Why don't you try with buildroot-2009.05-rc2?
> This was fixed after 2009.02 was released, i build arm920t images almost
> on a daily basis without major issues with gcc-4.3.3 + binutils-2.19.1.
> Regards.

>


-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: armv4t.config
Type: application/octet-stream
Size: 17964 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090522/d1fd8b7b/attachment-0001.obj>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: log-make-200905rc2.txt
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090522/d1fd8b7b/attachment-0001.txt>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] unrecognized option `-Qy'
  2009-05-22 15:39 George Matveev
@ 2009-05-22 15:58 ` Gustavo Zacarias
  0 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2009-05-22 15:58 UTC (permalink / raw)
  To: buildroot

George Matveev wrote:

> Hi,
> 
> got pretty much same result using buildroot-2009.05-rc2.tar.bz2:
> 
> /home/work/buildrootgeo/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-as: unrecognized option 
> `-Qy'
> make[2]: *** [build/genmodes.o] Error 1
> make[2]: Leaving directory 
> `/home/work/buildrootgeo/toolchain_build_arm/gcc-4.3.2-initial/gcc'
> make[1]: *** [all-gcc] Error 2
> make[1]: Leaving directory 
> `/home/work/buildrootgeo/toolchain_build_arm/gcc-4.3.2-initial'
> make: *** 
> [/home/work/buildrootgeo/toolchain_build_arm/gcc-4.3.2-initial/.compiled] 
> Error 2
> geomat at fermat:/home/work/buildroot200905rc2$
> 
> Configuration file (also attached) is a bit different this time:
> 
> BR2_GCC_TARGET_ARCH="armv4t"
> 
> was correctly recognized and no manual intervention was needed.
> 
> But still got this "unrecognized option `-Qy'" error.
> This is simple busybox configuration done on Lenny.
> 
> Could someone possibly share .config which resulted in successful build?
> 
> Best regards,
> George

This is my custom config, target is a custom at91rm9200-based board
(arm920t).
I'm using some custom bits like a custom target skeleton/device and
uclibc/busybox config though it shouldn't affect the result.
I can send the extra config bits on a personal mail to you since there's
nothing propietary about them, mostly to avoid cluttering the list.
Regards.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: myconfig
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20090522/d342edee/attachment.diff>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-05-22 15:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-21 19:14 [Buildroot] unrecognized option `-Qy' George Matveev
2009-05-21 19:45 ` Gustavo Zacarias
  -- strict thread matches above, loose matches on Subject: below --
2009-05-22 15:39 George Matveev
2009-05-22 15:58 ` Gustavo Zacarias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox