linux cross compiling and dynamic libraries / linking
问题 i'm trying to develop for the BeagleBoard. Therefore i installed the CodeSourcery Sourcery_G++_Lite Toolchain. I want to use the opencv library. So I downloaded the sources to my Ubuntu devolepment system, compiled with gcc as shared library and installed the library. When i build a helloworld-application for the x86-Architecture, everything is fine. Now, i want to compile the same application with the other toolchain for the ARM-Architecture. I get these warnings/erros while compiling