Re: OpenEuphoria on the raspberry pi

new topic     » goto parent     » topic index » view thread      » older message » newer message
rkdavis said...

not having any luck with that changeset

http://pastebin.com/t0n60PRV

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu