Hello,
I use the dvsdk_2_10_01_18
and the gcc from CodeSourcery (Sourcery_G++_Lite)
After typing "make" in .../dvsdk_2_10_01_18, I get the following error message:
...
/opt/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: warning: library search path "/lib" is unsafe for cross-compilation
/opt/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lasound
collect2: ld returned 1 exit status
...
Where can I set the library search path (and the include path)?
In the Rules.make or in the Getting Started Guide I can't find any hint.
Sandro