problem of configuring and building gcc

李洪超 hcli at utstar.com
Wed Jul 7 05:12:19 UTC 2004


deal all:

I executing folowing cmd in cygwin shell:
"
 cd gcc-2.95.2
 ln -s ../newlib-1.8.2/newlib
cd ..
mkdir bgcc
cd bgcc
../gcc-2.95.2/configure --target=sparc-rtems \
   --with-gnu-as --with-gnu-ld --with-newlib --verbose \
   --enable-threads --prefix=/opt/rtems
make all
"

failed,I get error Info:
"
...
rm -f cpp
ln cccp cpp
ln: cannot create hard link `cpp' to `cccp': No such file or directory
"

I long for some fix for this.thanks a lot.




More information about the users mailing list