bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (no subject)


From: Bob Proulx
Subject: Re: (no subject)
Date: Mon, 8 Aug 2005 00:00:07 -0600
User-agent: Mutt/1.5.9i

address@hidden wrote:
>    when I build my project ,there is some error as the following :
> 
> C:\admtek2\cygwin\bin>make -f makefile
> c:/admtek2/cygwin/tools/H-i686-pc-cygwin/bin/mipsisa32-elf-ld -EL -X -N 
> -L. -L.
> /lib/el -e romreset_except -Ttext 0x9fc00000 \
>                         -Map c:/adm/build/el/bootinit.map -o 
> c:/adm/build/el/boo
> tinit.elf       \
>                         c:/adm/build/el/bootinit.o -lz -lc -lgcc
> c:/admtek2/cygwin/tools/H-i686-pc-cygwin/bin/mipsisa32-elf-ld: cannot find 
> -lz
> make: *** [boot_img] Error 1
> 
> I don' t  know why ,please help me ,thanks .

The error says it cannot find -lz.  That would be the libz library.
The libz library is otherwise known as the zlib library.

  http://www.zlib.net/

It is apparently not installed but used by your project.

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]