All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Cochran <yocto@mindchasers.com>
To: Nemicolopterus Crypticus <ncrypticus@gmail.com>,
	 "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Specified toolchain directory does not contain a toolchain generated with meta-ide-support.
Date: Fri, 12 Sep 2014 15:24:44 -0400	[thread overview]
Message-ID: <5413487C.4050707@mindchasers.com> (raw)
In-Reply-To: <CAMSG=xXmfOnQJwkQ5qHsSendSRX+xSHRH94jc5kJKGqqNV0gAg@mail.gmail.com>

On 09/12/2014 12:57 PM, Nemicolopterus Crypticus wrote:
>  >Just double checking that you are specifying the "toolchain root
> location" as your top level build directory (the one above
> /conf/local.conf - the directory where you run bitbake).
>
> Yes that occurred to me too, since the phrasing is a bit unclear. I
> tried both.  Here's a depiction of my directory structure:
>
> oe-core
>       |---- build
>            |---- conf (including local.conf)
>            |---- downloads
>            |---- tmp-eglibc
>               |---- environment-setup-blahblah
>               |---- <etc.>
>            |---- <etcc>
>       |---- bitbake
>       |---- gcc-toolchain
>       |---- meta
>       |---- <etc. lots more>
>
> I tried with the root at build, and in build/tmp-eglibc with no luck.
>
> Is it possible the toolchain didn't get built?

What happens when you source your environment script?  You should have 
your path set up to find your cross toolchain.  If that's the case, you 
should be able to run the toolchain on the command line.

I work with the powerpc toolchain, so I can cross-compile a simple test 
app after sourcing my env script:

powerpc64-poky-linux-gcc main.c -o tst

and verify I have generated a 64-bit powerpc ELF executable with

file tst




I'm just wondering since
> that's what the error claims. Is there any way to confirm that the
> toolchain did indeed get built?  I ran bitbake meta-ide-toolchain, but
> our system is large and I'm not familiar with every aspect of it. Is it
> possible some other settings elsewhere got changed in a way that would
> prevent the toolchain from building?



  reply	other threads:[~2014-09-12 19:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 23:41 Specified toolchain directory does not contain a toolchain generated with meta-ide-support Nemicolopterus Crypticus
2014-09-11 23:58 ` Bob Cochran
2014-09-12 16:57 ` Nemicolopterus Crypticus
2014-09-12 19:24   ` Bob Cochran [this message]
2014-09-13  0:57     ` Nemicolopterus Crypticus
     [not found]       ` <5413C4C4.7070005@mindchasers.com>
2014-09-23 16:10         ` Nemicolopterus Crypticus

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=5413487C.4050707@mindchasers.com \
    --to=yocto@mindchasers.com \
    --cc=ncrypticus@gmail.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.