[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: examples not working with CVS head (todays sources) on pc386 BSP.
Użytkownik Karel Gardas napisał:
Hello,
Hi,
I try to compile hello_world_c application as described on:
http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.6.2/share/rtems/html/started/started00064.html
...
-B/home/karel/usr/local/pc386-i386-rtems-bsp/i386-rtems/pc386/lib/
-specs bsp_specs -qrtems -g -Wall -O4 -g -c -o
o-optimize/test.o test.c
test.c:31:22: error: confdefs.h: No such file or directory
make: *** [o-optimize/test.o] Error 1
silence:/tmp/rtems/examples-4.6.2/hello_world_c$
I didn't tried build CVS toolchain, so i can say too much, but...
- do you have the confdefs.h header file in include/, as far as i know
#include <confdefs.h> is deprecated (<rtems/confdefs.h> isn't). Maybe it
helps.
- are you sure RTEMS toolchain was properly build?
--
Cheers
(sorry for my poor english)
Krystian Lewandowski