DragonFly submit List (threaded) for 2005-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: new 'beta' version of 'ath' driver available on leaf.
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]