Dump error sto
Roger.Gough
Roger.Gough@ul.ie
Tue Jun 3 19:49:00 GMT 2003
Hi All,
I am porting gcc version 3.2.2 to a new architecture called npe. I
configured as follows:
[rgough@rgough2 gcc-3.2.2-objdir-npe]$ /home/rgough/gcc-3.2.2/configure
--target=npe --enable-languages=c
--prefix=/home/rgough/gcc-3.2.2-prefix
--with-headers=/home/rgough/gcc-3.2.2-prefix/npe/include
Unfortunately when I build, I get the following error:
/home/rgough/gcc-3.2.2-objdir-npe/gcc/xgcc
-B/home/rgough/gcc-3.2.2-objdir-npe/gcc/
-B/home/rgough/gcc-3.2.2-prefix/npe/bin/
-B/home/rgough/gcc-3.2.2-prefix/npe/lib/ -isystem
/home/rgough/gcc-3.2.2-prefix/npe/include -dumpspecs > tmp-specs
mv tmp-specs specs
echo "int xxy_us_dummy;" >tmp-dum.c
/home/rgough/gcc-3.2.2-objdir-npe/gcc/xgcc
-B/home/rgough/gcc-3.2.2-objdir-npe/gcc/
-B/home/rgough/gcc-3.2.2-prefix/npe/bin/
-B/home/rgough/gcc-3.2.2-prefix/npe/lib/ -isystem
/home/rgough/gcc-3.2.2-prefix/npe/include -S tmp-dum.c
tmp-dum.c: Not a directory
make[1]: *** [s-under] Error 1
make[1]: Leaving directory `/home/rgough/gcc-3.2.2-objdir-npe/gcc'
make: *** [all-gcc] Error 2
I would be grateful for any suggestions as of how I could remove this error,
it is really baffling me. Thanks in advance.
Kind Regards
Roger
More information about the Gcc
mailing list