From: John Toomey <john.toomey@linux.intel.com>
To: yocto@yoctoproject.org
Subject: meta-toolchain uclibc issue
Date: Fri, 01 Jun 2012 16:01:08 +0100 [thread overview]
Message-ID: <4FC8D934.7050100@linux.intel.com> (raw)
Hello all,
I'm trying to use uClibc and meta-toolchain to compile software for my
target system. After building and installing the toolchain I get the
following error when trying to compile:
/toolchain$ $CC hello.c -o hello_after
/toolchain/poky/1.2/sysroots/x86_64-pokysdk-linux/usr/bin/i586-poky-linux-uclibc/../../libexec/i586-poky-linux-uclibc/gcc/i586-poky-linux-uclibc/4.6.4/ld:
cannot find uclibc_nonshared.a
collect2: ld returned 1 exit status
but if I include the following Yocto tmp directory
/toolchain$ $CC -o hello hello.c -L
.../tmp/work/i586-poky-linux-uclibc/uclibc-0.9.33-r6.0/package/usr/lib
everythoing works correctly. Does anyone know why this file isnt
included in the toolchain package? Is this something im doing wrong or
an issue with meta-toolchain?
Thanks,
John
next reply other threads:[~2012-06-01 15:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-01 15:01 John Toomey [this message]
2012-06-01 18:07 ` meta-toolchain uclibc issue Khem Raj
-- strict thread matches above, loose matches on Subject: below --
2015-07-16 15:56 paul grant
2015-08-13 16:41 ` Khem Raj
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=4FC8D934.7050100@linux.intel.com \
--to=john.toomey@linux.intel.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.