All of lore.kernel.org
 help / color / mirror / Atom feed
* Compiling on target - building buildessentials error
@ 2019-04-12  7:42 Patrick Schneider
  2019-04-13 19:52 ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Schneider @ 2019-04-12  7:42 UTC (permalink / raw)
  To: yocto

Hi guys,
I am trying to use gcc on my target board. In order to do that I added packagegroup-core-buildessentials to my image. At least I tried to.
When building I get that error:
packagegroup-core-buildessential : Depends: libstdc++-dev but it is not installable
After trying a lot of things and playing around with different packages it seems that I am generally not able to add *-dev packages to my image, or at least build them with bitbake to add them manually. Everything I try with *-dev involved throws an error. For example if I am adding 'dev-pkgs' to my EXTRA_IMAGE_FEATURES variable I get over 200 errors with all dev-packages missing just like that above.
I must have something misconfigured in my local/distro/machine/image conf files but I can't figure out what.
Any help appreciated.

Best regards,
Patrick Schneider



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling on target - building buildessentials error
  2019-04-12  7:42 Compiling on target - building buildessentials error Patrick Schneider
@ 2019-04-13 19:52 ` Khem Raj
  2019-04-16  6:49   ` Patrick Schneider
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2019-04-13 19:52 UTC (permalink / raw)
  To: Patrick Schneider; +Cc: yocto

You may want to add following in local.conf

EXTRA_IMAGE_FEATURES_append = " tools-sdk tools-debug dbg-pkgs"

that should get you going. Then you can install the additional
packages you need.

On Sat, Apr 13, 2019 at 12:26 PM Patrick Schneider
<patrick.schneider@bhtronik.de> wrote:
>
> Hi guys,
> I am trying to use gcc on my target board. In order to do that I added packagegroup-core-buildessentials to my image. At least I tried to.
> When building I get that error:
> packagegroup-core-buildessential : Depends: libstdc++-dev but it is not installable
> After trying a lot of things and playing around with different packages it seems that I am generally not able to add *-dev packages to my image, or at least build them with bitbake to add them manually. Everything I try with *-dev involved throws an error. For example if I am adding 'dev-pkgs' to my EXTRA_IMAGE_FEATURES variable I get over 200 errors with all dev-packages missing just like that above.
> I must have something misconfigured in my local/distro/machine/image conf files but I can't figure out what.
> Any help appreciated.
>
> Best regards,
> Patrick Schneider
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiling on target - building buildessentials error
  2019-04-13 19:52 ` Khem Raj
@ 2019-04-16  6:49   ` Patrick Schneider
  0 siblings, 0 replies; 3+ messages in thread
From: Patrick Schneider @ 2019-04-16  6:49 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

Hi there,
thanks for the tip but that didn't work. I still get this:
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 packagegroup-core-buildessential : Depends: libstdc++-dev but it is not installable
 packagegroup-core-standalone-sdk-target : Depends: libatomic-dev but it is not installable
                                           Depends: libc6-dbg but it is not installable
                                           Depends: libc6-dev but it is not installable
                                           Depends: libgcc-s-dev but it is not installable
                                           Depends: libstdc++-dev but it is not installable
                                           Recommends: libssp-dev but it is not installable
E: Unable to correct problems, you have held broken packages.

Any idea?

Best regards,
Patrick Schneider

> -----Ursprüngliche Nachricht-----
> Von: Khem Raj <raj.khem@gmail.com>
> Gesendet: Samstag, 13. April 2019 21:52
> An: Patrick Schneider <patrick.schneider@bhtronik.de>
> Cc: yocto@yoctoproject.org
> Betreff: Re: [yocto] Compiling on target - building buildessentials error
> 
> You may want to add following in local.conf
> 
> EXTRA_IMAGE_FEATURES_append = " tools-sdk tools-debug dbg-pkgs"
> 
> that should get you going. Then you can install the additional packages you
> need.
> 
> On Sat, Apr 13, 2019 at 12:26 PM Patrick Schneider
> <patrick.schneider@bhtronik.de> wrote:
> >
> > Hi guys,
> > I am trying to use gcc on my target board. In order to do that I added
> packagegroup-core-buildessentials to my image. At least I tried to.
> > When building I get that error:
> > packagegroup-core-buildessential : Depends: libstdc++-dev but it is
> > not installable After trying a lot of things and playing around with different
> packages it seems that I am generally not able to add *-dev packages to my
> image, or at least build them with bitbake to add them manually. Everything I
> try with *-dev involved throws an error. For example if I am adding 'dev-
> pkgs' to my EXTRA_IMAGE_FEATURES variable I get over 200 errors with all
> dev-packages missing just like that above.
> > I must have something misconfigured in my local/distro/machine/image
> conf files but I can't figure out what.
> > Any help appreciated.
> >
> > Best regards,
> > Patrick Schneider
> >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-04-17 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-12  7:42 Compiling on target - building buildessentials error Patrick Schneider
2019-04-13 19:52 ` Khem Raj
2019-04-16  6:49   ` Patrick Schneider

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.