All of lore.kernel.org
 help / color / mirror / Atom feed
* gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
@ 2012-06-04  6:49 Martin Ertsås
  2012-06-04 16:32 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Ertsås @ 2012-06-04  6:49 UTC (permalink / raw)
  To: openembedded-devel

Hi.

When trying to compile meta-toolchain, it crashes during
gcc-cross-initial with the error:

this target does not support --with-float
Valied --with options are: arch arch_32 arch_64 cpu cpu_32 cpu_64 tune
tune_32 tune_64

The reason for this is a commit that happened 2012-05-01 in openembedded
core, called "gcc: Grok for callconvention-hard to enable hard float".
Reverting this patches makes it compile, and still I get the
--mfloat-abi=hard when compiling with the resulting toolchain.

I'm compiling on a x64 Linux machine, with the target being a cortexa9
processor. I have the DEFAULTTUNE set to cortexa9hf-neon. What should
the patch do, and what will happen if I disable it?

Best regard
Martin



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

* Re: gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
  2012-06-04  6:49 gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float Martin Ertsås
@ 2012-06-04 16:32 ` Khem Raj
  2012-06-05 16:09   ` Martin Ertsås
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2012-06-04 16:32 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Jun 3, 2012 at 11:49 PM, Martin Ertsås <martiert@gmail.com> wrote:
> Hi.
>
> When trying to compile meta-toolchain, it crashes during
> gcc-cross-initial with the error:
>
> this target does not support --with-float
> Valied --with options are: arch arch_32 arch_64 cpu cpu_32 cpu_64 tune
> tune_32 tune_64


can you post log.do_configure of this package somewhere ?

>
> The reason for this is a commit that happened 2012-05-01 in openembedded
> core, called "gcc: Grok for callconvention-hard to enable hard float".
> Reverting this patches makes it compile, and still I get the
> --mfloat-abi=hard when compiling with the resulting toolchain.
>
> I'm compiling on a x64 Linux machine, with the target being a cortexa9
> processor. I have the DEFAULTTUNE set to cortexa9hf-neon. What should
> the patch do, and what will happen if I disable it?
>
> Best regard
> Martin
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
  2012-06-04 16:32 ` Khem Raj
@ 2012-06-05 16:09   ` Martin Ertsås
  2012-06-05 20:53     ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Ertsås @ 2012-06-05 16:09 UTC (permalink / raw)
  To: openembedded-devel

Sure. Will do it first thing in the morning. Think this actually happens 
in compile though, for some reason. Do you want me to paste it and give 
a link, or is it ok with an attachment?

- Martin

On 06/04/12 18:32, Khem Raj wrote:
> On Sun, Jun 3, 2012 at 11:49 PM, Martin Ertsås<martiert@gmail.com>  wrote:
>> Hi.
>>
>> When trying to compile meta-toolchain, it crashes during
>> gcc-cross-initial with the error:
>>
>> this target does not support --with-float
>> Valied --with options are: arch arch_32 arch_64 cpu cpu_32 cpu_64 tune
>> tune_32 tune_64
>
> can you post log.do_configure of this package somewhere ?
>
>> The reason for this is a commit that happened 2012-05-01 in openembedded
>> core, called "gcc: Grok for callconvention-hard to enable hard float".
>> Reverting this patches makes it compile, and still I get the
>> --mfloat-abi=hard when compiling with the resulting toolchain.
>>
>> I'm compiling on a x64 Linux machine, with the target being a cortexa9
>> processor. I have the DEFAULTTUNE set to cortexa9hf-neon. What should
>> the patch do, and what will happen if I disable it?
>>
>> Best regard
>> Martin
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

* Re: gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
  2012-06-05 16:09   ` Martin Ertsås
@ 2012-06-05 20:53     ` Khem Raj
  2012-06-06  6:20       ` Martin Ertsås
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2012-06-05 20:53 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

On Tuesday, June 5, 2012, Martin Ertsås <martiert@gmail.com> wrote:
> Sure. Will do it first thing in the morning. Think this actually happens
in compile though, for some reason. Do you want me to paste it and give a
link, or is it ok with an attachment?

Paste in is ok
>
> - Martin
>
> On 06/04/12 18:32, Khem Raj wrote:
>>
>> On Sun, Jun 3, 2012 at 11:49 PM, Martin Ertsås<martiert@gmail.com>
 wrote:
>>>
>>> Hi.
>>>
>>> When trying to compile meta-toolchain, it crashes during
>>> gcc-cross-initial with the error:
>>>
>>> this target does not support --with-float
>>> Valied --with options are: arch arch_32 arch_64 cpu cpu_32 cpu_64 tune
>>> tune_32 tune_64
>>
>> can you post log.do_configure of this package somewhere ?
>>
>>> The reason for this is a commit that happened 2012-05-01 in openembedded
>>> core, called "gcc: Grok for callconvention-hard to enable hard float".
>>> Reverting this patches makes it compile, and still I get the
>>> --mfloat-abi=hard when compiling with the resulting toolchain.
>>>
>>> I'm compiling on a x64 Linux machine, with the target being a cortexa9
>>> processor. I have the DEFAULTTUNE set to cortexa9hf-neon. What should
>>> the patch do, and what will happen if I disable it?
>>>
>>> Best regard
>>> Martin
>>>
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>


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

* Re: gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
  2012-06-05 20:53     ` Khem Raj
@ 2012-06-06  6:20       ` Martin Ertsås
  2012-06-09 22:25         ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Martin Ertsås @ 2012-06-06  6:20 UTC (permalink / raw)
  To: openembedded-devel

The configure log is at: http://pastebin.com/93h1rw7G
while the compile log, which is what actually failes, is at:
http://pastebin.com/2iXYrCDa

Be warned that the compile log is quite big, a little over 1700 lines,
and do seem to actually be a configure step, not a compilation step.
This really puzzles me.

Thanks for the help

- Martin

On 06/05/12 22:53, Khem Raj wrote:
> On Tuesday, June 5, 2012, Martin Ertsås <martiert@gmail.com> wrote:
>> Sure. Will do it first thing in the morning. Think this actually happens
> in compile though, for some reason. Do you want me to paste it and give a
> link, or is it ok with an attachment?
>
> Paste in is ok
>> - Martin
>>
>> On 06/04/12 18:32, Khem Raj wrote:
>>> On Sun, Jun 3, 2012 at 11:49 PM, Martin Ertsås<martiert@gmail.com>
>  wrote:
>>>> Hi.
>>>>
>>>> When trying to compile meta-toolchain, it crashes during
>>>> gcc-cross-initial with the error:
>>>>
>>>> this target does not support --with-float
>>>> Valied --with options are: arch arch_32 arch_64 cpu cpu_32 cpu_64 tune
>>>> tune_32 tune_64
>>> can you post log.do_configure of this package somewhere ?
>>>
>>>> The reason for this is a commit that happened 2012-05-01 in openembedded
>>>> core, called "gcc: Grok for callconvention-hard to enable hard float".
>>>> Reverting this patches makes it compile, and still I get the
>>>> --mfloat-abi=hard when compiling with the resulting toolchain.
>>>>
>>>> I'm compiling on a x64 Linux machine, with the target being a cortexa9
>>>> processor. I have the DEFAULTTUNE set to cortexa9hf-neon. What should
>>>> the patch do, and what will happen if I disable it?
>>>>
>>>> Best regard
>>>> Martin
>>>>
>>>> _______________________________________________
>>>> Openembedded-devel mailing list
>>>> Openembedded-devel@lists.openembedded.org
>>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

* Re: gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
  2012-06-06  6:20       ` Martin Ertsås
@ 2012-06-09 22:25         ` Khem Raj
  2012-06-11  7:59           ` Martin Ertsås
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2012-06-09 22:25 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 6/5/2012 11:20 PM, Martin Ertsås wrote:
> The configure log is at: http://pastebin.com/93h1rw7G while the
> compile log, which is what actually failes, is at: 
> http://pastebin.com/2iXYrCDa
> 

can you try this patch please

http://patchwork.openembedded.org/patch/29589/

and report if it fixes the problem.

- -Khem
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/TzUwACgkQuwUzVZGdMxScmwCdH3cD2RwQGjgtZmn3V3oRVWcH
r0UAn0wptXuapT0nHtBVz3IbLSoi5R2A
=zhhD
-----END PGP SIGNATURE-----



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

* Re: gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float
  2012-06-09 22:25         ` Khem Raj
@ 2012-06-11  7:59           ` Martin Ertsås
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Ertsås @ 2012-06-11  7:59 UTC (permalink / raw)
  To: openembedded-devel

This fixed it. Thanks.

- Martin

On 06/10/12 00:25, Khem Raj wrote:
> On 6/5/2012 11:20 PM, Martin Ertsås wrote:
> > The configure log is at: http://pastebin.com/93h1rw7G while the
> > compile log, which is what actually failes, is at:
> > http://pastebin.com/2iXYrCDa
>
>
> can you try this patch please
>
> http://patchwork.openembedded.org/patch/29589/
>
> and report if it fixes the problem.
>
> -Khem
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel




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

end of thread, other threads:[~2012-06-11  8:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-04  6:49 gcc-crosssdk-initial can not compile. Get message: this target does not support --with-float Martin Ertsås
2012-06-04 16:32 ` Khem Raj
2012-06-05 16:09   ` Martin Ertsås
2012-06-05 20:53     ` Khem Raj
2012-06-06  6:20       ` Martin Ertsås
2012-06-09 22:25         ` Khem Raj
2012-06-11  7:59           ` Martin Ertsås

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.