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: CROSS GCC : Host : sparc solaris2.7, Target : i386 solaris2.7


suresh kumar wrote:
/users/suresh/gnu-bins//i386-sun-solaris2.7/bin/ld: cannot open values-Xa.o: No such file or directory

This is a target library. You need to provide this yourself, for example, by copying it from the target machine. I am surprised you got this far without providing target headers or target libraries. I suspect you got lucky.


--with-sysroot is for these kinds of problems. See the documentation.

Jim




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