From: c7821027@csie.nctu.edu.tw (Shih-Hao Liu) Subject: [Q] gcc2.4.0 & zImage, symbol undefined? Date: Mon, 31 May 1993 07:49:31 GMT
I recently install gcc2.4.0 and try to recompile the compressed
kernel. But when the make try to
ld -o zSystem head.o inflate.o unzip.o misc.o piggy.o
in linux/zBoot dir, ld complain
misc.o: Undefined symbol _strlen referenced from text segment
If I compile 'misc.c' which gcc2.3.3, there will be no any error.
Is this a bug of 2.4.0 or .... ?
Thanks for any help.