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 to add source code for memcpy : RTSSRC.zip

Other Parts Discussed in Thread: TMS320F2808

Hello

I am using TMS320F2808 device for CCS5, compiler c2000_6.2.0.

I am working on flash programming and I am getting error as "source file not found for memcpy"

On net I got to know about RTSSRC.zip and I could locate its path.

But I am not getting how to add that folder/lib so that It will remove above error.

I tried to create lib file as below on command line but I am facing problem.Please guide me.

C:\ti\ccsv5\tools\compiler\c2000_6.2.0\lib>mklib --all --index=C:\ti\ccsv5\tools
\compiler\c2000_6.2.0\lib\rtssrc
>> ERROR: mklib: could not find program "unzip", required for building libraries
.  Modify the PATH environment variable to contain a directory containing this p
rogram.

Thanks Newbee