From: Tasslehoff Kjappfot <tasskjapp@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: SDK relocation issues
Date: Tue, 11 Jun 2013 11:35:26 +0200 [thread overview]
Message-ID: <51B6EF5E.1020404@gmail.com> (raw)
I compiled an SDK and extracted/installed it to my source tree instead
of /usr/local/. I have made /usr/local/oecore-i686 a symlink to the
actual location. With the latest Dylan this broke.
Denzil:
❯❯❯ ldd arm-angstrom-linux-gnueabi-gcc
linux-gate.so.1 => (0xf771d000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf7544000)
/usr/local/oecore-i686/sysroots/i686-angstromsdk-linux/lib/ld-linux.so.2
=> /lib/ld-linux.so.2 (0xf771e000)
Dylan:
Original location:
❯❯❯ ldd arm-angstrom-linux-gnueabi-gcc
linux-gate.so.1 => (0xf77c4000)
libc.so.6 =>
/home/tasslehoff/src/pdrepos01/toolchains/oecore-i686/sysroots/i686-angstromsdk-linux/usr/bin/armv7a-vfp-neon-angstrom-linux-gnueabi/./../../../lib/libc.so.6
(0xf7610000)
/home/tasslehoff/src/oe/toolchains/oecore-i686/sysroots/i686-angstromsdk-linux/lib/ld-linux.so.2
=> /lib/ld-linux.so.2 (0xf77c5000)
If I try to run the toolchain from Dylan on a system where
/home/tasslehoff/src/oe/toolchains/oecore-i686/sysroots/i686-angstromsdk-linux/lib/ld-linux.so.2
does not exist, it fails.
Regards,
Tasslehoff
next reply other threads:[~2013-06-11 9:35 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-11 9:35 Tasslehoff Kjappfot [this message]
2013-06-11 12:43 ` SDK relocation issues Laurentiu Palcu
2013-06-11 12:58 ` Tasslehoff Kjappfot
2013-06-11 13:09 ` Tasslehoff Kjappfot
2013-06-11 13:24 ` Laurentiu Palcu
2013-06-12 6:12 ` Tasslehoff Kjappfot
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=51B6EF5E.1020404@gmail.com \
--to=tasskjapp@gmail.com \
--cc=openembedded-core@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.