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.

ccs6 Cannot read System Setup data from XML file

Other Parts Discussed in Thread: AM3359, MSP430FR5969

Hi everyone,

i'm using code composer studio v6.1 with an  EVM AM437x  and i get next error try to debug a program in ARM Cortex A9:

"Cannot read System Setup data from XML file D:\hell_oword_new\hello_test\targetConfigs\AM3359.ccxml
Could not compile SQL statement (unable to open database file)
If this continues, please run fsclean located at E:\ccs\ccsv6\ccs_base\common\bin\"

 

After choose simulators xds100v2 ,click verify,you can see

"Could not compile SQL statement (unable to open database file)
If this continues, please run fsclean located at E:\ccs\ccsv6\ccs_base\common\bin\"

Please advise what to do

Thank you

Billy

  • Hi Billy,

    Did you try running fsclean? just curious if that helped at all. If you tried it and you still have the error, can you attach your ccxml file here?

    Thanks

    ki

  • I have the same problem, have try the fsclean ,but still not working .And I tried reinstall the ccs v6 still debug error.

  • same problem,tried  on my two computer with Win8.1 64 bit

    my ccxml file code:

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <configurations XML_version="1.2" id="configurations_0">
        <configuration XML_version="1.2" id="configuration_0">
            <instance XML_version="1.2" desc="TI MSP430 USB1" href="connections/TIMSP430-USB.xml" id="TI MSP430 USB1" xml="TIMSP430-USB.xml" xmlpath="connections"/>
            <connection XML_version="1.2" id="TI MSP430 USB1">
                <instance XML_version="1.2" href="drivers/msp430_emu.xml" id="drivers" xml="msp430_emu.xml" xmlpath="drivers"/>
                <platform XML_version="1.2" id="platform_0">
                    <instance XML_version="1.2" desc="MSP430FR5969" href="devices/MSP430FR5969.xml" id="MSP430FR5969" xml="MSP430FR5969.xml" xmlpath="devices"/>
                </platform>
            </connection>
        </configuration>
    </configurations>