Re: Euphoria on the ARM processor?
- Posted by darkborn Jun 27, 2009
- 1615 views
OK, since Mic brings Euphoria on Android, (thanks again!) and because of Android multi-platform nature, we could roughly say that goal is achieved.
Mic shows us how: http://jiggawatt.org/badc0de/android/eu/ (And here is about native C/C@Android: http://jiggawatt.org/badc0de/android/index.html)
And now is here Android NDK, which "allows developers to implement parts of their applications using native-code languages such as C and C", "includes a set of cross-toolchains (compilers, linkers, etc..) that can generate native ARM binaries on Linux, OS X, and Windows (with Cygwin) platforms" (through Dalvik VM).
Now, it is "just" to make Android Runtime (Dalvik VM) to work on (my favorite) Pandora, as it works at BeagleBoard. (http://beagleboard.org/project/android/)
It is done with EMBINUXâ„¢ Cross Compiler (ECC), "Toolchain For Android". (http://labs.embinux.org/)
Here is "Android on OMAP" (http://elinux.org/Android_on_OMAP) for interested. Still, It'll be nice to have more "native" Euphoria@ARM interpreter.