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