Re: OpenEuphoria on the raspberry pi
- Posted by Jerome Feb 12, 2013
- 2996 views
rkdavis said...
not having any luck with that changeset
Ok, thanks for the snippet! I was able to recreate the error you are seeing; essentially your compilation isn't translating the Eu source code which causes the several undefined references. Try this in your source directory:
which eui % Quick check that a working eui is in your path (the original hard float eubins should work) hg revert -a hg update -r 5964 make distclean vi Makefile.gnu % Change optimization switches vi ../include/std/map.e % Add ARM fix ./configure vi config.gnu % Make sure 'EUPHORIA=1' and not 0 make interpreter % Build eui only to save some time
Hope this helps,
Ira