Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
I am getting the following error when trying to build recent 10.0-CURRENT kernel (amd64)? [..snip..] cc -O2 -pipe -O2 -fno-strict-aliasing -pipe -msse3 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I/usr/src/sys/modules/ath/../../dev/ath -I/usr/src/sys/modules/ath/../../dev/ath/ath_hal

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Adrian Chadd
i thought I had captured these. just add options AH_SUPPORT_AR5416 to your kernel. Adrian On 6 January 2012 09:14, Rainer Hurling rhur...@gwdg.de wrote: I am getting the following error when trying to build recent 10.0-CURRENT kernel (amd64)? [..snip..] cc -O2 -pipe -O2

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
On 06.01.2012 18:30 (UTC+1), Adrian Chadd wrote: i thought I had captured these. just add options AH_SUPPORT_AR5416 to your kernel. Ah, I indeed missed the new option in GENERIC, because I build with modified kernel config file. I commented all wireless network drivers and their options

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Adrian Chadd
On 6 January 2012 10:19, Rainer Hurling rhur...@gwdg.de wrote: I commented all wireless network drivers and their options out. But the error remains. Is it necessary to have this option uncommented even when the driver ath is commented out? Yes, because of how the wlan/ath modules are built.

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Alexander Yerenkow
2012/1/6 Adrian Chadd adr...@freebsd.org On 6 January 2012 10:19, Rainer Hurling rhur...@gwdg.de wrote: I commented all wireless network drivers and their options out. But the error remains. Is it necessary to have this option uncommented even when the driver ath is commented out? Yes,

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
On 06.01.2012 22:42 (UTC+1), Adrian Chadd wrote: On 6 January 2012 10:19, Rainer Hurlingrhur...@gwdg.de wrote: I commented all wireless network drivers and their options out. But the error remains. Is it necessary to have this option uncommented even when the driver ath is commented out?

Re: Kernel does not build on 10.0-CURRENT (amd64)

2012-01-06 Thread Rainer Hurling
On 06.01.2012 22:49 (UTC+1), Alexander Yerenkow wrote: 2012/1/6 Adrian Chadd adr...@freebsd.org mailto:adr...@freebsd.org On 6 January 2012 10:19, Rainer Hurling rhur...@gwdg.de mailto:rhur...@gwdg.de wrote: I commented all wireless network drivers and their options out. But