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.

How do I assign a library file in the linker command file

I've added this group to my .cmd file.

GROUP : > DLOAD

{

dload

{

-

l csl_f28m35x_m3.lib

}

}

Without the -l file it will compile fine. When I add the lib file, I get error #10008-D, but the code does get placed in memory at the dload section as I wanted. How do I get rid of this error?

Thanks,

Pat