tttttt.build.log 1.8 KB

1234567891011121314151617181920212223242526
  1. **** Build of configuration Debug for project tttttt ****
  2. "E:\\Ti-Install\\ccsv6\\utils\\bin\\gmake" -k all
  3. 'Building file: ../hello.c'
  4. 'Invoking: C6000 Compiler'
  5. "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"
  6. "../hello.c", line 47: warning #551-D: variable "a" is used before its value is set
  7. "../hello.c", line 48: warning #551-D: variable "b" is used before its value is set
  8. "../hello2.c", line 12: warning #551-D: variable "a" is used before its value is set
  9. "../hello2.c", line 13: warning #551-D: variable "b" is used before its value is set
  10. 'Finished building: ../hello.c'
  11. ' '
  12. 'Building file: ../hello2.c'
  13. 'Invoking: C6000 Compiler'
  14. "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"
  15. 'Finished building: ../hello2.c'
  16. ' '
  17. 'Building target: tttttt.out'
  18. 'Invoking: C6000 Linker'
  19. "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
  20. <Linking>
  21. 'Finished building target: tttttt.out'
  22. ' '
  23. **** Build Finished ****