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]

Test microwindows nano-x


Hello every one,

I'm a new user of the microwindows library.
I used the STM3240G-EVAL. I added the framebuffer driver and it's work correctly


So, i try to test the nano-x librairie. I followed the procedure in this link. I added the framebuffer driver, linux netand the microwindows library in the configuration with the corresponding changes.

http://www.open-etech.com/RTOS/Debugging/index.php?page=mw

and I tried to build eCos and test the tetris demo but I got these errors

make[1]: Entering directory `/home/st/config_Fatfs/mw_config_build/language/c/libc/setjmp/current'
arm-eabi-gcc -c -I/home/st/config_Fatfs/mw_config_install/include -I/home/st/ecos/ecos-3.0/packages/language/c/libc/setjmp/current -I/home/st/ecos/ecos-3.0/packages/language/c/libc/setjmp/current/src -I/home/st/ecos/ecos-3.0/packages/language/c/libc/setjmp/current/tests -I. -I/home/st/ecos/ecos-3.0/packages/language/c/libc/setjmp/current/src/ -finline-limit=7000 -Wall -Wpointer-arith -Wundef -Woverloaded-virtual -Wno-write-strings -mcpu=cortex-m3 -mthumb -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -Wp,-MD,src/longjmp.tmp -o src/language_c_libc_setjmp_longjmp.o /home/st/ecos/ecos-3.0/packages/language/c/libc/setjmp/current/src/longjmp.cxx
make[1]: Leaving directory `/home/st/config_Fatfs/mw_config_build/language/c/libc/setjmp/current'
In file included from /home/st/config_Fatfs/mw_config_install/include/setjmp.h:69,
make: Leaving directory `/home/st/config_Fatfs/mw_config_build'
from /home/st/ecos/ecos-3.0/packages/language/c/libc/setjmp/current/src/longjmp.cxx:72:


/home/st/config_Fatfs/mw_config_install/include/cyg/posix/sigsetjmp.h:73: error: ‘sigset_t’ does not name a type
make[1]: *** [src/longjmp.o.d] Error 1
make: *** [build] Error 2


It seams an error in the POSIX package.

If any one have any idea about the problem and what should i do?

Great Thanks.


-- 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]