https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205477

--- Comment #10 from eimar.ko...@gmail.com ---
(In reply to Andriy Voskoboinyk from comment #9)

root@rpi2:~/rtwn-master/sys/modules/rtwnfw # cd ../rtwn && make depend && make
&& make install
machine -> /usr/src/sys/arm/include
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/bus_if.m -h
awk -f /usr/src/sys/tools/makeobjops.awk /usr/src/sys/kern/device_if.m -h
:> opt_bus.h
echo "#define IEEE80211_DEBUG 1" > opt_wlan.h
echo "#define IEEE80211_AMPDU_AGE 1" >> opt_wlan.h
echo "#define IEEE80211_SUPPORT_MESH 1" >> opt_wlan.h
Warning: Object directory not changed from original
/root/rtwn-master/sys/modules/rtwn
cc  -O -pipe  -Werror -D_KERNEL -DKLD_MODULE -nostdinc 
-I/root/rtwn-master/sys/modules/rtwn/../.. -I. -I/usr/src/sys -fno-common 
-funwind-tables  -MD  -MF.depend.if_rtwn.o -MTif_rtwn.o -ffreestanding -fwrapv
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef
-Wno-pointer-sign -D__printf__=__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare
-Wno-error-empty-body -Wno-error-parentheses-equality
-Wno-error-unused-function -Wno-error-pointer-sign
-Wno-error-shift-negative-value  -mno-movt -mfpu=none  -std=iso9899:1999 -c
/root/rtwn-master/sys/modules/rtwn/../../dev/rtwn/if_rtwn.c -o if_rtwn.o
In file included from
/root/rtwn-master/sys/modules/rtwn/../../dev/rtwn/if_rtwn.c:48:
In file included from /usr/src/sys/net/if_var.h:74:
In file included from /usr/src/sys/sys/buf_ring.h:33:
./machine/cpu.h:47:10: error: implicit declaration of function
'cp15_pmccntr_get' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
                return cp15_pmccntr_get();
                       ^
1 error generated.
*** Error code 1

Stop.
make: stopped in /root/rtwn-master/sys/modules/rtwn


root@rpi2:~/rtwn-master/sys/modules/rtwn # uname -a
FreeBSD rpi2 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r308737: Thu Nov 17 08:02:03
UTC 2016    
r...@releng3.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/GENERIC  arm

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to