This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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]

ST STM3210E EVAL board and the POSIX layer


Hi every body,

we use the STM32F1, so i upload the template ST STM3210E EVAL board

when I tried to build the system with the configuration tool. I included all the functionnality of the ISO C and POSIX infrastructure especially for Limits. But, i got these errors

In file included from /home/st/ecos/ecos-3.0/packages/infra/current/src/diag.cxx:63:
/home/st/config/POSIX_all_install/include/limits.h:175:11: error: #include expects "FILENAME" or <FILENAME>
/home/st/config/POSIX_all_install/include/limits.h:183:11: error: #include expects "FILENAME" or <FILENAME>
/home/st/config/POSIX_all_install/include/limits.h:191:11: error: #include expects "FILENAME" or <FILENAME>
/home/st/config/POSIX_all_install/include/limits.h:199:11: error: #include expects "FILENAME" or <FILENAME>
make[1]: Leaving directory `/home/st/config/POSIX_all_build/infra/current'
make[1]: *** [src/diag.o.d] Error 1
make: Leaving directory `/home/st/config/POSIX_all_build'
make: *** [build] Error 2


If some one has an idea for the source of these errors.

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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