> Hi, > I couldn't find newlib in my source gcc-4.5.5 directory. I download > and try to install it, i think it is not completed > when i run make install ...it ends quickly with the message shown below > > make[2]: Leaving directory /gcc-4.4/build_newlib/etc' > make[1]: Nothing to be done for `install-target'
I would check that firstly you have placed the newlib source directory within the root of the gcc source tree, and secondly that it is called newlib. Then try running make (you might have to re-configure again) from where you built gcc originally. Regards, Andrew