Hi,
Once I had compiled minimad for ARM using the Lart cross compiler I used the
'file' command to see some stats on the resulting executable. It tells me
that the file is an ELF arm executable, dynamicly linked (uses shared
libraries) and a few other things.
Now shared libraried are linked at runtime, right? So when I take the
minimad executable and dowload it onto the arm evaluator board the shared
libraries will be left behind and it will not work. Is this reasoning
correct or am i missing something? If I am correct how do I go about telling
the compiler to do static linking?
Thanks
Gareth