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.
**** Build of configuration Debug for project test3 ****
C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../main.c'
'Invoking: C5400 Compiler'
"C:/ti/ccsv5/tools/compiler/c5400/bin/cl500" --include_path="C:/ti/ccsv5/tools/compiler/c5400/include" --symdebug:dwarf --diag_warning=225 --display_error_number --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
'Finished building: ../main.c'
'Building target: test3.out'
'Invoking: C5400 Linker'
"C:/ti/ccsv5/tools/compiler/c5400/bin/cl500" --symdebug:dwarf --diag_warning=225 --display_error_number -z --reread_libs --warn_sections --search_path="C:/ti/ccsv5/tools/compiler/c5400/lib" --search_path="C:/ti/ccsv5/tools/compiler/c5400/include" --map_file="test3.map" --rom_model -o "test3.out" "./main.obj" --library="libc.a"
<Linking>
warning #10247-D: creating output section ".cio" without a SECTIONS
specification
warning #10247-D: creating output section ".const" without a SECTIONS
specification
warning #10210-D: creating ".stack" section with default size of 0x400; use the
-stack option to change the default size
warning #10210-D: creating ".sysmem" section with default size of 0x400; use
the -heap option to change the default size
'Finished building target: test3.out'
' '
**** Build Finished ****
Answered in this thread: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/199685/710628.aspx#710628