Re: WxEuphoria on ARM

new topic     » goto parent     » topic index » view thread      » older message » newer message
jimcbrown said...

I would not be suprised to find out that some special porting effort is required to get wxEuphoria to run on ARM. (For example, http://www.nongnu.org/avr-libc/user-manual/porting.html#iar_porting_flash says that C was not designed for Harvard architectures.)

I still have a lot to learn about ARM but since Euphoria and wxWidgets cross-compile nicely, I was hoping wxEuphoria wouldn't be too much of a stretch.

mattlewis said...
object WXEUAPI  mouse_event_position(wxMouseEvent *event) 
{ 
        s1_ptr pos = NewS1(2); 
        event->getPosition( pos->base + 1, pos->base + 2 ); 
        return MAKE_SEQ( pos ); 
} 

Unfortunately I'm still getting segmentation faults. I'm sure there is a key point I'm overlooking; I'll try to hunt it down!

Is there any interest in using Euphoria on ARM platforms, especially with the Raspberrypi (http://www.raspberrypi.org/ , http://openeuphoria.org/forum/116139.wc#116139) coming out soon?

Thanks,
Ira

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu