Tool/software: Code Composer Studio
As title.
The program is at loop0 and CCS cannot open the file.
The reason that CCS cannot open the file is because the path is wrong.
There actually have a file called exceptionhandlr.asm, however, its path is ccsv8 rather than ccsv6.
I go checked the include directories and include options under project's properties. No letters "ccsv6" appears.
How come this letters come up? And how can I change it to ccsv8?
Last, where can I adapt the symbol ${CCS_INSTALL_ROOT}?