CCS v 6.0 don't link nor compile some code...
Adding manually code on same directory code generate obj and get linked.
Launching make GCC compile and link fine, is TI compiler is unable to find reference? Compiler find ""include"" reference but not source code to generate necessary obj.
No original project file compile fine, fail on import!!!
this is .project file no source code is referenced to and never can generate OBJ!!
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sd_card</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.ti.ccstudio.core.ccsNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<variableList>
<variable>
<name>ORIGINAL_PROJECT_ROOT</name>
<value>file:/opt/ti/TIVAWare_2_1/examples/boards/ek-lm4f232/sd_card/ccs/</value>
</variable>
<variable>
<name>SW_ROOT</name>
<value>$%7BPARENT-5-ORIGINAL_PROJECT_ROOT%7D</value>
</variable>
</variableList>
</projectDescription>
THIS is the one from TIVAWare directory, reference to source code are in place, so CCS fail on import, on version older than 5.5 there where two "import" menu entry now just one and this one seems the non working one.
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>sd_card</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
<triggers>full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.ti.ccstudio.core.ccsNature</nature>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature>
</natures>
<linkedResources>
<link>
<name>sd_card.c</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-lm4f232/sd_card/sd_card.c</locationURI>
</link>
<link>
<name>sd_card_ccs.cmd</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-lm4f232/sd_card/sd_card_ccs.cmd</locationURI>
</link>
<link>
<name>startup_ccs.c</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-lm4f232/sd_card/startup_ccs.c</locationURI>
</link>
<link>
<name>drivers/cfal96x64x16.c</name>
<type>1</type>
<locationURI>SW_ROOT/examples/boards/ek-lm4f232/drivers/cfal96x64x16.c</locationURI>
</link>
<link>
<name>utils/cmdline.c</name>
<type>1</type>
<locationURI>SW_ROOT/utils/cmdline.c</locationURI>
</link>
<link>
<name>utils/uartstdio.c</name>
<type>1</type>
<locationURI>SW_ROOT/utils/uartstdio.c</locationURI>
</link>
<link>
<name>third_party/fatfs/port/mmc-ek-lm4f232.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/fatfs/port/mmc-ek-lm4f232.c</locationURI>
</link>
<link>
<name>third_party/fatfs/src/ff.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/fatfs/src/ff.c</locationURI>
</link>
<link>
<name>third_party/fatfs/src/option/cc932.c</name>
<type>1</type>
<locationURI>SW_ROOT/third_party/fatfs/src/option/cc932.c</locationURI>
</link>
</linkedResources>
<variableList>
<variable>
<name>SW_ROOT</name>
<value>$%7BPARENT-5-PROJECT_LOC%7D</value>
</variable>
</variableList>
</projectDescription>