Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure - video.o - port amd64



Paul Goyette wrote:
> Sources updated via anoncvs just a few minutes ago...
> 
> /build/tools/x86_64/amd64/bin/x86_64--netbsd-gcc -mcmodel=kernel
> -mno-red-zone -ffreestanding -fno-zero-initialized-in-bss -O2
> -fno-omit-frame-pointer -std=gnu99 -fno-strict-aliasing -Werror -Wall
> -Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
> -Wstrict-prototypes -Wswitch -Wshadow -Wcast-qual -Wwrite-strings
> -Wno-unreachable-code -Wno-sign-compare -Wno-pointer-sign
> -Wno-attributes -Wextra -Wno-unused-parameter -Werror -Damd64 -Dx86_64
> -I. -I/build/src/sys/contrib/dev/ath/netbsd
> -I/build/src/sys/../common/include -I/build/src/sys/arch
> -I/build/src/sys -nostdinc -DLKM -DMAXUSERS=64 -D_KERNEL -D_KERNEL_OPT
> -I/build/src/sys/lib/libkern/../../../common/lib/libc/quad
> -I/build/src/sys/lib/libkern/../../../common/lib/libc/string
> -I/build/src/sys/lib/libkern/../../../common/lib/libc/arch/x86_64/string
> -I/build/src/sys/../common/include -I/build/src/sys/dist/ipf -c
> /build/src/sys/dev/video.c
> /build/src/sys/dev/video.c: In function 'video_pixel_format_str':
> /build/src/sys/dev/video.c:409: error: 'VIDEO_FORMAT_SBGGR8' undeclared
> (first use in this function)
> /build/src/sys/dev/video.c:409: error: (Each undeclared identifier is
> reported only once
> /build/src/sys/dev/video.c:409: error: for each function it appears in.)
> /build/src/sys/dev/video.c: In function 'video_format_to_v4l2_format':
> /build/src/sys/dev/video.c:603: error: 'VIDEO_FORMAT_SBGGR8' undeclared
> (first use in this function)
> /build/src/sys/dev/video.c: In function 'v4l2_format_to_video_format':
> /build/src/sys/dev/video.c:653: error: 'VIDEO_FORMAT_SBGGR8' undeclared
> (first use in this function)
> *** [video.o] Error code 1

Fixed by rev 1.3 of src/sys/dev/video_if.h


Christoph



Home | Main Index | Thread Index | Old Index