1234567891011121314151617181920212223242526 |
- **** Build of configuration Debug for project tttttt ****
- "E:\\Ti-Install\\ccsv6\\utils\\bin\\gmake" -k all
- 'Building file: ../hello.c'
- 'Invoking: C6000 Compiler'
- "E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 --include_path="E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="hello.d" "../hello.c"
- "../hello.c", line 47: warning #551-D: variable "a" is used before its value is set
- "../hello.c", line 48: warning #551-D: variable "b" is used before its value is set
- "../hello2.c", line 12: warning #551-D: variable "a" is used before its value is set
- "../hello2.c", line 13: warning #551-D: variable "b" is used before its value is set
- 'Finished building: ../hello.c'
- ' '
- 'Building file: ../hello2.c'
- 'Invoking: C6000 Compiler'
- "E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 --include_path="E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="hello2.d" "../hello2.c"
- 'Finished building: ../hello2.c'
- ' '
- 'Building target: tttttt.out'
- 'Invoking: C6000 Linker'
- "E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/bin/cl6x" -mv6600 -g --diag_warning=225 --diag_wrap=off --display_error_number -z -m"tttttt.map" -i"E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/lib" -i"E:/Ti-Install/ccsv6/tools/compiler/ti-cgt-c6000_8.2.6/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="tttttt_linkInfo.xml" --rom_model -o "tttttt.out" "./hello.obj" "./hello2.obj" "../link.cmd" -llibc.a
- <Linking>
- 'Finished building target: tttttt.out'
- ' '
- **** Build Finished ****
|