Hi Ron,
thanks for the instant reply.
Ronald G Minnich schrieb:
> can you please send your config file, and also use 'script' to capture
> your make session in a file. Send that too.
done
>
>
> Also, uname -a would be very helpful.
[metti@enterprise]# uname -a
Linux Enterprise 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i 686 unknown
>
>
> ron
We are working on a design with the 440GX Chipset and 1GB RAM. No
Harddisk. Only 100MB-Ethernet with Intel. 82559. All thatt can fit on a
100x160mm Printed-Circuit-Board.
Regards
Matthias
#
# target up3
#
mainboard up3/up3
# enable Serial Console for Debugging
# option SERIAL_CONSOLE
# Enable Microcode-Update
option UPDATE_MICROCODE
option CONFIGURE_L2_CACHE
# Use the internal Framebuffer
#option HAVE_FRAMEBUFFER
# Pathz to Linux-Kernel
linux /home/metti/linux
# comandline
commandline root=/dev/hda1
'Script' wurde gestartet: Fri Jul 6 16:24:14 2001
]0;metti@Enterprise: /home/metti/freebios/up3[metti@Enterprise up3]$
[2P(reverse-i-search)`': p': python ../freebios-20010321/util/config/NLBConfig.py
up3.conf ../freebios-20010321
(reverse-i-search)`p[1@y': python ../freebios-20010321/util/config/NLBConfig.
[metti@Enterprise up3]$ python ../freebios-20010321/util/config/NLBConfig.
Now Process the base files
Makebase is : ../freebios-20010321/util/config/make.base :
Command: makedefine args: LINK = ld -T ldscript.ld -o $@ $(OBJECTS)
Command: makedefine args: CPPFLAGS= -I$(TOP)/src/include
-I$(TOP)/src/arch/$(ARCH)/include $(CPUFLAGS)
Command: makedefine args: CFLAGS= $(CPPFLAGS) -O2 -nostdinc -nostdlib -Wall
Command: makedefine args: CC=cc
Command: makerule args: all : romimage ;
Command: makerule args: floppy : all ; mcopy -o romimage a:
Command: makerule args: romimage : linuxbios.rom vmlinux.bin.gz.block ; cat
vmlinux.bin.gz.block linuxbios.rom > romimage
Command: makerule args: linuxbios.rom: linuxbios.strip mkrom ; ./mkrom -s 64 -f -o
linuxbios.rom linuxbios.strip
Command: makerule args: linuxbios.strip: linuxbios ; objcopy -O binary -R .note -R
.comment -S linuxbios linuxbios.strip
Command: makerule args: linuxbios: $(OBJECTS) vmlinux.bin.gz ; @rm -f biosobject
Command: addaction args: linuxbios $(LINK)
Command: addaction args: linuxbios nm -n linuxbios > linuxbios.map
Command: makerule args: crt0.s: crt0.S ; $(CC) $(CPPFLAGS) -I$(TOP)/src -E $< > crt0.s
Command: makerule args: crt0.o : crt0.s; $(CC) -c crt0.s
Command: makerule args: mkrom: $(TOP)/mkrom/mkrom.c ; $(CC) -o mkrom $<
Command: makerule args: clean : ; rm -f linuxbios.* vmlinux.* *.o mkrom xa? *~
Command: addaction args: clean rm -f linuxbios romimage crt0.s
Command: addaction args: clean rm -f a.out *.s *.l
Command: addaction args: clean rm -f TAGS tags
Command: addaction args: clean rm -f docipl
Command: makerule args: vmlinux.bin.gz.block : vmlinux.bin.gz ; dd conv=sync bs=448k
if=vmlinux.bin.gz of=vmlinux.bin.gz.block
Command: makerule args: vmlinux.bin.gz: vmlinux.bin ;gzip -f -3 vmlinux.bin
Command: makerule args: vmlinux.bin: $(LINUX)/vmlinux ; objcopy -O binary -R .note -R
.comment -S $< vmlinux.bin
Command: dir args: /lib
Process config file: ../freebios-20010321/src/lib/Config
Command: object args: fill_inbuf.o
Command: object args: hardwaremain.o
Command: object args: linuxbiosmain.o
Command: object args: linuxpci.o
Command: object args: newpci.o
Command: object args: params.o
Command: object args: printk.o
Command: object args: serial_subr.o
Command: object args: subr.o
Command: object args: vsprintf.o
Command: dir args: /boot
Process config file: ../freebios-20010321/src/boot/Config
Command: object args: uniform_boot.o
Command: mainboard args: up3/up3
Process config file: ../freebios-20010321/src/mainboard/up3/up3/Config
Command: northbridge args: intel/440gx
OK ../freebios-20010321/src/mainboard/up3/up3 intel/440gx
Process config file: ../freebios-20010321/src/northbridge/intel/440gx/Config
Command: raminit args: northbridge/intel/440gx/raminit.inc
Added ram init file: northbridge/intel/440gx/raminit.inc
Command: object args: northbridge.o
Command: southbridge args: intel/piix4e
Process config file: ../freebios-20010321/src/southbridge/intel/piix4e/Config
Command: object args: southbridge.o
Command: option args: ENABLE_FIXED_AND_VARIABLE_MTRRS
Command: option args: HAVE_PIRQ_TABLE
Command: option args: HAVE_MTRR_TABLE
Command: option args: PIIX4_DEVFN=0x38
Command: option args: MAINBOARD_FIXUP_IN_CHARGE
Command: object args: mainboard.o
Command: object args: irq_tables.o
Command: object args: mtrr_table.o
Command: cpu args: p5
Process config file: ../freebios-20010321/src/cpu/p5/Config
Command: option args: i586
Command: object args: cpuid.o
Command: dir args: /arch/i386
Process config file: ../freebios-20010321/src/arch/i386/Config
Command: makedefine args: ARCH=i386
Command: dir args: boot
Process config file: ../freebios-20010321/src/arch/i386/boot/Config
Command: object args: boot.o
Command: cpu args: p6
Process config file: ../freebios-20010321/src/cpu/p6/Config
Command: option args: i686
Command: option args: INTEL_PPRO_MTRR
Command: object args: microcode.o
Command: object args: mpspec.o
Command: object args: mtrr.o
Command: object args: l2_cache.o
Command: object args: ioapic.o
Command: option args: UPDATE_MICROCODE
Command: option args: CONFIGURE_L2_CACHE
Command: linux args: /home/metti/linux
Command: commandline args: root=/dev/hda1
Trying to create Makefile
Trying to create ldscript.ld
Trying to create crt0.S
Check for crt0.S param file:
../freebios-20010321/src/include/northbridge/intel/440gx/param.h
Adding include to crt0.S for this parameter file:
#include <northbridge/intel/440gx/param.h>
]0;metti@Enterprise: /home/metti/freebios/up3[metti@Enterprise up3]$ mk ake
cc -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE
-I../freebios-20010321/src -E crt0.S > crt0.s
cc -c crt0.s
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/fill_inbuf.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/lib/fill_inbuf.c:17:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/fill_inbuf.c: In function `fill_inbuf':
../freebios-20010321/src/lib/fill_inbuf.c:134: warning: implicit declaration of
function `intel_post'
../freebios-20010321/src/lib/fill_inbuf.c: At top level:
../freebios-20010321/src/lib/fill_inbuf.c:12: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/hardwaremain.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/include/subr.h:36,
from ../freebios-20010321/src/lib/hardwaremain.c:39:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/hardwaremain.c: In function `intel_main':
../freebios-20010321/src/lib/hardwaremain.c:138: warning: implicit declaration of
function `setup_ioapic'
../freebios-20010321/src/lib/hardwaremain.c: At top level:
../freebios-20010321/src/lib/hardwaremain.c:32: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/linuxbiosmain.c
In file included from ../freebios-20010321/src/lib/definitions.h:5,
from ../freebios-20010321/src/lib/linuxbiosmain.c:20:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
In file included from ../freebios-20010321/src/include/stdlib.h:4,
from ../freebios-20010321/src/include/kmalloc.h:4,
from ../freebios-20010321/src/include/pci.h:432,
from ../freebios-20010321/src/include/subr.h:36,
from ../freebios-20010321/src/lib/linuxbiosmain.c:23:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/linuxbiosmain.c:78: warning: static declaration for
`free' follows non-static
../freebios-20010321/src/lib/linuxbiosmain.c: In function `huft_build':
../freebios-20010321/src/lib/linuxbiosmain.c:428: warning: implicit declaration of
function `memset'
../freebios-20010321/src/lib/linuxbiosmain.c: In function `inflate_codes':
../freebios-20010321/src/lib/linuxbiosmain.c:720: warning: implicit declaration of
function `memcpy'
../freebios-20010321/src/lib/linuxbiosmain.c: In function `malloc':
../freebios-20010321/src/lib/linuxbiosmain.c:1354: warning: left-hand operand of comma
expression has no effect
../freebios-20010321/src/lib/linuxbiosmain.c:1354: warning: statement with no effect
../freebios-20010321/src/lib/linuxbiosmain.c: At top level:
../freebios-20010321/src/lib/linuxbiosmain.c:1377: warning: conflicting types for
built-in function `memset'
../freebios-20010321/src/lib/linuxbiosmain.c:1388: warning: conflicting types for
built-in function `memcpy'
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/linuxpci.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/lib/linuxpci.c:16:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/linuxpci.c: In function `pci_scan_bus':
../freebios-20010321/src/lib/linuxpci.c:253: warning: implicit declaration of function
`memset'
../freebios-20010321/src/lib/linuxpci.c: At top level:
../freebios-20010321/src/lib/linuxpci.c:13: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/newpci.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/lib/newpci.c:17:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/newpci.c:14: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/params.c
../freebios-20010321/src/lib/params.c: In function `init_params':
../freebios-20010321/src/lib/params.c:101: warning: implicit declaration of function
`memset'
../freebios-20010321/src/lib/params.c: At top level:
../freebios-20010321/src/lib/params.c:24: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/printk.c
../freebios-20010321/src/lib/printk.c:9: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/serial_subr.c
../freebios-20010321/src/lib/serial_subr.c:2: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/subr.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/lib/subr.c:16:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/subr.c: In function `displayinit':
../freebios-20010321/src/lib/subr.c:47: warning: implicit declaration of function
`memset'
../freebios-20010321/src/lib/subr.c: In function `intel_post':
../freebios-20010321/src/lib/subr.c:117: warning: unused variable `lo'
../freebios-20010321/src/lib/subr.c:117: warning: unused variable `hi'
../freebios-20010321/src/lib/subr.c: In function `intel_copy_irq_routing_table':
../freebios-20010321/src/lib/subr.c:275: warning: implicit declaration of function
`memcpy'
../freebios-20010321/src/lib/subr.c: At top level:
../freebios-20010321/src/lib/subr.c:8: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/lib/vsprintf.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/lib/vsprintf.c:17:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/lib/vsprintf.c:13: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/boot/uniform_boot.c
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall
../freebios-20010321/src/northbridge/intel/440gx/northbridge.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/northbridge/intel/440gx/northbridge.c:1:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall
../freebios-20010321/src/southbridge/intel/piix4e/southbridge.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from
../freebios-20010321/src/southbridge/intel/piix4e/southbridge.c:1:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/southbridge/intel/piix4e/southbridge.c: In function
`nvram_on':
../freebios-20010321/src/southbridge/intel/piix4e/southbridge.c:30: warning: implicit
declaration of function `intel_post'
../freebios-20010321/src/southbridge/intel/piix4e/southbridge.c: In function
`keyboard_on':
../freebios-20010321/src/southbridge/intel/piix4e/southbridge.c:59: warning: passing
arg 3 of `pci_read_config_byte' discards qualifiers from pointer target type
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/mainboard/up3/up3/mainboard.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/mainboard/up3/up3/mainboard.c:2:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/mainboard/up3/up3/mainboard.c: In function `mainboard_fixup':
../freebios-20010321/src/mainboard/up3/up3/mainboard.c:39: warning: passing arg 3 of
`pci_read_config_dword' from incompatible pointer type
../freebios-20010321/src/mainboard/up3/up3/mainboard.c:13: warning: unused variable `j'
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/mainboard/up3/up3/irq_tables.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/include/subr.h:36,
from ../freebios-20010321/src/mainboard/up3/up3/irq_tables.c:2:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/mainboard/up3/up3/mtrr_table.c
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/cpu/p5/cpuid.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/include/subr.h:36,
from ../freebios-20010321/src/cpu/p5/cpuid.c:7:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/cpu/p5/cpuid.c:3: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/arch/i386/boot/boot.c
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/cpu/p6/microcode.c
In file included from ../freebios-20010321/src/include/types.h:5,
from ../freebios-20010321/src/include/pci.h:279,
from ../freebios-20010321/src/include/subr.h:36,
from ../freebios-20010321/src/cpu/p6/microcode.c:11:
../freebios-20010321/src/arch/i386/include/stddef.h:15:8: warning: extra tokens at end
of #endif directive
../freebios-20010321/src/cpu/p6/microcode.c:7: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/cpu/p6/mpspec.c
../freebios-20010321/src/cpu/p6/mpspec.c: In function `smp_write_processor':
../freebios-20010321/src/cpu/p6/mpspec.c:75: warning: implicit declaration of function
`memset'
../freebios-20010321/src/cpu/p6/mpspec.c: In function `smp_write_bus':
../freebios-20010321/src/cpu/p6/mpspec.c:93: warning: implicit declaration of function
`memcpy'
../freebios-20010321/src/cpu/p6/mpspec.c: At top level:
../freebios-20010321/src/cpu/p6/mpspec.c:2: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/cpu/p6/mtrr.c
../freebios-20010321/src/cpu/p6/mtrr.c: In function `intel_set_mtrr':
../freebios-20010321/src/cpu/p6/mtrr.c:208: warning: implicit declaration of function
`intel_post'
../freebios-20010321/src/cpu/p6/mtrr.c: At top level:
../freebios-20010321/src/cpu/p6/mtrr.c:29: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/cpu/p6/l2_cache.c
../freebios-20010321/src/cpu/p6/l2_cache.c:33: warning: `rcsid' defined but not used
cc -c -I../freebios-20010321/src/include -I../freebios-20010321/src/arch/i386/include
-Di686 -DCMD_LINE='"root=/dev/hda1"' -DUPDATE_MICROCODE
-DENABLE_FIXED_AND_VARIABLE_MTRRS -DMAINBOARD_FIXUP_IN_CHARGE -DINTEL_PPRO_MTRR -Di586
-DCONFIGURE_L2_CACHE -DPIIX4_DEVFN=0x38 -DHAVE_PIRQ_TABLE -DHAVE_MTRR_TABLE -O2
-nostdinc -nostdlib -Wall ../freebios-20010321/src/cpu/p6/ioapic.c
objcopy -O binary -R .note -R .comment -S /home/metti/linux/vmlinux vmlinux.bin
gzip -f -3 vmlinux.bin
ld -T ldscript.ld -o linuxbios crt0.o fill_inbuf.o hardwaremain.o linuxbiosmain.o
linuxpci.o newpci.o params.o printk.o serial_subr.o subr.o vsprintf.o uniform_boot.o
northbridge.o southbridge.o mainboard.o irq_tables.o mtrr_table.o cpuid.o boot.o
microcode.o mpspec.o mtrr.o l2_cache.o ioapic.o
crt0.o: In function `ram_set_registers':
crt0.o(.text+0x946): undefined reference to `ram_set_registers_done'
crt0.o: In function `spd_set_dramc':
crt0.o(.text+0xb82): undefined reference to `no_memory'
crt0.o: In function `spd_enable_refresh':
crt0.o(.text+0xbec): undefined reference to `no_memory'
crt0.o: In function `spd_enable_refresh_out':
crt0.o(.text+0xc55): undefined reference to `spd_enable_refresh_done'
crt0.o: In function `spd_set_nbxcfg_done':
crt0.o(.text+0xdfb): undefined reference to `ram_set_spd_registers_done'
southbridge.o: In function `keyboard_on':
southbridge.o(.text+0x12b): undefined reference to `pc_keyboard_init'
make: *** [linuxbios] Fehler 1
]0;metti@Enterprise: /home/metti/freebios/up3[metti@Enterprise up3]$ uname -a
Linux Enterprise 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 unknown
]0;metti@Enterprise: /home/metti/freebios/up3[metti@Enterprise up3]$ gcc -version
gcc: unrecognized option `-version'
gcc: No input files
]0;metti@Enterprise: /home/metti/freebios/up3[metti@Enterprise up3]$ gcc
-version-[1@-
2.96
]0;metti@Enterprise: /home/metti/freebios/up3[metti@Enterprise up3]$
'Script' beendet: Fri Jul 6 16:25:38 2001