This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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: Version 3.4.3: ix86-linux -> powerpc-aix4.2 Cross-Compiler


>>>>> Scott Dudley writes:

Scott> What then must I do to get this cross toolchain to work?  The target nm 
Scott> command doesn't understand the file format of libc.a:

	GCC's collect2 linker wrapper uses an AIX library to scan the
object files and libraries.  If not hosted on AIX, that will not work.  If
you do not plan to build C++ applications, this may not be a problem.

	I think that you need to figure out why cross-nm is not working
and get that method to work if you need that functionality.

David


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