Re: Raspberry Pi
- Posted by irv Mar 28, 2017
- 2007 views
It works!
Translating on the desktop (8megs memory) and cross-compiling results in a EuGTK program which loads in about 1 second on the Raspberry.
Compiling on the Raspberry with euc and -j4 works almost instantly for small programs, but I guess 1meg of memory is just not enough to compile a larger EuGTK program with any reasonable speed. That isn't a show stopper, I've compiled WEE and a couple other programs I use a lot, so they pop up immediately. The rest run ok when interpreted (5 sec or so to startup).
Thanks again for your help.