Tool/software: TI C/C++ Compiler
Hello,
I want to create a project in CCS with a c source file which contains only constants and no main function. How do i create a *.out file with such a file in Ti compiler.
source.c
const int TEST_DATA = 0xAA; //only this statement
I get below error:
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "TEST_EXEC2.out" not built
I want to create this as a *.out and load in FLASH K sector, is this possieble
Thanks,
Nagesh