________________________________
From: [email protected]
[mailto:[email protected]] On Behalf Of
rohan tabish
Sent: Monday, December 14, 2009 2:35 PM
To: [email protected]
Subject: error executing dynamic link program
Hello everyone i am using the open source git kernel have used busybox
to provide the basic utilities such as the shell,rm and other utilities.And
adding the basic startup scripts and letting those script mount the kernel on
the filesystem.
When i cross compile the program on computer without static link it
says file not found.
And when i execute it using static linking it executes the program
anyone know how to resolve this isssue.
Regard's
RT
You are missing one/more run-time libraries in the busybox based filesystem.
When you compile it statically, no external resolution is required. But when
you compile for dynamic linking, the resolution happens at run-time and the
library is not found.
Look for the name of missing library as reported during execution and ensure
that it is available on your filesystem.
~sanjeev
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source