Re: Can't find values-Xa.o when cross compiling

2005-07-28 Thread H. J. Lu
On Thu, Jul 28, 2005 at 12:31:05PM -0700, James E Wilson wrote: > Mark Cuss wrote: > >[EMAIL PROTECTED] helloworldsun]$ g++ -b sparc-sun-solaris2.9 hello.cxx > >/cdl/apps/.software/linux/gcc-3.4.4-x86-sparc/lib/gcc/sparc-sun-solaris2.9/3.4.4/../../../../sparc-sun-solaris2.9/bin/ld: > > > >values-X

Re: Can't find values-Xa.o when cross compiling

2005-07-28 Thread James E Wilson
Mark Cuss wrote: [EMAIL PROTECTED] helloworldsun]$ g++ -b sparc-sun-solaris2.9 hello.cxx /cdl/apps/.software/linux/gcc-3.4.4-x86-sparc/lib/gcc/sparc-sun-solaris2.9/3.4.4/../../../../sparc-sun-solaris2.9/bin/ld: values-Xa.o: No such file: No such file or directory collect2: ld returned 1 exit st

Re: Can't find values-Xa.o when cross compiling

2005-07-28 Thread Mark Cuss
" <[EMAIL PROTECTED]> To: Sent: Monday, July 25, 2005 1:04 PM Subject: Can't find values-Xa.o when cross compiling Hello All I've built gcc-3.4.4 as a linux to Solaris (on SPARC) cross compiler. If I change my path to include my new compiler executables, I can com

Can't find values-Xa.o when cross compiling

2005-07-25 Thread Mark Cuss
Hello All I've built gcc-3.4.4 as a linux to Solaris (on SPARC) cross compiler. If I change my path to include my new compiler executables, I can compile and link a simple "hello world" program. However, I want to be able to specify the target architecture and compiler version number with gcc's