Re: build error
- Posted by jimcbrown (admin) Apr 03, 2013
- 1752 views
mattlewis said...
You don't even need that. Just configure for ARM on some working installation, then "make source". Or "make source-tarball" or something...I forget exactly. But either way, you can take the translation from one computer to another. You'll just need to compile it all on the host machine.
IMVHO, using eubins slightly less hassle. You just copy some binaries into a bin directory, and then do the build normally. Cross-translation requires a bit more, and if you need to (or just want to) hand hack some code, you could potentionally be looking at making different changes at two different locations (on the Intel box when touching Euphoria source, and the ARM box when changing backend stuff).