Re: Nokia n900 and Euphoria

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

From Jerome's code listing

* on my Scratchbox_x86 target (This way it can use a pre-built eui binary), \\ 
       ./configure ##--##plat ARM \\ 
        make source  \\ 
* switch to my Scratchbox_ARMEL target, \\  
        make 

Here, I am a little surprised Jerome could supply ARM to '--plat' when that was only for the OS. If this goes to the translator, you should get an error. Whether you use Windows or Linux, the translator should answer the same way the following command line:

 
D:\Documents and Settings\Pringle>euc -con -plat ARM hello.ex 
Unknown platform: ARM.  Supported platforms are: WIN, LINUX, FREEBSD, OSX, OPENB 
SD, NETBSD 
 

It seems you changed the functionality of --plat argument in 'configure' to set the ARCH variable in Makefile.eu. Instead of testing for--plat ARM, you should make configure test an argument like --arch ARM for that purpose.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu