Hello All, I am trying to build the code for optimus-l5 . I have downloaded the code from git using the below commands.
$git clone git://github.com/mozilla-b2g/B2G.git $cd B2G/ $./config.sh optimus-l5 $git pull $./repo sync After that I built it with the below command. But I was facing build error. jyotideep@INBAPC342:~/b2g_repo/B2G$ ./build.sh full_m4-eng ============================================ PLATFORM_VERSION_CODENAME=AOSP PLATFORM_VERSION=4.0.4.0.4.0.4 TARGET_PRODUCT=full_m4 TARGET_BUILD_VARIANT=eng TARGET_BUILD_TYPE=release TARGET_BUILD_APPS= TARGET_ARCH=arm TARGET_ARCH_VARIANT=armv7-a-neon HOST_ARCH=x86 HOST_OS=linux HOST_OS_EXTRA=Linux-3.2.0-29-generic-x86_64-with-Ubuntu-12.04-precise HOST_BUILD_TYPE=release BUILD_ID=OPENMASTER OUT_DIR=out ============================================ Blob setup script has changed, re-running Pulling files from device ./extract-files.sh: line 27: adb: command not found Found firmware with build ID Backing up system partition to backup-m4 ./extract-files.sh: line 38: adb: command not found cp: cannot stat `../../../backup-m4/system/etc/wifi/WCN*': No such file or directory Pulling "libauth.so" ./extract-files.sh: line 89: adb: command not found Failed to pull libauth.so. Giving up. > Build failed! < Build with |./build.sh -j1| for better messages If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else. jyotideep@INBAPC342:~/b2g_repo/B2G$ Can any one help me in this issue? _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
