I've done a first cut at ds10 update and at least it compiles. link fails. Here is the config
target ds10.head mainboard compaq/ds10 # Enable Serial Console for debugging # It will come up at 115200,8n1 option SERIAL_CONSOLE # Enable SROM_CONSOLE # This uses the SROM serial debug port at 9600 baud option SROM_CONSOLE #option USE_CACHE_RAM=0 option USE_ELF_BOOT=0 option USE_TSUNAMI_TIGBUS_ROM=1 option TIG_KERNEL_START=0x00000 # Path to your kernel (vmlinux) # NOTE; you need a path to your test12 kernel here. payload /dev/null # Kernel command line parameters #commandline console=ttyS0,115200 root=/dev/hda2 alpha_mv=Webbrick Here are the errors. linuxbios.o: In function `Zstart': linuxbios.o(.text+0x4274): undefined reference to `__divq' linuxbios.o(.text+0x4278): undefined reference to `__divq' linuxbios.o: In function `number': linuxbios.o(.text+0x49d4): undefined reference to `__remqu' linuxbios.o(.text+0x49d8): undefined reference to `__remqu' linuxbios.o(.text+0x49ec): undefined reference to `__divqu' linuxbios.o(.text+0x49f0): undefined reference to `__divqu' linuxbios.o: In function `write_tables': linuxbios.o(.text+0x52fc): undefined reference to `write_linuxbios_table' linuxbios.o(.text+0x5300): undefined reference to `write_linuxbios_table' linuxbios.o: In function `linuxbiosmain': linuxbios.o(.text+0x5694): undefined reference to `get_empty_zero_page' linuxbios.o(.text+0x5698): undefined reference to `get_empty_zero_page' linuxbios.o(.text+0x56ac): undefined reference to `init_params' linuxbios.o(.text+0x56b0): undefined reference to `init_params' linuxbios.o(.text+0x56dc): undefined reference to `set_memory_size' linuxbios.o(.text+0x56e0): undefined reference to `set_memory_size' linuxbios.o(.text+0x5724): undefined reference to `set_command_line' linuxbios.o(.text+0x5728): undefined reference to `set_command_line' linuxbios.o(.text+0x5738): undefined reference to `set_root_rdonly' linuxbios.o(.text+0x573c): undefined reference to `set_root_rdonly' linuxbios.o(.text+0x5754): undefined reference to `set_display' linuxbios.o(.text+0x5758): undefined reference to `set_display' linuxbios.o(.text+0x5770): undefined reference to `set_initrd' linuxbios.o(.text+0x5774): undefined reference to `set_initrd' linuxbios.o(.text+0x57b0): undefined reference to `printk_error' linuxbios.o(.text+0x57b4): undefined reference to `printk_error' more tomorrow. ron
