This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Dump error sto


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


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