Kai Ruottu wrote:
- Didn't you yet have any prebuilt/tested C library when you had a
"working" C compiler earlier, or
what was the reason to NOT use the obvious target headers? The
"copied the newlib headers"...
If you didn't, wouldn't it be much, much wiser to get the GCC + C
library (newlib ported to your target)
done BEFORE even thinking getting GCC+C library+C++ library to work?
The build/test order:
1. GCC with the C++ compiler ('make all-gcc ; make install-gcc')
2. C library, newlib
3. extra libraries like libiberty and libstdc++