Hi,
Does anyone know how do solve the following error during makefile processing?What does it means?
Makefile output
/sbin/mkfs.jffs2: error while loading shared libraries: libz.so.1:cannot open shared object file : No such file or directory
make[1] :***[install] Error 127
make[1] : Leaving directory
make:*** [system] Error 2
-----------------------------------------------------
The error occurred after this command
rm -f $(LIB_MOD)/modules.*
/sbin/depmod -b $(RAMDISK_DIR) -F ../$(LINUX)/System.map -A $(KERNELRELEASE)
@$(STRIP) ramdisk/lib/iptables/*
@$(STRIP) ramdisk/lib/pppd/*
@$(STRIP) ramdisk/usr/sbin/*
@$(STRIP) ramdisk/sbin/iptables
This makefile is used for arm gcc compiling in host development(fedora15 64bits).Any help will be appreciate.Thanks.