Re: WxEuphoria on ARM

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

Yes

I'm interested in using Euphoria under ARM

hopefully it should be doable to compile
android for the PI.

a combination of PI + android + Euphoria would
make a nice dev target.

I would like to have the option of Euphoria running
against a shared library to save disk space for the PI,
instead of all binaries being statically linked.

i did have some shell script for v3 of Euphoria that would
link against the eu.a library compiled as a .so/.dll

feature request ?

maybe a new keyword

 
--// NOW 
--// automatically compiles and links statically 
include std/math.e 
 
--// ADDITIONAL 
--// function/procedure syntax check interface only 
--// similar to 'C' includes to check function signatures 
--// 
--// then link against command line -leui -leui-std  
--// 
--// where 
--// 
--//    -leui      = libeui.[so|dll]     from eu.a 
--//    -leui-std  = libeui-std.[so|dll] from std/*.e 
import std/math.e 


ras

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

Search



Quick Links

User menu

Not signed in.

Misc Menu