USB error

Hans Petter Selasky hselasky at c2i.net
Sun Mar 11 23:24:24 UTC 2007


On Monday 12 March 2007 00:15, Rick Mullis wrote:
> Hi Hans,
>
> I have been using and testing your new usb and today I have been getting an
> error. First of all I am using amd64 with the Intel DG965RY mainboard, dou
> core 2 prcessor with 4 gb of ram. After discussing a problem with you, you
> recommended I insert NULL in all of the files that have bus_setup_intr
> which ended up being 3 files "ehci_pci.c, ohci_pci.c and uhci_pci.c" and
> that fixed the problem until today when I svn the latest src from you and
> the latest 7-current src and recompiled. Below is the last few lines before
> error.
>
> cc -c -O -pipe -march=nocona -std=c99 -g -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I.
> -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387
> -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -Werror
> /usr/src/sys/dev/uart/uart_tty.c
> cc -c -O -pipe -march=nocona -std=c99 -g -Wall -Wredundant-decls
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
> -Winline -Wcast-qual -Wundef -fformat-extensions -nostdinc -I- -I.
> -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL
> -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common
> -finline-limit=8000 --param inline-unit-growth=100 --param
> large-function-growth=1000 -mcmodel=kernel -mno-red-zone -mfpmath=387
> -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float
> -fno-asynchronous-unwind-tables -ffreestanding -Werror
> /usr/src/sys/dev/usb/ehci.c
> *** Error code 1
>

Did you do things in this order:

1) cvsup
2) svn update
3) make S=../src package
4) make install
5) build new kernel

--HPS


More information about the freebsd-usb mailing list