buildkernel fails with -O0 (no optimization) for STABLE-10

2017-08-21 Thread Aijaz Baig
file not found #include "ah.h" ^ 1 error generated. /usr/src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_eeprom.c:19:10: fatal error: 'ah.h' file not found #include "ah.h" ^ 1 error generated. /usr/src/sys/contrib/dev/ath/ath_hal/ar9300/ar9300_paprd.c:1

Re: Error building kernel on 10.3 (building ATH module)

2017-08-20 Thread Aijaz Baig
12:47 PM, Aijaz Baig wrote: > I am getting an error while compiling the kernel. The log is as follows: > > -- > >>> stage 3.1: making dependencies > -- &

Error building kernel on 10.3 (building ATH module)

2017-08-20 Thread Aijaz Baig
Secondly I commented out the entire WLAN section from within GENERIC but for some reason it looks this module is still being compiled I am lost for directions. Please help -- Best Regards, Aijaz Baig ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: Error in 'make buildworld' on 10.3

2017-08-19 Thread Aijaz Baig
'ah_osdep.h' file is not there Should I create a new thread or continue here or post on freebsd-wlan? On Wed, Aug 16, 2017 at 3:09 PM, Brandon Allbery wrote: > On Wed, Aug 16, 2017 at 1:46 AM, Aijaz Baig wrote: > >> ===> share/zoneinfo (all) >> cp -fp /usr/src/shar

Re: Error in 'make buildworld' on 10.3

2017-08-15 Thread Aijaz Baig
/usr/src/share/timedef/zh_CN.GB2312.src > zh_CN.GB2312.out grep -v '^#' < /usr/src/share/timedef/zh_CN.UTF-8.src > zh_CN.UTF-8.out grep -v '^#' < /usr/src/share/timedef/zh_TW.Big5.src > zh_TW.Big5.out grep -v '^#' < /usr/src/share/timedef/zh_TW.UTF-8.s

Error in 'make buildworld' on 10.3

2017-08-13 Thread Aijaz Baig
* [_legacy] Error code 2 make[1]: stopped in /usr/src 1 error make[1]: stopped in /usr/src *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src What is this error? Am I missing certain header files? Keen to hear -- Best Regards, Aijaz Baig __

Re: Toggling between remote KGDB and local DDB within a debugging session

2016-04-19 Thread Aijaz Baig
On Tue, Apr 19, 2016 at 10:17 PM, Conrad Meyer wrote: > On Tue, Apr 19, 2016 at 9:35 AM, Aijaz Baig wrote: >> On Tue, Apr 19, 2016 at 9:08 PM, Conrad Meyer wrote: >>> On Tue, Apr 19, 2016 at 5:49 AM, Aijaz Baig wrote: >>>> I would like to know if there is inde

Re: Toggling between remote KGDB and local DDB within a debugging session

2016-04-19 Thread Aijaz Baig
On Tue, Apr 19, 2016 at 9:08 PM, Conrad Meyer wrote: > On Tue, Apr 19, 2016 at 5:49 AM, Aijaz Baig wrote: >> I would like to know if there is indeed a way to toggle between gdb >> and ddb while debugging a remote kernel. I am already at the gdb (or >> rather kgdb) promp

Toggling between remote KGDB and local DDB within a debugging session

2016-04-19 Thread Aijaz Baig
local DDB when I'm done. Is there a way to do that? If yes please do let me know -- Best Regards, Aijaz Baig ___ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"