Hi guys
I have been trying to compile a firmware for my wl18xx and went through the procedure on http://processors.wiki.ti.com/index.php/WL18xx_System_Build_Scripts#Step_1:_Download_the_Build_Scripts
and I have issues with the process. I have TI's 3.12.10 kernel and the .config is attached here.
bsmwire-my.sharepoint.com/.../guestaccess.aspx
I have the kernel fully built. Here is the issue:
****** *******
INSTALL libreg
#@ldconfig
INSTALL libreg-headers
GEN keys-gcrypt.c
Trusted pubkeys: pubkeys/linville.key.pub.pem pubkeys/sforshee.key.pub.pem
GZIP crda.8
GZIP regdbdump.8
INSTALL crda
INSTALL regdbdump
INSTALL 85-regulatory.rules
INSTALL crda.8.gz
INSTALL regdbdump.8.gz
****** *******
Copy original source files ...
Applying patches from patches to /home/ali/projects/wl18xx_fw/build-utilites/src/compat_wireless ...
Modify Kconfig tree ...
Rewrite Makefiles and Kconfig files ...
Done!
Generating local configuration database from kernel ... done.
/home/ali/projects/wl18xx_fw/build-utilites/toolchain/bin/arm-linux-gnueabihf-gcc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o conf.o conf.c
/home/ali/projects/wl18xx_fw/build-utilites/toolchain/bin/arm-linux-gnueabihf-gcc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o zconf.tab.o zconf.tab.c
/home/ali/projects/wl18xx_fw/build-utilites/toolchain/bin/arm-linux-gnueabihf-gcc conf.o zconf.tab.o -o conf
./kconf/conf: 1: ./kconf/conf: Syntax error: word unexpected (expecting ")")
Makefile.real:41: recipe for target 'defconfig-wl18xx' failed
make[1]: *** [defconfig-wl18xx] Error 2
Makefile:42: recipe for target 'defconfig-wl18xx' failed
make: *** [defconfig-wl18xx] Error 2
/--------------
| Your backport package isn't configured, please configure it
| using one of the following options:
| To configure manually:
| make oldconfig
| make menuconfig
|
| To get defaults for certain drivers:
| make defconfig-alx
| make defconfig-ar5523
| make defconfig-ath10k
| make defconfig-ath5k
| make defconfig-ath6kl
| make defconfig-ath9k
| make defconfig-ath9k-debug
| make defconfig-carl9170
| make defconfig-hwsim
| make defconfig-ieee802154
| make defconfig-igb
| make defconfig-media
| make defconfig-nfc
| make defconfig-rtlwifi
| make defconfig-wcn36xx
| make defconfig-wil6210
| make defconfig-wl18xx
| make defconfig-wwan
\--
Makefile.real:45: recipe for target '.config' failed
make[2]: *** [.config] Error 1
Makefile:42: recipe for target 'modules' failed
make[1]: *** [modules] Error 2
Makefile:32: recipe for target 'default' failed
make: *** [default] Error 2
****** ERROR 0 *******
ali@ALI:~/projects/wl18xx_fw/build-utilites$ vi setup-env
ali@ALI:~/projects/wl18xx_fw/build-utilites$ ./build_wl18xx.sh update R8.7
Setting TOOLCHAIN_PATH path to default
Using user defined kernel
Makefile was found. Kernel version was set to 3.12.10.
***** setting up workspace and building all *****
***** Using tag R8.7 *****
Cleaning outputs
What is the issue? What can I do to fix this?
Thanks