This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project. See the eCos home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

[ECOS] configuring under Linux






Hi All:

I have downloaded from Cygnus the ecosSWtools-981021-scr.tar.gz
However when I try to make, I get the following error (after lots
of seemingly successful compiles)...


gcc -c -g -O2    -I. -I/usr/cygnus/ecosSWtools-981021/src/gdb -I/usr/cygnus/ecosSWtools-981021/src/gdb/config -DHAVE_CONFIG_H -I/usr/cygnus/ecosSWtools-981021/src/gdb/../include/opcode -I/usr/cygnus/ecosSWtools-981021/src/gdb/../readline -I../bfd -I/usr/cygnus/ecosSWtools-981021/src/gdb/../bfd  -I/usr/cygnus/ecosSWtools-981021/src/gdb/../include  /usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c
/usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c: In function `attach':
/usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c:206: `PTRACE_ATTACH' undeclared (first use this function)
/usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c:206: (Each undeclared identifier is reported only once
/usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c:206: for each function it appears in.)
/usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c: In function `detach':
/usr/cygnus/ecosSWtools-981021/src/gdb/infptrace.c:222: `PTRACE_DETACH' undeclared (first use this function)
make[1]: *** [infptrace.o] Error 1
make[1]: Leaving directory `/home/develop/build/gdb'
make: *** [all-gdb] Error 2
make: Leaving directory `/home/develop/build'


Has anyone else seen this?  


Gord