Lurking on the web, trying to figure out how a cross compiling process works, I’ve found some useful readings.
First of all the Wikipedia page about Cross Compiling is a good brief starting point. This article gives some useful information about the newlib system.
Since of any lejos osek examples (found in the lejos_osek/samples/ directory) requires to be built against to the c++ standard library, there’s a need for a lightweight one. I’m going to find it out.
Filed under: Organization
Actually you do not need the STL anywhere in the samples.
uClibc++ looks interesting if you can make it work sans unix,
http://cxx.uclibc.org/