Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Atheros won't compile for evbarm
Hi guys.
Trying to cross compile kernel with Atheros support with fresh CURRENt
sources:
Command: ./build.sh -u -m evbarm -a armeb -O /usr/arm/obj-arm/ -T
/usr/arm/tools-arm/ kernel=IXDP425Y
Result:
# compile IXDP425Y/ah.o
/usr/arm/tools-arm/bin/armeb--netbsdelf-gcc -ffreestanding
-fno-zero-initialized-in-bss -O2 -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 -Werror -mcpu=xscale
-DIXP425_NPE_MICROCODE -I. -I/usr/src/sys/../common/include
-I/usr/src/sys/arch -I/usr/src/sys -nostdinc
-DKERNEL_BASE_EXT=0xc0000000 -DSOFTDEP -DCONSPEED=115200 -DCONUNIT=0
-DVERBOSE_INIT_ARM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string
-I/usr/src/sys/dist/pf -I/usr/src/sys/external/isc/atheros_hal/dist
-I/usr/src/sys/external/isc/atheros_hal/ic -c
/usr/src/sys/external/isc/atheros_hal/dist/ah.c
cc1: warnings being treated as errors
/usr/src/sys/external/isc/atheros_hal/dist/ah.c: In function 'ath_hal_wait':
/usr/src/sys/external/isc/atheros_hal/dist/ah.c:114: warning: implicit
declaration of function 'bus_space_read_stream_4'
/usr/src/sys/external/isc/atheros_hal/dist/ah.c: In function
'ath_hal_ini_write':
/usr/src/sys/external/isc/atheros_hal/dist/ah.c:860: warning: implicit
declaration of function 'bus_space_write_stream_4'
*** Failed target: ah.o
*** Failed command: echo '# ' "compile IXDP425Y/ah.o" && echo
/usr/arm/tools-arm/bin/armeb--netbsdelf-gcc -ffreestanding
-fno-zero-initialized-in-bss -O2 -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 -Werror -mcpu=xscale
-DIXP425_NPE_MICROCODE -I. -I/usr/src/sys/../common/include
-I/usr/src/sys/arch -I/usr/src/sys -nostdinc
-DKERNEL_BASE_EXT="0xc0000000" -DSOFTDEP -DCONSPEED="115200"
-DCONUNIT="0" -DVERBOSE_INIT_ARM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string
-I/usr/src/sys/dist/pf -I/usr/src/sys/external/isc/atheros_hal/dist
-I/usr/src/sys/external/isc/atheros_hal/ic -c
/usr/src/sys/external/isc/atheros_hal/dist/ah.c &&
/usr/arm/tools-arm/bin/armeb--netbsdelf-gcc -ffreestanding
-fno-zero-initialized-in-bss -O2 -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 -Werror -mcpu=xscale
-DIXP425_NPE_MICROCODE -I. -I/usr/src/sys/../common/include
-I/usr/src/sys/arch -I/usr/src/sys -nostdinc
-DKERNEL_BASE_EXT="0xc0000000" -DSOFTDEP -DCONSPEED="115200"
-DCONUNIT="0" -DVERBOSE_INIT_ARM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/quad
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/string
-I/usr/src/sys/lib/libkern/../../../common/lib/libc/arch/arm/string
-I/usr/src/sys/dist/pf -I/usr/src/sys/external/isc/atheros_hal/dist
-I/usr/src/sys/external/isc/atheros_hal/ic -c
/usr/src/sys/external/isc/atheros_hal/dist/ah.c && echo
*** Error code 1
Stop.
nbmake: stopped in /usr/arm/obj-arm/sys/arch/evbarm/compile/IXDP425Y
Home |
Main Index |
Thread Index |
Old Index