public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
@ 2012-01-06  3:55 Josh Kugelmann
  2012-01-06  8:01 ` Titus von Boxberg
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Kugelmann @ 2012-01-06  3:55 UTC (permalink / raw)
  To: crossgcc

Hi all,
I'm building a cross toolchain for the RS Media using crosstool-NG 1.13.2 on Mac OS X 10.7 (Lion). I followed the instructions under "Using crosstool-NG on MacOS-X" (docs/C - Misc. tutorials.txt), however when I try to build the toolchain I get the following error:

[INFO ]  Performing some trivial sanity checks
[INFO ]  Build started 20120106.145119
[INFO ]  Building environment variables
[ERROR]  Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'

Is there a way to get around this?

--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
  2012-01-06  3:55 [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0' Josh Kugelmann
@ 2012-01-06  8:01 ` Titus von Boxberg
  2012-01-06  8:31   ` Josh Kugelmann
  0 siblings, 1 reply; 4+ messages in thread
From: Titus von Boxberg @ 2012-01-06  8:01 UTC (permalink / raw)
  To: Josh Kugelmann; +Cc: crossgcc

Am 06.01.2012 um 04:54 schrieb Josh Kugelmann:
> Hi all,
> I'm building a cross toolchain for the RS Media using crosstool-NG 1.13.2 on Mac OS X 10.7 (Lion). I followed the instructions under "Using crosstool-NG on MacOS-X" (docs/C - Misc. tutorials.txt), however when I try to build the toolchain I get the following error:
> 
> [INFO ]  Performing some trivial sanity checks
> [INFO ]  Build started 20120106.145119
> [INFO ]  Building environment variables
> [ERROR]  Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
> 
> Is there a way to get around this?

Josh,

in the menuconfig you should not select
"Build Static Toolchain (EXPERIMENTAL)" in the "Toolchain Options" menu.
This should make sure that CT_WANTS_STATIC_LINK=y is *not* used in your .config
which is what you want on OSX.

Regards
Titus


--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
  2012-01-06  8:01 ` Titus von Boxberg
@ 2012-01-06  8:31   ` Josh Kugelmann
  2012-01-06 10:16     ` Josh Kugelmann
  0 siblings, 1 reply; 4+ messages in thread
From: Josh Kugelmann @ 2012-01-06  8:31 UTC (permalink / raw)
  To: crossgcc

Ah, that works. I had to manually set it in .config though, since selecting that option through menuconfig didn't work for some reason (It remained deselected after pressing Y).

On 06/01/2012, at 7:01 PM, Titus von Boxberg wrote:

> Am 06.01.2012 um 04:54 schrieb Josh Kugelmann:
>> Hi all,
>> I'm building a cross toolchain for the RS Media using crosstool-NG 1.13.2 on Mac OS X 10.7 (Lion). I followed the instructions under "Using crosstool-NG on MacOS-X" (docs/C - Misc. tutorials.txt), however when I try to build the toolchain I get the following error:
>> 
>> [INFO ]  Performing some trivial sanity checks
>> [INFO ]  Build started 20120106.145119
>> [INFO ]  Building environment variables
>> [ERROR]  Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
>> 
>> Is there a way to get around this?
> 
> Josh,
> 
> in the menuconfig you should not select
> "Build Static Toolchain (EXPERIMENTAL)" in the "Toolchain Options" menu.
> This should make sure that CT_WANTS_STATIC_LINK=y is *not* used in your .config
> which is what you want on OSX.
> 
> Regards
> Titus
> 
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 


--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

* Re: [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
  2012-01-06  8:31   ` Josh Kugelmann
@ 2012-01-06 10:16     ` Josh Kugelmann
  0 siblings, 0 replies; 4+ messages in thread
From: Josh Kugelmann @ 2012-01-06 10:16 UTC (permalink / raw)
  To: crossgcc

Please disregard the issue mentioned in the last email, I had pressed Z to show experimental instead of enabling the "Try features marked as EXPERIMENTAL" option.

CT_WANTS_STATIC link seems to always be set to Y regardless of whether "Build Static Toolchain (EXPERIMENTAL) is enabled or not (And it's enabled by default).

Setting that option does toggle CT_STATIC_TOOLCHAIN, however.

On 06/01/2012, at 7:31 PM, Josh Kugelmann wrote:

> Ah, that works. I had to manually set it in .config though, since selecting that option through menuconfig didn't work for some reason (It remained deselected after pressing Y).
> 
> On 06/01/2012, at 7:01 PM, Titus von Boxberg wrote:
> 
>> Am 06.01.2012 um 04:54 schrieb Josh Kugelmann:
>>> Hi all,
>>> I'm building a cross toolchain for the RS Media using crosstool-NG 1.13.2 on Mac OS X 10.7 (Lion). I followed the instructions under "Using crosstool-NG on MacOS-X" (docs/C - Misc. tutorials.txt), however when I try to build the toolchain I get the following error:
>>> 
>>> [INFO ]  Performing some trivial sanity checks
>>> [INFO ]  Build started 20120106.145119
>>> [INFO ]  Building environment variables
>>> [ERROR]  Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'
>>> 
>>> Is there a way to get around this?
>> 
>> Josh,
>> 
>> in the menuconfig you should not select
>> "Build Static Toolchain (EXPERIMENTAL)" in the "Toolchain Options" menu.
>> This should make sure that CT_WANTS_STATIC_LINK=y is *not* used in your .config
>> which is what you want on OSX.
>> 
>> Regards
>> Titus
>> 
>> 
>> --
>> For unsubscribe information see http://sourceware.org/lists.html#faq
>> 
> 
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 


--
For unsubscribe information see http://sourceware.org/lists.html#faq

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

end of thread, other threads:[~2012-01-06 10:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-06  3:55 [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0' Josh Kugelmann
2012-01-06  8:01 ` Titus von Boxberg
2012-01-06  8:31   ` Josh Kugelmann
2012-01-06 10:16     ` Josh Kugelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).