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.

Internal error occurred during: "Update XDCtools Error Parser".

Other Parts Discussed in Thread: CCSTUDIO

Hi

I have an annoying error which appears every time I build my project in CCS or when I try to run debugger. A popup window is displayed with following message

An internal error occurred during: "Update XDCtools Error Parser".
Attempted to beginRule: R/, does not match outer scope rule: P/{ProjectName}

Does anybody know how to get rid of this error?

What is the cause of this error?

First time this error showed up when I shared my CCS project to repository via the option Team->Share I am using Vault Eclipse plugin in version 4.1.4.18429.

I suppose that automatic read-only attribute for project files when putting project under version source control could generate this problem or maybe I am wrong.

My CCS configuration is:

CCS version 5.2.1.00018

Project using Cortex M-3 ARM MCU

CG Tools TMS470 v4.9.7

compiler flags:

-mv7M3 --code_state=16 --abi=eabi -me -g --preinclude="inc/hw_types.h" --include_path="C:/CCStudio_v5.0/ccsv5/tools/compiler/tms470_4.9.7/include" --include_path="c:/StellarisWare_9453/" --define=DEBUG --define=PART_LM3S9D90

XDC tools flags:

--xdcpath="C:/CCStudio_v5.0/bios_6_33_05_46/packages;C:/CCStudio_v5.0/ccsv5/ccs_base;" xdc.tools.configuro -o configPkg -t ti.targets.arm.elf.M3 -p ti.platforms.stellaris:LM3S9D90 -r debug -c "C:/CCStudio_v5.0/ccsv5/tools/compiler/tms470_4.9.7" --compileOptions "-g --optimize_with_debug"