Re: librarys on target
On 21 Mai, 11:58, "Axel Beierlein" <belatro...@xxxxxx> wrote:
hello,
i have the problem that my programs that i compile with an cross compiler
on my host system don´t work on the target because they are missing shared
librarys. i have a look at the binarys with ldd and i can see that the
binarys are linked against the library on my build system and not on my
rootfs on the target.
How can i compile an application with my building host which is running on
my target with the librarys on the right position?
Axel
maybe you have to specify -rpath or -rpath-link for the linker. Or add
some option to the ./configure call.
Nikolaus
.
Relevant Pages
- librarys on target
... i have the problem that my programs that i compile with an cross compiler on my host system don´t work on the target because they are missing shared librarys. ... i have a look at the binarys with ldd and i can see that the binarys are linked against the library on my build system and not on my rootfs on the target. ... How can i compile an application with my building host which is running on my target with the librarys on the right position? ... (comp.os.linux.embedded) - Re: Multi kernel tree support on the same distro?
... I see no reason to have two kernel versions on your host system. ... and compile a 2.4.x for the target. ... (Linux-Kernel) - Re: Build your own Forth for Microchip PIC (Episode 837)
... inappropriate on a limited target, ... So it reverts back to the traditional compile ... platform for your target by using the host to implement your words. ... In short create enough Forth to execute the inner interpreter and you ... (comp.lang.forth) - Problem with obj files in sysgen phase
... seems to be missing. ... BUILD: Compile and Link for x86. ... (microsoft.public.windowsce.platbuilder) - Re: Build your own Forth for Microchip PIC: Design thoughts
... Embedded systems hardware I don't plan to buy. ... Advanced work would be a distributed model where the PIC and host work ... All the code on the target would be headerless. ... compile once and copy the code to the PIC, ... (comp.lang.forth) |
|