GCC Cross-Compiler: Difference between revisions

Just added a new part to the troubleshoot section
[unchecked revision][unchecked revision]
m (Changed a "binutils" in the text to binutils)
(Just added a new part to the troubleshoot section)
Line 166:
 
You specified that you want to link the GCC low-level runtime library into your executable through the ''-lgcc'' switch, but forgot build and properly install the library.
 
'''Configuring for a x86_64-unknown-linux-gnu host.'''
 
If you'r running a 64bit version of linux you may get this error
''Configuring for a x86_64-unknown-linux-gnu host''
 
''Invalid configuration `x86_64-unknown-linux-gnu': machine `x86_64-unknown' not recognized''
 
just use linux32 before all of your commands, example : "linux32 ./configure" , "linux32 make" , and so on.
 
== See Also ==
Anonymous user