Hi, Apparently path of "adb" tool is not added to PATH environment variable. Also please ensure to connect the optimus-l5 device over adb to the build PC (host system).
Warm Regards, Anil -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Wednesday, November 28, 2012 7:07 PM To: [email protected] Subject: [b2g] Getting Build error in B2G (optimus-l5) code 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 This email is confidential and intended only for the use of the individual or entity named above and may contain information that is privileged. If you are not the intended recipient, you are notified that any dissemination, distribution or copying of this email is strictly prohibited. If you have received this email in error, please notify us immediately by return email or telephone and destroy the original message. - This mail is sent via Sony Asia Pacific Mail Gateway.. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
