Re: how to build a MIPS cross-compiler with gcc source code?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 5.2.2010 11:40, fanqifei wrote:
> 在 2010年2月4日 下午5:26,刘卓 <lzhskywalker@xxxxxxxxx> 写道:
>   
>> Ichecking dynamic linker characteristics... configure: error: Link
>> tests are not allowed after GCC_NO_EXECUTABLES.
>> make[1]: *** [configure-target-libssp] Error 1
>>     

This shows one common stupidity... Who says that building 'libssp'
really will succeed for 'mips64octeon-linux-gnu' target?
"What on earth is this?" should be a normal reaction from a newbie
and so reconfiguring and rebuilding with the '--disable-libssp'....

My own configures usually include :

--disable-libmudflap --disable-libgomp --disable-libssp

until I know where I would need these libraries, after knowing what
on earth they are...

I tried this weirdly named target and saw it being a multilib one
with three different glibcs in :

lib and usr/lib
lib32 and usr/lib32
lib64 and usr/lib64

In 'bootstrap' I used the Debian's 'mips64-linux-gnu' (hard-float)
glibcs. There were warnings and first I hadn't the '--disable-libgomp'
and the build crashed there, the 'libssp' maybe succeeded....



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux