Hi,
thanks again.  your advice has worked perfect each time.  I just happened to come up with 1 more problem, although this time it is not an undefined reference.  I think I am near the end of running "make bzImage" when this happens...
 
..
..
..
Root device is (8, 17)
Boot sector 512 bytes
Setup is 3444 bytes
System is 1159 kB
System is too big.  Try using modules.
make[1]: *** [bzImage] Error 1
make[1]: Leaving directory '/usr/src/rtlinux-2.2/linux/arch/i386/boot'
make: *** [bzImage] Error 2
 
A bzImage shows up in the directory /usr/src/rtlinux-2.2/linux/arch/i386/boot/ but I don't know if it is complete or not (size is 4096), and there is no file called "Symbol.map" ever created in my working directory, which is /usr/src/rtlinux2.2/linux.  The installation instructions call for a Symbol.map.
 
Thank you again,
 
Jeff

 
Jeff,
 
    "Undefined reference to..." errors often occurs when you don't have a full-clean linux source codes tree.
just try the following: 
    cd /usr/src/linux
    make mrproper
then
    make menuconfig (or make xconfig)
    make dep;make clean; make bzImage
 
Tell me if it cannot solve your problems.
dony

Reply via email to