邹琼 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
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