|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[Plug] Kernel Compile problem
|
In order to attempt to get Appletalk to work, I started trying to customize the
kernel a bit.
I thought things were going pretty smoothly, then Make quit, saying it can't
find 'entry symbol_start'.
Here's a nice piece of 'tail' (sorry):
< snip >
-Non-GCC header of 'system'
Compressed size 20.
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -traditional -c head.S
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -O2 -DSTDC_HEADERS -c misc.c -o misc.o
ld -qmagic -Ttext 0xfe0 -o vmlinux head.o misc.o piggy.o
ld: warning: cannot find entry symbol _start; defaulting to 00000fe0
misc.o: In function `fill_inbuf':
misc.o(.text+0x1bd8): undefined reference to `input_data'
misc.o(.text+0x1bdd): undefined reference to `input_len'
misc.o(.text+0x1bf3): undefined reference to `input_data'
make[2]: *** [vmlinux] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/boot/compressed'
make[1]: *** [compressed/vmlinux] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/arch/i386/boot'
make: *** [zImage] Error 2 -
< snip >
Any tips would be welcome; Thanks in advance.
Ben
_______________________________________________
Plug maillist - Plug@lists.nothinbut.net
http://lists.nothinbut.net/mail/listinfo/plug
|
|