Hi, folks
my config file is:
# Note that this is RELATIVE TO WHERE YOU ARE WHEN YOU RUN THE # CONFIG TOOL. Make it absolute if you like target l440bx
mainboard intel/l440bx
# Enable Serial Console for debugging # It will come up at 115200,8n1 #option SERIAL_CONSOLE=1
# Enable MicroCode update and L2 Cache init for PII and PIII option UPDATE_MICROCODE option CONFIGURE_L2_CACHE
# Use the internal VGA frame buffer device #option HAVE_FRAMEBUFFER #option USE_CACHE_RAM=0 #option USE_GENERIC_ROM=0 #option USE_ELF_BOOT=0
#makedefine PHLASH_BASE_NAME=p13-0125 #makedefine BOOT_IMAGE=/tftpboot/netboot.ebi #makedefine BOOT_IMAGE=vmlinux.bin.gz.block
# Path to your kernel (vmlinux) # NOTE; you need a path to your test12 kernel here. #linux /manpreet/freebios/linux linux /home/tesi/src
# Kernel command line parameters #commandline ro panic=5 root=/dev/hda5 console=ttyS0,115200 debug 3
NLBConfig.py( ver. 1.37) runs correctly while compiling I got this message:
gcc -nostdlib -r -o linuxbios_c.o c_start.o linuxbios.a /usr/lib/gcc-lib/i386-r edhat-linux/2.96/libgcc.a perl -e 'foreach $var (split(" ", $ENV{VARIABLES})) { if ($ENV{$var} =~ m/^(0x[0 -9a-fA-F]+|0[0-7]+|[0-9]+)$/) { print "$var = $ENV{$var};\n"; }}' > ldoptions gcc -nostdlib -nostartfiles -static -o linuxbios_c -T /home/tesi/src/freebios/sr c/config/linuxbios_c.ld linuxbios_c.o linuxbios_c.o: In function `displayinit': linuxbios_c.o(.text+0x3605): undefined reference to `ttys0_init' linuxbios_c.o: In function `__display_tx_byte': linuxbios_c.o(.text+0x361a): undefined reference to `ttys0_tx_byte' collect2: ld returned 1 exit status make: *** [linuxbios_c] Error 1
Anithing that I am missing ?
Regards.