Quote:
Originally Posted by knc1
It should be possible to build Lua for the K1 - -
Once you have figured out building dynamically linked applications for the K1.
(Lua depends on using dlopen - it can only be built static for a specific purpose (I.E: all modules are statically linked in) ).
I don't recall if Java pre-dates ARMv4 or not, I think it does.
Maybe a little searching for ARMv4JT<...> would help answer that question. (I think Jazerle (sp?) implies thumb also)
|
The K1 is armv5te, not armv5tej, so no java byte-code interpreter BUILT IN. However, that is no reason to prevent a software-based JVM, like on x86 hardware, AFAIK.