看板 DFBSD_submit 關於我們 聯絡資訊
Erik Wikstr闣 wrote: <cut> >> if_ath.c:3837: warning: value computed is not used >> *** Error code 1 >> >> Stop in /tmp/ath-dragonfly-1.4.2/src/sys/dev/netif/ath. > > > I think you are using gcc2 but should use gcc34. Either you can > add > > CCVER?=gcc34 > > to your /etc/make.conf (notice the ?-mark). Or use > > setenv CCVER gcc34 > > if you don't want to use gcc34 as standard (perhaps "make > -DCCVER=gcc34" will also work). > > Don't know if you have to recompile your kernel ect too. > Yes you are right I am using gcc2 will try with gcc34, thx! -- mph