* Eclipse plug-in does not detect my target
@ 2011-03-12 23:08 Leon Woestenberg
2011-03-13 0:55 ` Zhang, Jessica
2011-03-13 1:30 ` Khem Raj
0 siblings, 2 replies; 6+ messages in thread
From: Leon Woestenberg @ 2011-03-12 23:08 UTC (permalink / raw)
To: yocto
Hello Yoctonians,
I created a custom layer with the PowerPC e500v2 architecture and
machine, host tripplet "powerpc-linux-gnuspe".
After building a target package, pciutils, so that the tools were
built, I wanted to test the Eclipse plug-in. After selecting Poky Tree
mode in the Yocto Tool configuration, I could not make it detect the
target; the drop down box remained empty.
Which part of the the Eclipse plug-in code detects the target?
As per the video on YocToob(tm) I selected the build/ directory of my
installation.
Regards,
--
Leon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Eclipse plug-in does not detect my target
2011-03-12 23:08 Eclipse plug-in does not detect my target Leon Woestenberg
@ 2011-03-13 0:55 ` Zhang, Jessica
2011-03-14 21:56 ` Leon Woestenberg
2011-03-13 1:30 ` Khem Raj
1 sibling, 1 reply; 6+ messages in thread
From: Zhang, Jessica @ 2011-03-13 0:55 UTC (permalink / raw)
To: Leon Woestenberg, yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 844 bytes --]
Leon Woestenberg wrote:
> Hello Yoctonians,
>
> I created a custom layer with the PowerPC e500v2 architecture and
> machine, host tripplet "powerpc-linux-gnuspe".
>
> After building a target package, pciutils, so that the tools were
> built, I wanted to test the Eclipse plug-in. After selecting Poky Tree
> mode in the Yocto Tool configuration, I could not make it detect the
> target; the drop down box remained empty.
>
> Which part of the the Eclipse plug-in code detects the target?
>
> As per the video on YocToob(tm) I selected the build/ directory of my
> installation.
Leon,
Did you run "bitbake meta-ide-support", the eclipse plug-in will detect the
target architecture based on the environment script file under the toolchain
root location, e.g. build/tmp/environment-setup-i586-poky-linux.
- Jessica
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Eclipse plug-in does not detect my target
2011-03-13 0:55 ` Zhang, Jessica
@ 2011-03-14 21:56 ` Leon Woestenberg
2011-04-01 16:43 ` Leon Woestenberg
0 siblings, 1 reply; 6+ messages in thread
From: Leon Woestenberg @ 2011-03-14 21:56 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: yocto@yoctoproject.org
Hello Jessica,
On Sun, Mar 13, 2011 at 12:55 AM, Zhang, Jessica
<jessica.zhang@intel.com> wrote:
> Leon Woestenberg wrote:
>> built, I wanted to test the Eclipse plug-in. After selecting Poky Tree
>> mode in the Yocto Tool configuration, I could not make it detect the
>> target; the drop down box remained empty.
>>
> Did you run "bitbake meta-ide-support", the eclipse plug-in will detect the
> target architecture based on the environment script file under the toolchain
> root location, e.g. build/tmp/environment-setup-i586-poky-linux.
>
No I didn't. I will continue to work on this end of this week. Thanks,
Regards,
--
Leon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Eclipse plug-in does not detect my target
2011-03-14 21:56 ` Leon Woestenberg
@ 2011-04-01 16:43 ` Leon Woestenberg
2011-04-01 16:46 ` Zhang, Jessica
0 siblings, 1 reply; 6+ messages in thread
From: Leon Woestenberg @ 2011-04-01 16:43 UTC (permalink / raw)
To: Zhang, Jessica; +Cc: yocto@yoctoproject.org
Hello Jessica,
On Mon, Mar 14, 2011 at 10:56 PM, Leon Woestenberg
<leon.woestenberg@gmail.com> wrote:
> On Sun, Mar 13, 2011 at 12:55 AM, Zhang, Jessica
> <jessica.zhang@intel.com> wrote:
>> Leon Woestenberg wrote:
>>> built, I wanted to test the Eclipse plug-in. After selecting Poky Tree
>>> mode in the Yocto Tool configuration, I could not make it detect the
>>> target; the drop down box remained empty.
>>>
>> Did you run "bitbake meta-ide-support", the eclipse plug-in will detect the
>> target architecture based on the environment script file under the toolchain
>> root location, e.g. build/tmp/environment-setup-i586-poky-linux.
>>
> No I didn't. I will continue to work on this end of this week. Thanks,
>
Confirmed that worked.
Thanks,
--
Leon
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Eclipse plug-in does not detect my target
2011-04-01 16:43 ` Leon Woestenberg
@ 2011-04-01 16:46 ` Zhang, Jessica
0 siblings, 0 replies; 6+ messages in thread
From: Zhang, Jessica @ 2011-04-01 16:46 UTC (permalink / raw)
To: Leon Woestenberg; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 912 bytes --]
Leon Woestenberg wrote:
> Hello Jessica,
>
> On Mon, Mar 14, 2011 at 10:56 PM, Leon Woestenberg
> <leon.woestenberg@gmail.com> wrote:
>> On Sun, Mar 13, 2011 at 12:55 AM, Zhang, Jessica
>> <jessica.zhang@intel.com> wrote:
>>> Leon Woestenberg wrote:
>>>> built, I wanted to test the Eclipse plug-in. After selecting Poky
>>>> Tree mode in the Yocto Tool configuration, I could not make it
>>>> detect the target; the drop down box remained empty.
>>>>
>>> Did you run "bitbake meta-ide-support", the eclipse plug-in will
>>> detect the target architecture based on the environment script file
>>> under the toolchain root location, e.g.
>>> build/tmp/environment-setup-i586-poky-linux.
>>>
>> No I didn't. I will continue to work on this end of this week.
>> Thanks,
>>
> Confirmed that worked.
Thanks for the update and glad to hear your problem is resolved...
Cheers,
Jessica
[-- Attachment #2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 8455 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Eclipse plug-in does not detect my target
2011-03-12 23:08 Eclipse plug-in does not detect my target Leon Woestenberg
2011-03-13 0:55 ` Zhang, Jessica
@ 2011-03-13 1:30 ` Khem Raj
1 sibling, 0 replies; 6+ messages in thread
From: Khem Raj @ 2011-03-13 1:30 UTC (permalink / raw)
To: yocto
On 3/12/2011 3:08 PM, Leon Woestenberg wrote:
> Hello Yoctonians,
>
> I created a custom layer with the PowerPC e500v2 architecture and
> machine, host tripplet "powerpc-linux-gnuspe".
maybe -gnuspe is problem ? try powerpc-linux-gnu and see if helps
>
> After building a target package, pciutils, so that the tools were
> built, I wanted to test the Eclipse plug-in. After selecting Poky Tree
> mode in the Yocto Tool configuration, I could not make it detect the
> target; the drop down box remained empty.
>
> Which part of the the Eclipse plug-in code detects the target?
>
> As per the video on YocToob(tm) I selected the build/ directory of my
> installation.
>
> Regards,
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-04-01 16:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-12 23:08 Eclipse plug-in does not detect my target Leon Woestenberg
2011-03-13 0:55 ` Zhang, Jessica
2011-03-14 21:56 ` Leon Woestenberg
2011-04-01 16:43 ` Leon Woestenberg
2011-04-01 16:46 ` Zhang, Jessica
2011-03-13 1:30 ` Khem Raj
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.