From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A741FE00810; Tue, 3 Mar 2015 02:26:57 -0800 (PST) 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 C7CB9E003FA for ; Tue, 3 Mar 2015 02:26:55 -0800 (PST) Received: from SOC-EXCH-02.invecas.local (10.0.30.9) by SOC-EDGE-02.invecas.local (10.0.30.132) with Microsoft SMTP Server (TLS) id 14.3.123.3; Tue, 3 Mar 2015 15:57:38 +0530 Received: from SOC-EXCH-02.invecas.local (10.0.30.9) by SOC-EXCH-02.invecas.local (10.0.30.9) with Microsoft SMTP Server (TLS) id 15.0.995.29; Tue, 3 Mar 2015 15:56:47 +0530 Received: from SOC-EXCH-02.invecas.local ([fe80::99f5:2524:170c:1d9e]) by SOC-EXCH-02.invecas.local ([fe80::99f5:2524:170c:1d9e%17]) with mapi id 15.00.0995.028; Tue, 3 Mar 2015 15:56:47 +0530 From: Raghavendra Kakarla To: Paul Eggleton Thread-Topic: SDK generation issue Thread-Index: AQHQVXSZgocaVcDLukOF35msQZrD150KJEcAgABhW5I= Date: Tue, 3 Mar 2015 10:26:46 +0000 Message-ID: <1425378406649.37693@inedasystems.com> References: <18041737.50.1422871220143.JavaMail.kraghavendra@Raghavendra> <26169231.54.1423648818817.JavaMail.kraghavendra@Raghavendra> <1425361303765.315@inedasystems.com>, <23759981.tJ0jcZThOh@peggleto-mobl5.ger.corp.intel.com> In-Reply-To: <23759981.tJ0jcZThOh@peggleto-mobl5.ger.corp.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: SDK generation issue 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: Tue, 03 Mar 2015 10:26:57 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Paul Eggleton,=0A= =0A= Thank you for your response.=0A= =0A= Now my issue is resolved.=0A= =0A= I have some doubts on yocto-sdk. Can you please clarify them.=0A= =0A= When i Built SDK for YOCTO, I am getting a cross compilation tool chain. Wi= th which i am able to build the applications for my platform. I wanted to c= onfirm, whether SDK means a toolchain to build the applications or is ther= e something more (such as documentation, libraries, etc generated for our p= latform) =0A= =0A= Regards,=0A= Raghavendra.=0A= =0A= From: Paul Eggleton =0A= Sent: Tuesday, March 3, 2015 3:07 PM=0A= To: Raghavendra Kakarla=0A= Cc: yocto@yoctoproject.org=0A= Subject: Re: SDK generation issue=0A= =0A= On Tuesday 03 March 2015 05:41:43 Raghavendra Kakarla wrote:=0A= > I am generated the yocto SDK using the yocto sdk script "bitbake=0A= > core-image-minimal -c populate_sdk" command. With this command I am able = to=0A= > generte the installation script file and .manifest file.=0A= >=0A= > I run the installation script file. After running installation script fil= e=0A= > it propts that following message:=0A= >=0A= > Extracting SDK...done=0A= > Setting it up...done=0A= > SDK has been successfully set up and is ready to be used.=0A= >=0A= >=0A= > After this i run the ".=0A= > /opt/poky/1.7/environment-setup-mips32rel-poky-linux" and echo $PATH i go= t=0A= > the correct path.=0A= >=0A= > After this i built wrote a small example and try to build with the sdk=0A= > generated toolchain by running following command:=0A= >=0A= > mipsel-poky-linux-gcc test.c=0A= =0A= Use $CC instead of running the compiler directly so that you get the correc= t=0A= options.=0A= =0A= Cheers,=0A= Paul=0A= =0A= =0A= --=0A= =0A= Paul Eggleton=0A= Intel Open Source Technology Centre=0A=