This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

What's error?


 
I want build a cross-compile for sparc-sun-solaris2.6 target in my i386-pc-linux host.But it make errors.
 errormake[2]: Entering directory `/usr/crosssparc/gcc-2.95.2/sparc-sun-solaris2.6/libiberty'
  make[2]: *** No targets.  Stop  
 
And the follows is my `/usr/crosssparc/gcc-2.95.2/sparc-sun-solaris2.6/libiberty/config.log
       
configure:1765: /usr/crosssparc/gcc-2.95.2/gcc/xgcc -B/usr/crosssparc/gcc-2.95.2/gcc/ -B/usr/crosssparc/compile/sparc-sun-solaris2.6/bin/ -o conftest -g -O2   conftest.c  1>&5
/usr/crosssparc/compile/sparc-sun-solaris2.6/bin/ld: cannot open values-Xa.o: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1760 "configure"
#include "confdefs.h"
main(){return(0);}
1. Why it need values-Xa.o?There is no such file in my host and target host!
2. When I use xgcc compile the simple program,it tells me that cannot find cpp,but cpp in the same directory and work well !
3. How do i solve that problem?
 
Who can help me?Please help me!
 

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