This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [CT-NG] Static linking impossible on the host system 'x86_64-build_apple-darwin11.2.0'


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]