On 03/06/2013 06:05 PM, c522473 wrote: > gcc tries to include/link the target libc. I have not build that as I do not > have a working cross compiler. What am I missing? Bootstrapping, you need a target libc first. How you get one depends on the target. If the target is GNU/Linux, you can copy everything from a working system. So, what is your target? Andrew.