FreeBSD 6.0 on Pegasos/ODW
Matt Sealey
matt at genesi-usa.com
Fri Jun 30 11:43:39 UTC 2006
> Okay I have access to one now (thanks Peter Czanik :)
Building was a miserable failure. It went through and did the world
and then the kernel failed first because driver "zs" wasn't found (we
commented out zs and put the 16550 uart in instead) and then it churned
and puked on linking;
I don't really have all the time I want to spend on this so I will just
leave it. I still can't find the memory, availalble, reg, etc. references
in the loader or kernel so I am not sure what I would do with a recompiled
loader/kernel anyway.. there is nothing I can see that can be fixed.
linking kernel.debug
sio_pci.o(.text+0xd4): In function `sio_pci_attach':
/usr/src/sys/dev/sio/sio_pci.c:105: undefined reference to `sioattach'
sio_pci.o(.text+0x2d8): In function `sio_pci_probe':
/usr/src/sys/dev/sio/sio_pci.c:154: undefined reference to `sioprobe'
sio_pci.o(.data+0x14): In function `sio_pci_attach':
/usr/src/sys/dev/sio/sio_pci.c:94: undefined reference to `siodetach'
sio_pci.o(.data+0x20):/usr/src/sys/dev/sio/sio_pci.c:94: undefined reference to `sio_driver_name'
sio_pci.o(.data+0xd8):/usr/src/sys/dev/sio/sio_pci.c:106: undefined reference to `sio_devclass'
sio_pci.o(.data+0x118): In function `sio_pci_kludge_unit':
/usr/src/sys/dev/sio/sio_pci.c:115: undefined reference to `sio_devclass'
sio_iobus.o(.text+0x20): In function `sio_iobus_attach':
/usr/src/sys/powerpc/psim/sio_iobus.c:75: undefined reference to `sioattach'
sio_iobus.o(.text+0xf8): In function `sio_iobus_probe':
/usr/src/sys/powerpc/psim/sio_iobus.c:92: undefined reference to `sioprobe'
sio_iobus.o(.data+0x18): In function `sio_iobus_attach':
/usr/src/sys/powerpc/psim/sio_iobus.c:75: undefined reference to `sio_driver_name'
sio_iobus.o(.data+0x40): In function `sio_iobus_probe':
/usr/src/sys/powerpc/psim/sio_iobus.c:80: undefined reference to `sio_devclass'
*** Error code 1
Stop in /usr/obj/powerpc/usr/src/sys/GENERIC.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
More information about the freebsd-ppc
mailing list