public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Test microwindows nano-x
@ 2012-05-22 10:58 medamine
  2012-05-23 21:36 ` Christophe Coutand
  0 siblings, 1 reply; 3+ messages in thread
From: medamine @ 2012-05-22 10:58 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [ECOS] Test microwindows nano-x
  2012-05-22 10:58 [ECOS] Test microwindows nano-x medamine
@ 2012-05-23 21:36 ` Christophe Coutand
       [not found]   ` <4FBE3225.5080807@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Christophe Coutand @ 2012-05-23 21:36 UTC (permalink / raw)
  To: medamine, ecos-discuss

Did you try compiling for the synthetic target? If yes, did it compile
correctly?

Can you post your eCos configuration file for the STM3240G-EVAL?

Christophe

-----Original Message-----
From: ecos-discuss-owner@ecos.sourceware.org
[mailto:ecos-discuss-owner@ecos.sourceware.org] On Behalf Of medamine
Sent: 22. mai 2012 12:58
To: ecos-discuss@ecos.sourceware.org
Subject: [ECOS] 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/longj
mp.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/longj
mp.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


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [ECOS] Test microwindows nano-x
       [not found]   ` <4FBE3225.5080807@gmail.com>
@ 2012-05-24 17:58     ` Christophe Coutand
  0 siblings, 0 replies; 3+ messages in thread
From: Christophe Coutand @ 2012-05-24 17:58 UTC (permalink / raw)
  To: medamine; +Cc: ecos-discuss

Are you sure this is the correct config file? You have a lot of conflict
in it to be resolved. I might remember wrong but I don't think MW will
compile with LWIP stack.

Christophe

-----Original Message-----
From: medamine [mailto:medamine.ecos@gmail.com] 
Sent: 24. mai 2012 15:06
To: Christophe Coutand
Cc: ecos-discuss@ecos.sourceware.org
Subject: Re: [ECOS] Test microwindows nano-x

No, I didn't try to compile for synthetic target, but i develop a driver
Frame buffer for STM3240G-EVAL and I add the nano-x library and try to
compile

this is here the config file

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-24 17:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-22 10:58 [ECOS] Test microwindows nano-x medamine
2012-05-23 21:36 ` Christophe Coutand
     [not found]   ` <4FBE3225.5080807@gmail.com>
2012-05-24 17:58     ` Christophe Coutand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).