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.

Compiler/CCSTUDIO: Linkage problems for MSP430FR2433 program when using Generate First Level Assembly Include Filelist option

Part Number: CCSTUDIO


Tool/software: TI C/C++ Compiler

Hello I am using the CCS V10 fully updated and I am receiving several Linkage error if I turn ON the Setup parameter option for Generate First Level Assembly include filelist in the Assembler oprtions submenu of project's Setup menu.

I have set to on all the other 3 options in this menu. 

The error that appears after the task <Linking> is as below:

<Linking>
"C:\\Users\\flaviocb\\AppData\\Local\\Temp\\{D404C464-C708-4FA1-AA11-33E97BAB02A8}", line 31: error #10008-D: cannot find file "./main.obj"
warning #10211-D: cannot resolve archive C:/ti/ccs1000/ccs/ccs_base/msp430/lib/5xx_6xx_FRxx/libmath.a to a compatible library, as no input files have been encountered
warning #10211-D: cannot resolve archive C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-msp430_20.2.0.LTS/lib/libc.a to a compatible library, as no input files have been encountered
fatal error #10009: no input files

In the PROBLEM box also appears that:

Description Resource Path Location Type
#10008-D cannot find file "./main.obj" .ccsproject /Grid_0_05 line 31, external location: C:\Users\flaviocb\AppData\Local\Temp\{D404C464-C708-4FA1-AA11-33E97BAB02A8} C/C++ Problem
#10009 no input files Grid_0_05 C/C++ Problem
gmake: *** [all] Error 2 Grid_0_05 C/C++ Problem
gmake[1]: *** [Grid_0_05.out] Error 1 Grid_0_05 C/C++ Problem

If the location refers to line 31 of my program, ther you will encounter the stattement: #include <stdbool.h>

The problem does not occur it that assembly option is unckeded back again.

  • Using the compiler option --asm_includes causes the object files to not be generated.  This effect is not expected by the rest of the build structure of CCS.  I filed the entry EXT_EP-9828 to have this investigated.  You are welcome to follow it with the link below in my signature.

    As a workaround, consider creating another build configuration, just for builds that use --asm_includes.  Expect this build to create the .ppa files from the assembler files.  Otherwise, this build will fail.

    Thanks and regards,

    -George