Re: ver. 4 Question about building Linux Interpreter ?
- Posted by bernie Jul 30, 2009
- 908 views
mattlewis said...
bernie said...
I'll just use Linux to build the binaries.
Where is the SVN source located to use to build the binaries
Here is the command to check out the source:
svn co https://rapideuphoria.svn.sourceforge.net/svnroot/rapideuphoria/trunk rapideuphoriaIt's the same, regardless of platform. It's actually pretty easy to cross translate, but you'll need to have a cross compiler set up, which is very untrivial.
Matt
Thanks Matt:
I wasn't sure if it was different and it had some extra options.
PS:
When windows/dos ver 3 source shipped it had le23p.exe file located
in the bin directory.
So the ver. 4 makefile.wat is expecting the file to be located
in bin file.
Configure.bat allows the user to specify which binaries to use for
compiling the source.
But the makefile.wat does not use the configure information
to use the le23p.exe file but uses EUDIR path.
I think that the makefile.wat should be using the path specified
by the configure.bat file.