new 'beta' version of 'ath' driver available on leaf.
Martin P. Hellwig
mhellwig at xs4all.nl
Thu Apr 14 11:23:01 PDT 2005
Erik Wikström 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
More information about the Submit
mailing list