On Tue, Aug 11, 2015 at 06:56:03PM +0000, Jay K wrote: > The problem with cross compiling is you need: > a working cross-compiler for C/C++ Slightly clumsier is just haveing a C/C++ compiler on the target system. But it's often easier to get that than a cross-compiler. -- hendrik