make error
Jim Wilson
wilson@tuliptree.org
Thu Jun 5 17:17:00 GMT 2003
Roger.Gough wrote:
> output to start off with. I took the header files from /usr/include on my
> host system and placed them in /home/rgough/gcc-3.2.2-prefix/npe/include.
The host header files are unlikely to work. If this is an embedded
target, try using newlib, available from sources.redhat.com.
> tmp-dum.c: Not a directory
This is a string from perror/strerror. Try debugging the program to see
why you are reaching here.
A possible guess is that the SPECS are broken, and you are unwittingly
passing extra incorrect options to the cpp/cc1 programs. Adding the -v
option to the gcc command line would show this.
Jim
More information about the Gcc
mailing list