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.