2012/8/10 John Spikowski <supp...@scriptbasic.org> > > I'm curious, was the Raspberry Pi Gambas3 binary distribution built with > a cross compiler (on Intel/AMD Linux) or native under Ubuntu ARM on the > Pi? > > There is not a single "the gambas3 binary distribution", but one for each distro. I think most of them are cross-compiled, because there is no reason to compile directly on the Pi. As long as the same compiler is used on both machines, identical machine code should be produced.
I can recommend a program called "distcc" which replaces the gcc program on the Pi with another that calls gcc with arm target on a remote computer on the network. All preprocessing, linking etc. is done on the Pi, so include files and libraries do not need to be available on the remote machine, only on the Pi. "crosstool-ng" can be used to set up a cross-compiler. /Emil ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user