This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

rebuild dvsdk software -> library path problem

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