I try to learn how to use CCStudio_v3.3 without success.
- I launched set up for F28xx Simulator Tutorial
- I opened a new project in C language
"
#include <stdio.h>
main()
{
Printf("Hello World\n");
}
"
- I added the to the project linker "C:\CCStudio_v3.3\C2400\cgtools\lib\lnk.cmd"
But I got an error during building the project
C:\CCStudio_v3.3\C2400\cgtools\lib\lnk.cmd, line 14: error:
can't find input file 'rts2xx.lib'
'rts2xx.lib' exists and I don't have any clue why the linker doesn't find it.
Please send me a solution as soon as possible.