Hi,
Henning Nielsen Lund wrote:
Just a litle important question... are we going to use clib2 or newlib?
It depends. Clib2 has more functionality, newlib is shared, which is a big advantage (considering the amount of stuff binaries).
The best idea is to make it "selectable" in all the makefile we create ourselves (with configure, it's done at configure time, anyway). Take a look at how I solved that in the polygon clipper makefile. The "-mcrt=lib" option makes this rather simple.
Of course, only the new, unreleased compiler has this stuff, but we're going to release a new SDK soon, plus, we're moving the compiler and tools from our internal CVS over to sourceforge.
Regards,