usleep's pvrxxx port and FreeBSD 8.0-stable

Torfinn Ingolfsen torfinn.ingolfsen at broadpark.no
Fri May 21 14:54:10 UTC 2010


Ok, I added this to cxm.h:
#undef minor
#define minor(d)        ((d) ? (d)->si_drv0 : -1)

And now I get another failure:
cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc  -I../../.. -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common  -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone  -mfpmath=387 -mno-sse -mno-sse2 -mno-sse3 -mno-mmx -mno-3dnow  -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions -c cx25840-firmware.c
cc1: warnings being treated as errors
cx25840-firmware.c: In function 'cx25840_loadfw_hp':
cx25840-firmware.c:146: warning: cast from pointer to integer of different size
*** Error code 1

Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm/cxm.
*** Error code 1

Stop in /usr/ports/multimedia/pvrxxx/work/modules/cxm.
*** Error code 1

Stop in /usr/ports/multimedia/pvrxxx.

Hmm, this isn't easy.
-- 
Torfinn



More information about the freebsd-multimedia mailing list