From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A2477E009E1; Fri, 15 May 2015 03:47:48 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.invecas.com (mx2.invecas.com [112.133.222.227]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2DB11E00956 for ; Fri, 15 May 2015 03:47:44 -0700 (PDT) Received: from SOC-EXCH-01.invecas.local (10.0.30.8) by mail.invecas.com (10.0.30.132) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 15 May 2015 16:17:43 +0530 Received: from SOC-EXCH-02.invecas.local (10.0.30.9) by SOC-EXCH-01.invecas.local (10.0.30.8) with Microsoft SMTP Server (TLS) id 15.0.995.29; Fri, 15 May 2015 16:17:37 +0530 Received: from SOC-EXCH-02.invecas.local ([::1]) by SOC-EXCH-02.invecas.local ([fe80::bc3d:32eb:402d:2fae%15]) with mapi id 15.00.0995.028; Fri, 15 May 2015 16:17:37 +0530 From: Raghavendra Kakarla To: "Minchev, Todor" Thread-Topic: [yocto] Issue with yocto ADT Thread-Index: AQHQjvGS80lL5pX7tEePuV/Y1Ag/NZ18xwuAgAATywg= Date: Fri, 15 May 2015 10:47:37 +0000 Message-ID: <1431686858269.81704@inedasystems.com> References: <1431682376634.76952@inedasystems.com>, <1431686123.6150.2.camel@intel.com> In-Reply-To: <1431686123.6150.2.camel@intel.com> Accept-Language: en-US, en-IN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.42.55] MIME-Version: 1.0 Cc: "yocto@yoctoproject.org" Subject: Re: Issue with yocto ADT X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2015 10:47:48 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Todor,=0A= =0A= Thank you for your reply.=0A= =0A= By default we have the setting like this only.=0A= =0A= But we got the error.=0A= =0A= Thanks,=0A= Raghavendra.=0A= ________________________________________=0A= From: Minchev, Todor =0A= Sent: Friday, May 15, 2015 4:05 PM=0A= To: Raghavendra Kakarla=0A= Cc: yocto@yoctoproject.org=0A= Subject: Re: [yocto] Issue with yocto ADT=0A= =0A= Hello Raghavendra,=0A= =0A= Please try the following:=0A= =0A= Right click on your project - Properties - C/C++ Build - Select the=0A= 'Behavior' tab - untick 'Build on resource save' and remove 'all' from=0A= the 'Build' field=0A= =0A= Cheers,=0A= Todor=0A= =0A= On Fri, 2015-05-15 at 09:32 +0000, Raghavendra Kakarla wrote:=0A= > Hi All,=0A= >=0A= >=0A= > I have problem with the ADT while i am building the autotool example=0A= > helloword project which is given in the "yocto ADT autotool project".=0A= >=0A= >=0A= > Could you please help me in resolving this issue.=0A= >=0A= >=0A= > I followed the following steps for installing the adt in my=0A= > development PC:=0A= >=0A= >=0A= >=0A= > I built the toolchain using the following command:=0A= >=0A= > $cd ~/poky=0A= > $source ./oe-init-build-env=0A= > $bitbake meta-ide-support=0A= >=0A= >=0A= > Extract the root file system by using the following commands:=0A= >=0A= > $cd ~=0A= > $source ~/poky/build/tmp/environment-setup-mips32r2el-poky-linux=0A= > $runqemu-extract-sdk \=0A= > ~/poky/build/tmp/deploy/images/arqlyn/=0A= > core-image-minimal-dhruwa_ioe-20150511102759.rootfs.tar.bz2\=0A= > $HOME/arqlyn=0A= >=0A= > I followed the command given in the yocto project dev-manual for=0A= > installing eclipse and adding yocto plugin to eclipse.=0A= >=0A= > I Gave the following data to the eclipse for configuring the=0A= > cross-compiler options:=0A= >=0A= > 1. I select the "Build System Derived Toolchain"=0A= > 2.point the toolchain path to "home/testuser/poky/build"=0A= > 3.gave sysroot path to /home/testuser/arqlyn=0A= >=0A= > After entered this information I got the my machine-name in the=0A= > "select the target architecture" filed.=0A= >=0A= > After this I create a autotool support project and tried to build but=0A= > it gives the error.=0A= >=0A= > Regards,=0A= >=0A= > Raghavendra.=0A= >=0A= >=0A= >=0A= > --=0A= > _______________________________________________=0A= > yocto mailing list=0A= > yocto@yoctoproject.org=0A= > https://lists.yoctoproject.org/listinfo/yocto=0A= =0A=