Re: ARM port
- Posted by coconut Sep 03, 2011
- 5243 views
coconut said...
Jerome said...
coconut said...
this link give the specification of the Efika smartbook netbook http://www.genesi-usa.com/support/smartbook/faq
Jacques,
If you want to give it a shot, I've posted an eui binary for your ARM-Cortex laptop (ARMv7), at http://dl.dropbox.com/u/5805068/eui. Put this in your path, and then run the following:
./configure --arch ARM make
Let me know if you run into any issues or the if the eui binary doesn't work!
Thanks,
Ira
I did it and it works. At the beginning of compilation it complained that it could not find hg but it did success anyway. Did not made extensive test execute without error.
Thanks Ira
I tryied to run the programs in the demo directory and the only one that run is animal.ex all others send an Illegal instruction to console.
Jacques