|
Re: Eclipse plugin
Thanks, this did help. My biggest problem was that the Poky tree I was
trying to use had grown a permission problem so I could no longer execute
the compiler (result of moving the tree between
Thanks, this did help. My biggest problem was that the Poky tree I was
trying to use had grown a permission problem so I could no longer execute
the compiler (result of moving the tree between
|
By
Gary Thomas
·
#381
·
|
|
toolchain with big symbolic links?
Hi,
I am using yocto 0.9 release and trying to generate my own meta-toolchain.
With toolchain from yocto:
joaohf@joaohf-desktop:~/Downloads$
Hi,
I am using yocto 0.9 release and trying to generate my own meta-toolchain.
With toolchain from yocto:
joaohf@joaohf-desktop:~/Downloads$
|
By
João Henrique Ferreira de Freitas
·
#380
·
|
|
Re: Eclipse plugin
Sorry forgot the attachements.
Zhang, Jessica wrote:
Sorry forgot the attachements.
Zhang, Jessica wrote:
|
By
Zhang, Jessica
·
#379
·
|
|
Re: Eclipse plugin
Gary,
I setup my eclipse IDE to be using 0.9 plug-in and couldn't reproduce the
problem that you run into. Here're several key step screenshots that I used
to create a Yocto Autotools based project
Gary,
I setup my eclipse IDE to be using 0.9 plug-in and couldn't reproduce the
problem that you run into. Here're several key step screenshots that I used
to create a Yocto Autotools based project
|
By
Zhang, Jessica
·
#378
·
|
|
Re: Eclipse plugin
Gary,
Pls compile your application using the cmd line to debug the error:
# source /home/gary/mytarget_poky/tmp/environment-setup-ppc603e-poky-linux
# cd /home/gthomas/workspace/yocto_test3
#
Gary,
Pls compile your application using the cmd line to debug the error:
# source /home/gary/mytarget_poky/tmp/environment-setup-ppc603e-poky-linux
# cd /home/gthomas/workspace/yocto_test3
#
|
By
Lu, Lianhao <lianhao.lu@...>
·
#377
·
|
|
Re: Eclipse plugin
I don't have a Sysroot field on that form, only a "Poky root" which is pointing
to the top of my tree, in your example "/home/gary/mytarget_poky/"
I installed the Yocto SDK 1.0.0.201010202121 from
I don't have a Sysroot field on that form, only a "Poky root" which is pointing
to the top of my tree, in your example "/home/gary/mytarget_poky/"
I installed the Yocto SDK 1.0.0.201010202121 from
|
By
Gary Thomas
·
#376
·
|
|
Re: New platforms
I can give you a bit of an idea from a practical standpoint, since I've
also started working on a BSP for a new board just recently (i.e. I'm
actually still on the learning curve myself, hopefully
I can give you a bit of an idea from a practical standpoint, since I've
also started working on a BSP for a new board just recently (i.e. I'm
actually still on the learning curve myself, hopefully
|
By
Tom Zanussi <tom.zanussi@...>
·
#375
·
|
|
Re: New platforms
Kernel is the biggest part you'd work out which thanks to Bruce you should
have rich information below. Besides, you may also have some board specific
firmware, 3rd party components, xserver,
Kernel is the biggest part you'd work out which thanks to Bruce you should
have rich information below. Besides, you may also have some board specific
firmware, 3rd party components, xserver,
|
By
Tian, Kevin <kevin.tian@...>
·
#374
·
|
|
Re: When is it ok to link to host libraries?
Would you ever have a situation where you build the SDK on one distro version but install and use it on another one? If so, does this affect your decisions?
Would you ever have a situation where you build the SDK on one distro version but install and use it on another one? If so, does this affect your decisions?
|
By
David Stewart
·
#373
·
|
|
Re: When is it ok to link to host libraries?
In general this is true.... however there are cases where a helper application
needs to be built, i.e. to generate a structure list... to compile some
specialized code, etc.. This can use the host
In general this is true.... however there are cases where a helper application
needs to be built, i.e. to generate a structure list... to compile some
specialized code, etc.. This can use the host
|
By
Mark Hatle <mark.hatle@...>
·
#372
·
|
|
When is it ok to link to host libraries?
Hello,
I'd like to get some better clarity about what constitutes host contamination when it comes to building packages. Could someone with deeper knowledge of these issues clarify or comment on the
Hello,
I'd like to get some better clarity about what constitutes host contamination when it comes to building packages. Could someone with deeper knowledge of these issues clarify or comment on the
|
By
Scott Garman <scott.a.garman@...>
·
#371
·
|
|
Re: Eclipse plugin
Hi Gary,
I just setup my machine for ppc and create a new auto tools based c project
and everything seems working fine for me, so if you go
"Window->Preferecencs->Yocto SDK" in that setup window, do
Hi Gary,
I just setup my machine for ppc and create a new auto tools based c project
and everything seems working fine for me, so if you go
"Window->Preferecencs->Yocto SDK" in that setup window, do
|
By
Zhang, Jessica
·
#370
·
|
|
Re: New platforms
I can answer from the kernel point of view.
The supported yocto kernel(s) (currently 2.6.34 and
shortly 2.6.37-rcX) are the place where I can assist
in getting you up and running with a new
I can answer from the kernel point of view.
The supported yocto kernel(s) (currently 2.6.34 and
shortly 2.6.37-rcX) are the place where I can assist
in getting you up and running with a new
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#369
·
|
|
Re: Eclipse plugin
BTW, this was on my console (hidden by the eclipse window), in
case it helps:
get env key CC value powerpc-poky-linux-gcc
get env key CXX value powerpc-poky-linux-g++
get env key GDB value
BTW, this was on my console (hidden by the eclipse window), in
case it helps:
get env key CC value powerpc-poky-linux-gcc
get env key CXX value powerpc-poky-linux-g++
get env key GDB value
|
By
Gary Thomas
·
#366
·
|
|
Re: Eclipse plugin
I did that and now I can move a bit farther. I managed to select my SDK type
(ppc603e-poky-linux) and started with the autotools example. However, I
get this error when trying to run
I did that and now I can move a bit farther. I managed to select my SDK type
(ppc603e-poky-linux) and started with the autotools example. However, I
get this error when trying to run
|
By
Gary Thomas
·
#365
·
|
|
Re: Eclipse plugin
Gary Thomas wrote on 2010-11-22:
You need to "bitbake meta-ide-support" before you can use the poky tree mode.
Best Regards,
Lianhao
Gary Thomas wrote on 2010-11-22:
You need to "bitbake meta-ide-support" before you can use the poky tree mode.
Best Regards,
Lianhao
|
By
Lu, Lianhao <lianhao.lu@...>
·
#364
·
|
|
Re: RFC: Rapid iterative development
You can use ASSUME_PROVIDED to use system versions of native tools,
though it's generally not recommended. git grep for the term to find
some examples.
As to building things which seem unrelated,
You can use ASSUME_PROVIDED to use system versions of native tools,
though it's generally not recommended. git grep for the term to find
some examples.
As to building things which seem unrelated,
|
By
Joshua Lock <josh@...>
·
#363
·
|
|
Re: Eclipse plugin
Thanks, I installed Helios directly from the Eclipse site and that's
working better now. I also installed the components you mention above.
When I try to configure Yocto, I'm trying to use the Poky
Thanks, I installed Helios directly from the Eclipse site and that's
working better now. I also installed the components you mention above.
When I try to configure Yocto, I'm trying to use the Poky
|
By
Gary Thomas
·
#362
·
|
|
Re: Eclipse plugin
Gary Thomas wrote on 2010-11-22:
Gary,
Sorry for the thin documentation about eclipse plug-in installation.
The Yocto eclipse plugin has some dependencies on other eclipse plugins:
- C/C++
Gary Thomas wrote on 2010-11-22:
Gary,
Sorry for the thin documentation about eclipse plug-in installation.
The Yocto eclipse plugin has some dependencies on other eclipse plugins:
- C/C++
|
By
Lu, Lianhao <lianhao.lu@...>
·
#361
·
|
|
Re: Eclipse plugin
I tried to follow the documentation in the Poky manual (still thin...), but
it seems I'm now stuck. I get this error:
Cannot complete the install because one or more required items could not be
I tried to follow the documentation in the Poky manual (still thin...), but
it seems I'm now stuck. I get this error:
Cannot complete the install because one or more required items could not be
|
By
Gary Thomas
·
#360
·
|