Some useful readings

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.

One Response

  1. 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/

Leave a Reply