All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Mikhail Boiko <mikhailboiko85@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: Using external cross-compiler
Date: Sat, 3 Sep 2011 15:01:02 +0100	[thread overview]
Message-ID: <201109031501.02421.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <CAOWBBJx3La704qDcSQ-2jEgv1eOnPJ4VMUoCLzwRNtgaBSh+kg@mail.gmail.com>

On Saturday 03 September 2011 14:26:14 Mikhail Boiko wrote:
> Hi,
> 
> I've got some issues with configuring OE to use external cross compiler
> (CodeSourcery 2011.03).
> II've added this lines to my local.conf file:
> TARGET_VENDOR = "-none"
> TOOLCHAIN_TYPE = "external"
> TOOLCHAIN_BRAND = "csl"
> TOOLCHAIN_PATH = "/home/mike/x-tools/cs_2011_03"
> TOOLCHAIN_SYSPATH = "${TOOLCHAIN_PATH}/arm-none-linux-gnueabi"
> PATH_prepend = "${TOOLCHAIN_PATH}/bin:"
>..
> As you see, it try to use arm-angstrom-linux-gnueabi when I have
> only arm-none-linux-gnueab avaliable.
> Please, give some advices to solve this sissue.

So the distro's TARGET_VENDOR is not being overridden; according to [1] you 
need to set TOOLCHAIN_VENDOR rather than TARGET_VENDOR so that this happens.

Cheers,
Paul

[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-
February/030371.html


-- 

Paul Eggleton
Intel Open Source Technology Centre



      reply	other threads:[~2011-09-03 14:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-03 13:26 Using external cross-compiler Mikhail Boiko
2011-09-03 14:01 ` Paul Eggleton [this message]

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=201109031501.02421.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=mikhailboiko85@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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.