> We need to use newlib. when to link with gcc ? whether using newlib will
> solve the above error ?
It will. One way that you can get gcc to build newlib is to sym link
the newlib sources into the gcc tree. The GCC build system will detect
this and build newlib for you:
cd gcc-4.3
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 successful
> 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 libr