Re: OpenEuphoria on the raspberry pi
- Posted by mattlewis (admin) Feb 13, 2013
- 2898 views
upto 5958:3b39b88f0ef5 now which is just before some changes to Makefile.gnu that caused it to try to use x86 assembler in parts of the build and the -O3 optimizations changes not to work as the strings don't exist to change :)
Be careful that you stay in the default branch (or whichever branch you are interested in). Revesion 5958 is in the struct branch!
[ ../Euphoria/source/eu-arm]$ hg up -r 5958 53 files updated, 0 files merged, 0 files removed, 0 files unresolved [ ../Euphoria/source/eu-arm]$ hg id 3b39b88f0ef5 (struct)
You can see which changesets are in a particular branch like this:
hg log -b default | more
NO! Seriously, guys, learn to use hg bisect. It will do the hard work for you, and unless you get lucky, you'll probably have to do fewer tests. As I said before, it does a binary search on the revisions.
There were some recent regressions in the C-calling stuff on other architectures, so it wouldn't surprise me to hear there were some on ARM, as well.
Matt