This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error in glibc make


On Wed, Oct 22, 2003 at 07:47:56PM +0530, Manoj Verma, Noida wrote:
> I have completed insatlling the GLIBC with some hacking. 
> I also completed building the final GCC.
> 
> But while compiling a sample file, sample.c I am getting the following
> error:
> 
> c:\MinGW\msys\home\manojv\cinstall_arm\bin\..\lib\gcc-lib\arm-linux\3.2.2\..
> \..\..\..\arm-linux\bin\ld.exe: cannot find /lib/libc.so.6
> 
> When I do:
> $ arm-linux-ld --start-group -lc --end-group --verbose
> 
> I see:
> ==================================================
> attempt to open c:/MinGW/msys/home/manojv/cinstall_arm/arm-linux/lib/libc.so
> succeeded
> opened script file
> c:/MinGW/msys/home/manojv/cinstall_arm/arm-linux/lib/libc.so
> opened script file
> c:/MinGW/msys/home/manojv/cinstall_arm/arm-linux/lib/libc.so
> attempt to open /lib/libc.so.6 failed
> attempt to open /lib/libc.so.6 failed
> attempt to open /lib/libc.so.6 failed
> c:\MinGW\msys\home\manojv\cinstall_arm\bin\arm-linux-ld.exe: cannot find
> /lib/libc.so.6
> ==================================================

Look at the c:/MinGW/msys/home/manojv/cinstall_arm/arm-linux/lib/libc.so
it is a text file, remove the absoloute path from the GROUP statement.
On my Linux Host it looks like this:

-----------------------------------------
GROUP ( libc.so.6 libc_nonshared.a )
-----------------------------------------

HTH - Marc

BTW: rmk4 is outdated try 2.4.19-rmk7

-- 
<Dan> Not at all. "D'oh" is one of my favorite words.

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]