<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hello everybody,</div><div><br></div><div>I tried to built RTEMS on the target i386 and bsp= i386ex</div><div><br></div><div>i made: ../rtems-4.10.1/configure --target= i386 --disable-posix --disable-networking --disable-cxx --enable-rtemsbsp=i386ex --prefix=/opt/rtems-4.11/</div><div><br></div><div>when i did "make all" i had these error: </div><div><br></div><div><br></div><div>In file included from ../../cpukit/../../../i386ex/lib/include/rtems/libio_.h:22:0,<br>                 from ../../../../../rtems-4.10.1/c/src/../../cpukit/posix/src/sysconf.c:23:<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:56:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before
 ‘rtems_off64_t’<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:109:24: error: expected declaration specifiers or ‘...’ before ‘*’ token<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:111:3: error: expected declaration specifiers or ‘...’ before ‘rtems_off64_t’<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:109:9: warning: type defaults to ‘int’ in declaration of ‘rtems_off64_t’<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:109:9: error: ‘rtems_off64_t’ declared as function returning a function<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:113:1: warning: function declaration isn’t a prototype<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:164:5: error: expected specifier-qualifier-list before ‘rtems_filesystem_lseek_t’<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:363:43: error: field ‘size’ declared as a
 function<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:364:43: error: field ‘offset’ declared as a function<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:382:27: error: field ‘offset’ declared as a function<br>../../cpukit/../../../i386ex/lib/include/rtems/libio.h:461:25: error: ‘rtems_libio_lseek_t’ declared as function returning a function<br>../../../../../rtems-4.10.1/c/src/../../cpukit/posix/src/sysconf.c: In function ‘sysconf’:<br>../../../../../rtems-4.10.1/c/src/../../cpukit/posix/src/sysconf.c:47:12: error: ‘PAGE_SIZE’ undeclared (first use in this function)<br>../../../../../rtems-4.10.1/c/src/../../cpukit/posix/src/sysconf.c:47:12: note: each undeclared identifier is reported only once for each function it appears in<br>make[5]: *** [src/libposix_a-sysconf.o] Erreur 1<br>make[5]: quittant le répertoire « /home/asma/Bureau/building-RTEMS/b-sis/c/i386ex/cpukit/posix »<br>make[4]: ***
 [all-recursive] Erreur 1<br>make[4]: quittant le répertoire « /home/asma/Bureau/building-RTEMS/b-sis/c/i386ex/cpukit »<br>make[3]: *** [all] Erreur 2<br>make[3]: quittant le répertoire « /home/asma/Bureau/building-RTEMS/b-sis/c/i386ex/cpukit »<br>make[2]: *** [all-recursive] Erreur 1<br>make[2]: quittant le répertoire « /home/asma/Bureau/building-RTEMS/b-sis/c/i386ex »<br>make[1]: *** [all-recursive] Erreur 1<br>make[1]: quittant le répertoire « /home/asma/Bureau/building-RTEMS/b-sis/c »<br>make: *** [all-recursive] Erreur 1</div><div><br></div><div>Could i have help?</div><div><br></div><div>Thank you in advance<br></div></div></body></html>