I made the following change in wl12xx_build_BT_blueZ4_98.sh (lines 351 to 353):
COMPONENT_NAME="alsa-lib-1.0.24.1.tar.gz"
COMPONENT_DIR="alsa-lib-1.0.25"
download_component "http://fossies.org/linux/misc/alsa-lib-1.0.24.1.tar.gz"
COMPONENT_NAME="alsa-lib-1.0.26.1.tar.gz"
COMPONENT_DIR="alsa-lib-1.0.26"
download_component "http://fossies.org/linux/misc/alsa-lib-1.0.26.1.tar.gz"
The script seems to build successfully! Final part of the build log is attached. Questions:
1. The build log has the warning:
WARNING: /home/ib/SDK/targetfs/lib/modules/2.6.37/updates/net/bluetooth/bluetooth.ko needs unknown symbol crc16
Is this something that needs to be fixed?
2. Obviously, the script was trying to download alsa-lib-1.0.24.1.tar.gz, which no longer exists. Is alsa-lib-1.0.26.1.tar.gz going to cause problems, even though it compiles?
3. In the future, can the script break again, because of required files that are no longer there? Are the *.tar.gz files in <workdir> the only files required for the scripts (WLAN and BT), or are additional files downloaded into the <workdir> subdirectories? If I save the current *.tar.gz files, will the script use them instead of downloading them each time it's run?
Inderjit