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.

Can't find lib files in EDMA LLD under SYS/BIOS

Hi!everyone

My EDMA LLD version is 02.11.05.02(for SYS/BIOS),and I find there are only .mak files in "edma3_lld_02_11_05_02\packages\ti\sdo\edma3\drv\lib" .When I use an earlier version LLD which is based on BIOS 5, there are .lib files and I can simply include the lib files in my project. But now I don't know what to do with the .mak files.Although I've red some documents provided by TI,I can't find the answer.

This maybe an easy question for you,but I'm not  very familiar with the LLD yet,could anyone help me?

Thanks,

Zhao

  • DSP/BIOS 5.x and RTSC both include a file named <std.h>. When both header files are needed in a C source file, use the following the ordering of #include..It's arguable whether the #include <std.h> of the bios header should be #include <ti/bios/include/std.h> instead.