Re: Euphoria on ARM (and other processors)

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

that's where i'm having the problem. i'm compiling on x86 and moving that dir to my arm environment and removing the *.o's and thee binaries and rebuilding and it's still trying to run the eui. i have to step through everything one stage at a time i think/

The dependencies are set up so that if one of the .o files for the translated source is missing, the entire translation process is rerun.

What you need to do is to run the translation step alone, and not compile any .o files until after you have moved it to the ARM box.

Also, when you do the copying, make sure it is with a tool that preserves timestamps. If the timestamps are not preserved, this can confuse make and cause it to unnecessarily rerun steps for dependencies (such as the translator).

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

Search



Quick Links

User menu

Not signed in.

Misc Menu