From: Raghavendra Kakarla <Raghavendra.Kakarla@inedasystems.com>
To: "Minchev, Todor" <todor.minchev@intel.com>
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>,
Surya Dommeti <Venkatasuryanarayana.Dommeti@inedasystems.com>,
Ramakrishna Chatram <Ramakrishna.Chatram@inedasystems.com>
Subject: Re: Issue with yocto ADT
Date: Tue, 19 May 2015 12:03:26 +0000 [thread overview]
Message-ID: <1432036984110.43188@inedasystems.com> (raw)
In-Reply-To: <1432035069.21431.6.camel@intel.com>
Hi Todor,
sbin/init script is there in the rootfile system.
But i built rootfile system for my BSP and I give this rootfs to the eclipse sysroot path.
And i select the qemu instead of externel hardware. I give the qemu kernel path to prevuiously built qemumips kernel image which is built before my BSP is built.
When I click on the "external Tool -> qemu_mips-poky-linux" qemu image is booted and gives the following error.
->sbin/init exist but could not execute it
Regards,
Raghavenmdra K.
________________________________________
From: Minchev, Todor <todor.minchev@intel.com>
Sent: Tuesday, May 19, 2015 5:01 PM
To: Raghavendra Kakarla
Cc: Surya Dommeti; Ramakrishna Chatram; yocto@yoctoproject.org
Subject: Re: [yocto] Issue with yocto ADT
On Tue, 2015-05-19 at 09:49 +0000, Raghavendra Kakarla wrote:
> Hi Todor,
>
> Thank you for your reply.
>
> Now I am able to build the application with my extracted rootfs.
>
> I built the rootfs for our machine.
>
> for launching the qemu from the eclipse,is it required we should build it for qemu?
> I have the previously built qemu kernel image and i give it path to the eclipse's qemu kernel path field.
>
> Qemu is launched but it gives error while switching from kernel to rootfs i.e init script execution problem.
If your rootfs does not have /sbin/init, your kernel won't be able to
execute the topmost parent process(init) and the boot will fail? What is
the error message?
>
> Regards,
> Raghavendra.
> ________________________________________
> From: Minchev, Todor <todor.minchev@intel.com>
> Sent: Tuesday, May 19, 2015 1:14 PM
> To: Raghavendra Kakarla
> Cc: Surya Dommeti; Ramakrishna Chatram; yocto@yoctoproject.org
> Subject: Re: [yocto] Issue with yocto ADT
>
> On Tue, 2015-05-19 at 07:07 +0000, Raghavendra Kakarla wrote:
> > Hi Todor,
> >
> > For not working scenario there is no makefile created.
> >
> > For working scenario using build directory sysroot makefiles are created.
>
> So configure fails to create your Makefile. You probably see something
> like this in your config.log:
>
> configure: error: C compiler cannot create executables
> configure: error: C compiler cannot create executables
> See `config.log' for more details
>
> Please have a look at this thread, it explains how to resolve this
> problem:
>
> https://lists.yoctoproject.org/pipermail/yocto/2015-March/024089.html
>
> Cheers,
> Todor
>
> >
> > I attaching the makefile for working scenario.
> >
> > Regards,
> >
> > Raghavendra K.
> > ________________________________________
> > From: Minchev, Todor <todor.minchev@intel.com>
> > Sent: Tuesday, May 19, 2015 12:13 PM
> > To: Raghavendra Kakarla
> > Cc: yocto@yoctoproject.org
> > Subject: Re: [yocto] Issue with yocto ADT
> >
> > On Mon, 2015-05-18 at 16:55 +0000, Raghavendra Kakarla wrote:
> > > Hi Todor,
> > >
> > > I created four more new projects.
> > >
> > > For all the projects I gives error like this only.
> >
> > Is the error message the same as the original one you posted about a
> > missing make `all` target?
> >
> > > Can send those projects make files?
> >
> > Please share both your working and non-working Makefiles.
> >
> > >
> > > But when I give the sysroot path in eclipse to the poky/build/tmp/sysroot/machine it worked properly.
> > >
> > > When we give the extracted sysroot it gives problem.
> > > Regards,
> > > Raghavendra.
> > > ________________________________________
> > > From: Minchev, Todor [todor.minchev@intel.com]
> > > Sent: Monday, May 18, 2015 9:51 PM
> > > To: Raghavendra Kakarla
> > > Cc: yocto@yoctoproject.org
> > > Subject: Re: [yocto] Issue with yocto ADT
> > >
> > > Hello Raghavendra,
> > >
> > > On Mon, 2015-05-18 at 05:07 +0000, Raghavendra Kakarla wrote:
> > > > Hi Todor,
> > > >
> > > > Could you please let me know the cause for the issue.
> > > Please pastebin your Makefile and share the pastebin link.
> > >
> > > Seem like your project is corrupt and the Makefile is not generated
> > > correctly.
> > >
> > > Have you tried to delete the project and create a new one?
> > >
> > > > Thanks in advance.
> > > >
> > > > Regards,
> > > > Raghavendra K.
> > > >
> > > >
> > > > ________________________________________
> > > > From: Raghavendra Kakarla
> > > > Sent: Friday, May 15, 2015 5:31 PM
> > > > To: Minchev, Todor
> > > > Cc: yocto@yoctoproject.org
> > > > Subject: RE: [yocto] Issue with yocto ADT
> > > >
> > > > Hi Todor,
> > > >
> > > > It is provided by the Yocto eclipse plugin itself.
> > > >
> > > > Regards,
> > > > Raghavendra.
> > > > ________________________________________
> > > > From: Minchev, Todor <todor.minchev@intel.com>
> > > > Sent: Friday, May 15, 2015 5:27 PM
> > > > To: Raghavendra Kakarla
> > > > Cc: yocto@yoctoproject.org
> > > > Subject: Re: [yocto] Issue with yocto ADT
> > > >
> > > > On Fri, 2015-05-15 at 11:33 +0000, Raghavendra Kakarla wrote:
> > > > > Hi Todor,
> > > > >
> > > > > It is an autotool based example.
> > > > > It is not generated makefile itself.
> > > > >
> > > >
> > > > Is it an example you created yourself or is it the autotools C Hello
> > > > World template provided by the Yocto Eclipse Plug-in.
> > > >
> > > > > I attached the makefile.in and makefile.am file to the paste bin.
> > > >
> > > > Could you please paste the Makefile and share the pastebin link?
> > > >
> > > > > Thanks,
> > > > >
> > > > > Raghavendra.
> > > > >
> > > > >
> > > > > ________________________________________
> > > > > From: Minchev, Todor <todor.minchev@intel.com>
> > > > > Sent: Friday, May 15, 2015 4:41 PM
> > > > > To: Raghavendra Kakarla
> > > > > Cc: yocto@yoctoproject.org
> > > > > Subject: Re: [yocto] Issue with yocto ADT
> > > > >
> > > > > Hello Raghavendra,
> > > > >
> > > > > Could you please pastebin the makefile from your project?
> > > > >
> > > > > http://pastebin.com/
> > > > >
> > > > > Cheers,
> > > > > Todor
> > > > >
> > > > > On Fri, 2015-05-15 at 10:47 +0000, Raghavendra Kakarla wrote:
> > > > > > Hi Todor,
> > > > > >
> > > > > > Thank you for your reply.
> > > > > >
> > > > > > By default we have the setting like this only.
> > > > > >
> > > > > > But we got the error.
> > > > > >
> > > > > > Thanks,
> > > > > > Raghavendra.
> > > > > > ________________________________________
> > > > > > From: Minchev, Todor <todor.minchev@intel.com>
> > > > > > Sent: Friday, May 15, 2015 4:05 PM
> > > > > > To: Raghavendra Kakarla
> > > > > > Cc: yocto@yoctoproject.org
> > > > > > Subject: Re: [yocto] Issue with yocto ADT
> > > > > >
> > > > > > Hello Raghavendra,
> > > > > >
> > > > > > Please try the following:
> > > > > >
> > > > > > Right click on your project - Properties - C/C++ Build - Select the
> > > > > > 'Behavior' tab - untick 'Build on resource save' and remove 'all' from
> > > > > > the 'Build' field
> > > > > >
> > > > > > Cheers,
> > > > > > Todor
> > > > > >
> > > > > > On Fri, 2015-05-15 at 09:32 +0000, Raghavendra Kakarla wrote:
> > > > > > > Hi All,
> > > > > > >
> > > > > > >
> > > > > > > I have problem with the ADT while i am building the autotool example
> > > > > > > helloword project which is given in the "yocto ADT autotool project".
> > > > > > >
> > > > > > >
> > > > > > > Could you please help me in resolving this issue.
> > > > > > >
> > > > > > >
> > > > > > > I followed the following steps for installing the adt in my
> > > > > > > development PC:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > I built the toolchain using the following command:
> > > > > > >
> > > > > > > $cd ~/poky
> > > > > > > $source ./oe-init-build-env
> > > > > > > $bitbake meta-ide-support
> > > > > > >
> > > > > > >
> > > > > > > Extract the root file system by using the following commands:
> > > > > > >
> > > > > > > $cd ~
> > > > > > > $source ~/poky/build/tmp/environment-setup-mips32r2el-poky-linux
> > > > > > > $runqemu-extract-sdk \
> > > > > > > ~/poky/build/tmp/deploy/images/arqlyn/
> > > > > > > core-image-minimal-dhruwa_ioe-20150511102759.rootfs.tar.bz2\
> > > > > > > $HOME/arqlyn
> > > > > > >
> > > > > > > I followed the command given in the yocto project dev-manual for
> > > > > > > installing eclipse and adding yocto plugin to eclipse.
> > > > > > >
> > > > > > > I Gave the following data to the eclipse for configuring the
> > > > > > > cross-compiler options:
> > > > > > >
> > > > > > > 1. I select the "Build System Derived Toolchain"
> > > > > > > 2.point the toolchain path to "home/testuser/poky/build"
> > > > > > > 3.gave sysroot path to /home/testuser/arqlyn
> > > > > > >
> > > > > > > After entered this information I got the my machine-name in the
> > > > > > > "select the target architecture" filed.
> > > > > > >
> > > > > > > After this I create a autotool support project and tried to build but
> > > > > > > it gives the error.
> > > > > > >
> > > > > > > Regards,
> > > > > > >
> > > > > > > Raghavendra.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > yocto mailing list
> > > > > > > yocto@yoctoproject.org
> > > > > > > https://lists.yoctoproject.org/listinfo/yocto
> > > > > >
> > > > >
> > > >
> > >
> >
>
next prev parent reply other threads:[~2015-05-19 12:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-15 9:32 Issue with yocto ADT Raghavendra Kakarla
2015-05-15 10:35 ` Minchev, Todor
2015-05-15 10:47 ` Raghavendra Kakarla
2015-05-15 11:11 ` Minchev, Todor
2015-05-15 11:33 ` Raghavendra Kakarla
2015-05-15 11:57 ` Minchev, Todor
2015-05-15 12:01 ` Raghavendra Kakarla
2015-05-18 5:07 ` Raghavendra Kakarla
2015-05-18 16:21 ` Minchev, Todor
2015-05-18 16:55 ` Raghavendra Kakarla
2015-05-19 6:43 ` Minchev, Todor
2015-05-19 7:07 ` Raghavendra Kakarla
2015-05-19 7:44 ` Minchev, Todor
2015-05-19 9:49 ` Raghavendra Kakarla
2015-05-19 11:31 ` Minchev, Todor
2015-05-19 12:03 ` Raghavendra Kakarla [this message]
2015-05-19 12:22 ` Minchev, Todor
2015-05-20 5:12 ` Raghavendra Kakarla
2015-05-20 8:53 ` Raghavendra Kakarla
2015-05-25 6:40 ` How to build scon projects on " Raghavendra Kakarla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1432036984110.43188@inedasystems.com \
--to=raghavendra.kakarla@inedasystems.com \
--cc=Ramakrishna.Chatram@inedasystems.com \
--cc=Venkatasuryanarayana.Dommeti@inedasystems.com \
--cc=todor.minchev@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.