Re: a problem about cross-compile for powerpc

2005-03-15 Thread James E Wilson
邹琼 wrote: > ../../../source/gcc-4.0-20050109/gcc/config/rs6000/darwin.md:243: > unknown mode `V4SI' That is a snapshot that is over two months old. Snapshots are unsupported, and have a lifetime of less than a week, so this has been obsolete for almost 2 months now. If there is a problem here, i

a problem about cross-compile for powerpc

2005-03-13 Thread 邹琼
1.firstly,i compile the binutils-2.15, it successed. ../configure -target=rs6000-ibm-aix4.3 -prefix=/opt/crosstools/ make make install 2.secondly, i compile the gcc ../configure -target=rs6000-ibm-aix4.3 -prefix=/opt/crosstools/ -enable-languages=c make then it failed as follows: ../../../source/g