Dear Ben, Thanks for the reply. We are porting the gcc-4.3.2 into the new DSP target having ARM 11 core. The new target specific code is added in gcc/config/dsp and also configuration files are modified. we are using cygwin as host for building.
All the target specific code is compiled successfully. We need to use newlib. when to link with gcc ? whether using newlib will solve the above error ? Can you mention some link or guidelines on usage of newlib for the above target ? Thanks and Regards Raja Saleru >> 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 > >