Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 15:29:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 205477] urtwn(4) USB wireless driver fails to initialize RTL8188CUS
Message-ID:  <bug-205477-17-jZ8J4CmCPx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205477-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205477-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205477

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

root@rpi2:~/rtwn-master/sys/modules/rtwnfw # cd ../rtwn && make depend && m=
ake
&& 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=20
-I/root/rtwn-master/sys/modules/rtwn/../.. -I. -I/usr/src/sys -fno-common=20
-funwind-tables  -MD  -MF.depend.if_rtwn.o -MTif_rtwn.o -ffreestanding -fwr=
apv
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef
-Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs
-fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp=
are
-Wno-error-empty-body -Wno-error-parentheses-equality
-Wno-error-unused-function -Wno-error-pointer-sign
-Wno-error-shift-negative-value  -mno-movt -mfpu=3Dnone  -std=3Diso9899:199=
9 -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=20=20=20=20
root@releng3.nyi.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/GENERIC  arm

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205477-17-jZ8J4CmCPx>