> Hi, I am trying to cross compile the gcc-4.3.2 for arm based dsp target. > The following error occurs.
Building a cross-compiler for an embedded target requires a little bit of know-how, usually best obtained from various guides on the net. You are getting these errors because you need a C library available. It should be possible for you to use newlib on this target. Ben