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.

CCS/CCSTUDIO-C2000: Is it possible to build the same image file between CCSV4 and CCSV7

Part Number: CCSTUDIO-C2000

Tool/software: Code Composer Studio

Hi,

I tried to updated my project from using CCSV4 to CCSV7. To begin in CCSV7, the expectation is to generate the same image file from the original CCSV4 to CCSV7. Is it possible?

What I use:

CCSV4: Version 4.1.2.00027---attached configuration file

CCSV7: Version 7.1.0.00014---attached configuration file

I used original .c and .h files to setup project in CCSV7, built and generated a image file. But I compared the image files between CCSV4 and CCSV7, they are very different. Attached both here

I also noticed that the object file related to .c and .asm is different too between two IDE version.

In CCSV7, I tried to used the same Code Generation tools chain as CCSV4, which is TI v5.2.3, but the image file still is different.

Is it possible to build the same image file between CCSV4 and  CCSV7? What do I need to pay attention to do it?

Thanks,

Gansheng

  • Hello,
    The key thing is to make sure the code generation tools and build options are the same. While you are using the same code generation tools, are you making sure that the same exact build options are being used? The default build options used in v4 may differ in v7. Check your build output to see what options are passed to the compiler. Another thing to check is the linker command file. Your projects likely use the cmd file that comes with CCS and v7 might come with a newer version than v4. Also if you have any other dependencies (like BIOS), make sure those are the same.

    Hope this helps
    ki
  • I can the image file extension from .img to txt

    nga_ccsv4.txt

  • Thank,

    Based on your comment, it looks it is possible to generate the same image file. Right?
  • Yes, the key thing is the same build tools version, same build options, and same source files (including *.cmd files and *.header files). Note that the object files may differ slightly. This is because the debug symbols themselves may be slightly different - the symbols might have some debug path information that can be different for example. But this would not impact that actual generated target code
  • Hi,

    I am sure below items are the same between CCSV4 and CCSV7: code generation tools, and the same .c, .h and .cmd files. I also checked every build options to make them the same. The only build option I can not change is:

    gmake -k,----CCSV4

    gmake -k -j 2 ---- CCSV7

    Even I manually changed to "gmake -k" in CCSV7, when it ran, it changed back to "gmake -k -j 2". The build output image is still different.

    Would you think it affect the result?

    Thanks,

    Gansheng

  • Gansheng Ou said:
    Even I manually changed to "gmake -k" in CCSV7, when it ran, it changed back to "gmake -k -j 2". The build output image is still different.

    To get rid of the -j option, disable parallel builds in your project properties:

    Gansheng Ou said:
    Would you think it affect the result?

    There is a chance it could have some impact. Try disabling it and rebuild.


    Thanks

    ki

  • Is there any difference of gmake.exe between CCS V4  and V7?

    In CCS V7, when it points to CCS V4 gmake.exe, it does not compile the first .asm file:DSP2833x_CodeStartBranch.asm, which initialize stateup pointer.

    Thanks,

  • The versions are different

    CCSv4.2.5 comes with gmake version 3.8
    CCSv7.2.0 comes with gmake version 4.1
  • When I use CCS V4 with compile version TI v5.2.3, the different build generates the same .img file.

    But if use CCS V7 with compile version TI v5.2.3, the different build generates the .img file with a little bit difference as attached. What that happen, and how to make it the same .img file? 

    Thanks,

    nga_build1.txtnga.build2.txt

  • Can you provide all the build output messages from both the v4 and v7 builds?
  • Attached CCS V4 and V7 build log files. Both build on the same project base, and V7 set to use V4 tool chain TI 5.2.3. If you need other info, can you please let me know.

    Thanks,

    **** Build of configuration Prod_Flash_Debug for project nga ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all 
    'Building file: ../DSP2833x_CodeStartBranch.asm'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="DSP2833x_CodeStartBranch.d"  "../DSP2833x_CodeStartBranch.asm"
    'Finished building: ../DSP2833x_CodeStartBranch.asm'
    ' '
    'Building file: ../DSP2833x_GlobalVariableDefs.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="DSP2833x_GlobalVariableDefs.d"  "../DSP2833x_GlobalVariableDefs.c"
    'Finished building: ../DSP2833x_GlobalVariableDefs.c'
    ' '
    'Building file: ../DSP2833x_usDelay.asm'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="DSP2833x_usDelay.d"  "../DSP2833x_usDelay.asm"
    'Finished building: ../DSP2833x_usDelay.asm'
    ' '
    'Building file: ../_prtfi.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="_prtfi.d"  "../_prtfi.c"
    'Finished building: ../_prtfi.c'
    ' '
    'Building file: ../ad7805.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="ad7805.d"  "../ad7805.c"
    'Finished building: ../ad7805.c'
    ' '
    'Building file: ../adc.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="adc.d"  "../adc.c"
    'Finished building: ../adc.c'
    ' '
    'Building file: ../capture.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="capture.d"  "../capture.c"
    'Finished building: ../capture.c'
    ' '
    'Building file: ../capture_def.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="capture_def.d"  "../capture_def.c"
    'Finished building: ../capture_def.c'
    ' '
    'Building file: ../commands.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="commands.d"  "../commands.c"
    'Finished building: ../commands.c'
    ' '
    'Building file: ../control.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="control.d"  "../control.c"
    'Finished building: ../control.c'
    ' '
    'Building file: ../control_def.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="control_def.d"  "../control_def.c"
    'Finished building: ../control_def.c'
    ' '
    'Building file: ../dsplink.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="dsplink.d"  "../dsplink.c"
    'Finished building: ../dsplink.c'
    ' '
    'Building file: ../dsplink_def.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="dsplink_def.d"  "../dsplink_def.c"
    'Finished building: ../dsplink_def.c'
    ' '
    'Building file: ../fanspeed.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="fanspeed.d"  "../fanspeed.c"
    'Finished building: ../fanspeed.c'
    ' '
    'Building file: ../fifo.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="fifo.d"  "../fifo.c"
    'Finished building: ../fifo.c'
    ' '
    'Building file: ../i2c.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="i2c.d"  "../i2c.c"
    'Finished building: ../i2c.c'
    ' '
    'Building file: ../lcd.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="lcd.d"  "../lcd.c"
    'Finished building: ../lcd.c'
    ' '
    'Building file: ../log.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="log.d"  "../log.c"
    'Finished building: ../log.c'
    ' '
    'Building file: ../log_def.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="log_def.d"  "../log_def.c"
    'Finished building: ../log_def.c'
    ' '
    'Building file: ../memtest.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="memtest.d"  "../memtest.c"
    'Finished building: ../memtest.c'
    ' '
    'Building file: ../nga.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nga.d"  "../nga.c"
    'Finished building: ../nga.c'
    ' '
    'Building file: ../nga_init.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nga_init.d"  "../nga_init.c"
    'Finished building: ../nga_init.c'
    ' '
    'Building file: ../nga_systemlog.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nga_systemlog.d"  "../nga_systemlog.c"
    'Finished building: ../nga_systemlog.c'
    ' '
    'Building file: ../nvram.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nvram.d"  "../nvram.c"
    'Finished building: ../nvram.c'
    ' '
    'Building file: ../prntf.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="prntf.d"  "../prntf.c"
    'Finished building: ../prntf.c'
    ' '
    'Building file: ../root.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="root.d"  "../root.c"
    'Finished building: ../root.c'
    ' '
    'Building file: ../rs485.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="rs485.d"  "../rs485.c"
    'Finished building: ../rs485.c'
    ' '
    'Building file: ../rs485_tcnsl.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="rs485_tcnsl.d"  "../rs485_tcnsl.c"
    'Finished building: ../rs485_tcnsl.c'
    ' '
    'Building file: ../snprntf.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="snprntf.d"  "../snprntf.c"
    'Finished building: ../snprntf.c'
    ' '
    'Building file: ../spi.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="spi.d"  "../spi.c"
    'Finished building: ../spi.c'
    ' '
    'Building file: ../spidataflash.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="spidataflash.d"  "../spidataflash.c"
    'Finished building: ../spidataflash.c'
    ' '
    'Building file: ../tcnsl.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="tcnsl.d"  "../tcnsl.c"
    'Finished building: ../tcnsl.c'
    ' '
    'Building file: ../test.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="test.d"  "../test.c"
    'Finished building: ../test.c'
    ' '
    'Building file: ../test_def.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="test_def.d"  "../test_def.c"
    'Finished building: ../test_def.c'
    ' '
    'Building file: ../trace_def.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="trace_def.d"  "../trace_def.c"
    'Finished building: ../trace_def.c'
    ' '
    'Building file: ../tracec.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="tracec.d"  "../tracec.c"
    'Finished building: ../tracec.c'
    ' '
    'Building file: ../uart.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="uart.d"  "../uart.c"
    'Finished building: ../uart.c'
    ' '
    'Building file: ../unit.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="unit.d"  "../unit.c"
    'Finished building: ../unit.c'
    ' '
    'Building file: ../units.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="units.d"  "../units.c"
    'Finished building: ../units.c'
    ' '
    'Building file: ../util.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="util.d"  "../util.c"
    'Finished building: ../util.c'
    ' '
    'Building file: ../var.c'
    'Invoking: C2000 Compiler'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="var.d"  "../var.c"
    'Finished building: ../var.c'
    ' '
    'Building target: C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out'
    'Invoking: C2000 Linker'
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" -z -m"C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.map" --stack_size=0x7b0 --heap_size=0x800 --warn_sections -i"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/lib" -i"C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS/include" -i"C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga" --reread_libs --xml_link_info="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga_linkInfo.xml" --rom_model -o "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" "./DSP2833x_CodeStartBranch.obj" "./DSP2833x_GlobalVariableDefs.obj" "./DSP2833x_usDelay.obj" "./_prtfi.obj" "./ad7805.obj" "./adc.obj" "./capture.obj" "./capture_def.obj" "./commands.obj" "./control.obj" "./control_def.obj" "./dsplink.obj" "./dsplink_def.obj" "./fanspeed.obj" "./fifo.obj" "./i2c.obj" "./lcd.obj" "./log.obj" "./log_def.obj" "./memtest.obj" "./nga.obj" "./nga_init.obj" "./nga_systemlog.obj" "./nvram.obj" "./prntf.obj" "./root.obj" "./rs485.obj" "./rs485_tcnsl.obj" "./snprntf.obj" "./spi.obj" "./spidataflash.obj" "./tcnsl.obj" "./test.obj" "./test_def.obj" "./trace_def.obj" "./tracec.obj" "./uart.obj" "./unit.obj" "./units.obj" "./util.obj" "./var.obj" "../DSP2833x_Headers_nonBIOS.cmd" "../nga_FLASH.cmd"  -lrts2800_fpu32.lib 
    <Linking>
    "../nga_FLASH.cmd", line 146: warning #10068-D: no matching section
            -lrts2800_fpu32.lib <fd_div.obj
    'Finished building target: C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out'
    ' '
    "C:/ti/ccsv7/tools/compiler/ti-cgt-c2000_16.9.1.LTS\bin\hex2000" "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"  ../../hexutil_scr/out2img.cmd -o "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.img"
    Translating to ASCII-Hex format...
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" ramfuncs ==> ramfuncs
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" .econst ==> .econst
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" .switch ==> .switch
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" .text ==> .text
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" .cinit ==> .cinit
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" $fill000 ==> $fill000
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" codestart ==> codestart
    ' '
    
    **** Build Finished ****
    

    **** Build of configuration Prod_Flash_Debug for project nga ****
    
    C:\Program Files (x86)\Texas Instruments\ccsv4\utils\gmake\gmake -k all 
    'Building file: ../DSP2833x_CodeStartBranch.asm'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../DSP2833x_CodeStartBranch.asm'
    ' '
    'Building file: ../DSP2833x_GlobalVariableDefs.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../DSP2833x_GlobalVariableDefs.c'
    ' '
    'Building file: ../DSP2833x_usDelay.asm'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../DSP2833x_usDelay.asm'
    ' '
    'Building file: ../_prtfi.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../_prtfi.c'
    ' '
    'Building file: ../ad7805.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../ad7805.c'
    ' '
    'Building file: ../adc.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../adc.c'
    ' '
    'Building file: ../capture.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../capture.c'
    ' '
    'Building file: ../capture_def.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../capture_def.c'
    ' '
    'Building file: ../commands.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../commands.c'
    ' '
    'Building file: ../control.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../control.c'
    ' '
    'Building file: ../control_def.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../control_def.c'
    ' '
    'Building file: ../dsplink.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../dsplink.c'
    ' '
    'Building file: ../dsplink_def.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../dsplink_def.c'
    ' '
    'Building file: ../fanspeed.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../fanspeed.c'
    ' '
    'Building file: ../fifo.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../fifo.c'
    ' '
    'Building file: ../i2c.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../i2c.c'
    ' '
    'Building file: ../lcd.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../lcd.c'
    ' '
    'Building file: ../log.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../log.c'
    ' '
    'Building file: ../log_def.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../log_def.c'
    ' '
    'Building file: ../memtest.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../memtest.c'
    ' '
    'Building file: ../nga.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../nga.c'
    ' '
    'Building file: ../nga_init.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../nga_init.c'
    ' '
    'Building file: ../nga_systemlog.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../nga_systemlog.c'
    ' '
    'Building file: ../nvram.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../nvram.c'
    ' '
    'Building file: ../prntf.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../prntf.c'
    ' '
    'Building file: ../root.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../root.c'
    ' '
    'Building file: ../rs485.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../rs485.c'
    ' '
    'Building file: ../rs485_tcnsl.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../rs485_tcnsl.c'
    ' '
    'Building file: ../snprntf.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../snprntf.c'
    ' '
    'Building file: ../spi.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../spi.c'
    ' '
    'Building file: ../spidataflash.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../spidataflash.c'
    ' '
    'Building file: ../tcnsl.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../tcnsl.c'
    ' '
    'Building file: ../test.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../test.c'
    ' '
    'Building file: ../test_def.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../test_def.c'
    ' '
    'Building file: ../trace_def.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../trace_def.c'
    ' '
    'Building file: ../tracec.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../tracec.c'
    ' '
    'Building file: ../uart.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../uart.c'
    ' '
    'Building file: ../unit.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../unit.c'
    ' '
    'Building file: ../units.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../units.c'
    ' '
    'Building file: ../util.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../util.c'
    ' '
    'Building file: ../var.c'
    'Invoking: Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsCompiler.opt
    'Finished building: ../var.c'
    ' '
    'Building target: nga.out'
    'Invoking: Linker'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" -@ccsLinker.opt -o "nga.out"
    <Linking>
    'Finished building target: nga.out'
    ' '
    C:/Program Files (x86)/Texas Instruments/ccsv4/utils/gmake/gmake --no-print-directory post-build
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000\bin\hex2000" "nga.out"  ../../hexutil_scr/out2img.cmd -o "nga.img"
    Translating to ASCII-Hex format...
       "nga.out"   ==> ramfuncs
       "nga.out"   ==> .econst
       "nga.out"   ==> .switch
       "nga.out"   ==> .text
       "nga.out"   ==> .cinit
       "nga.out"   ==> $fill000
       "nga.out"   ==> codestart
    ' '
    Build complete for project nga
    

  • I just found before I attached a wrong log file for V7. 

    Attached the right one here.

    **** Build of configuration Prod_Flash_Debug for project nga ****
    
    "C:\\ti\\ccsv7\\utils\\bin\\gmake" -k all 
    'Building file: ../DSP2833x_CodeStartBranch.asm'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="DSP2833x_CodeStartBranch.d"  "../DSP2833x_CodeStartBranch.asm"
    'Finished building: ../DSP2833x_CodeStartBranch.asm'
    ' '
    'Building file: ../DSP2833x_GlobalVariableDefs.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="DSP2833x_GlobalVariableDefs.d"  "../DSP2833x_GlobalVariableDefs.c"
    'Finished building: ../DSP2833x_GlobalVariableDefs.c'
    ' '
    'Building file: ../DSP2833x_usDelay.asm'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="DSP2833x_usDelay.d"  "../DSP2833x_usDelay.asm"
    'Finished building: ../DSP2833x_usDelay.asm'
    ' '
    'Building file: ../_prtfi.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="_prtfi.d"  "../_prtfi.c"
    'Finished building: ../_prtfi.c'
    ' '
    'Building file: ../ad7805.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="ad7805.d"  "../ad7805.c"
    'Finished building: ../ad7805.c'
    ' '
    'Building file: ../adc.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="adc.d"  "../adc.c"
    'Finished building: ../adc.c'
    ' '
    'Building file: ../capture.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="capture.d"  "../capture.c"
    'Finished building: ../capture.c'
    ' '
    'Building file: ../capture_def.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="capture_def.d"  "../capture_def.c"
    'Finished building: ../capture_def.c'
    ' '
    'Building file: ../commands.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="commands.d"  "../commands.c"
    'Finished building: ../commands.c'
    ' '
    'Building file: ../control.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="control.d"  "../control.c"
    'Finished building: ../control.c'
    ' '
    'Building file: ../control_def.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="control_def.d"  "../control_def.c"
    'Finished building: ../control_def.c'
    ' '
    'Building file: ../dsplink.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="dsplink.d"  "../dsplink.c"
    'Finished building: ../dsplink.c'
    ' '
    'Building file: ../dsplink_def.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="dsplink_def.d"  "../dsplink_def.c"
    'Finished building: ../dsplink_def.c'
    ' '
    'Building file: ../fanspeed.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="fanspeed.d"  "../fanspeed.c"
    'Finished building: ../fanspeed.c'
    ' '
    'Building file: ../fifo.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="fifo.d"  "../fifo.c"
    'Finished building: ../fifo.c'
    ' '
    'Building file: ../i2c.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="i2c.d"  "../i2c.c"
    'Finished building: ../i2c.c'
    ' '
    'Building file: ../lcd.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="lcd.d"  "../lcd.c"
    'Finished building: ../lcd.c'
    ' '
    'Building file: ../log.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="log.d"  "../log.c"
    'Finished building: ../log.c'
    ' '
    'Building file: ../log_def.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="log_def.d"  "../log_def.c"
    'Finished building: ../log_def.c'
    ' '
    'Building file: ../memtest.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="memtest.d"  "../memtest.c"
    'Finished building: ../memtest.c'
    ' '
    'Building file: ../nga.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nga.d"  "../nga.c"
    'Finished building: ../nga.c'
    ' '
    'Building file: ../nga_init.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nga_init.d"  "../nga_init.c"
    'Finished building: ../nga_init.c'
    ' '
    'Building file: ../nga_systemlog.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nga_systemlog.d"  "../nga_systemlog.c"
    'Finished building: ../nga_systemlog.c'
    ' '
    'Building file: ../nvram.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="nvram.d"  "../nvram.c"
    'Finished building: ../nvram.c'
    ' '
    'Building file: ../prntf.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="prntf.d"  "../prntf.c"
    'Finished building: ../prntf.c'
    ' '
    'Building file: ../root.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="root.d"  "../root.c"
    'Finished building: ../root.c'
    ' '
    'Building file: ../rs485.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="rs485.d"  "../rs485.c"
    'Finished building: ../rs485.c'
    ' '
    'Building file: ../rs485_tcnsl.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="rs485_tcnsl.d"  "../rs485_tcnsl.c"
    'Finished building: ../rs485_tcnsl.c'
    ' '
    'Building file: ../snprntf.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="snprntf.d"  "../snprntf.c"
    'Finished building: ../snprntf.c'
    ' '
    'Building file: ../spi.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="spi.d"  "../spi.c"
    'Finished building: ../spi.c'
    ' '
    'Building file: ../spidataflash.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="spidataflash.d"  "../spidataflash.c"
    'Finished building: ../spidataflash.c'
    ' '
    'Building file: ../tcnsl.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="tcnsl.d"  "../tcnsl.c"
    'Finished building: ../tcnsl.c'
    ' '
    'Building file: ../test.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="test.d"  "../test.c"
    'Finished building: ../test.c'
    ' '
    'Building file: ../test_def.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="test_def.d"  "../test_def.c"
    'Finished building: ../test_def.c'
    ' '
    'Building file: ../trace_def.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="trace_def.d"  "../trace_def.c"
    'Finished building: ../trace_def.c'
    ' '
    'Building file: ../tracec.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="tracec.d"  "../tracec.c"
    'Finished building: ../tracec.c'
    ' '
    'Building file: ../uart.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="uart.d"  "../uart.c"
    'Finished building: ../uart.c'
    ' '
    'Building file: ../unit.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="unit.d"  "../unit.c"
    'Finished building: ../unit.c'
    ' '
    'Building file: ../units.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="units.d"  "../units.c"
    'Finished building: ../units.c'
    ' '
    'Building file: ../util.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="util.d"  "../util.c"
    'Finished building: ../util.c'
    ' '
    'Building file: ../var.c'
    'Invoking: C2000 Compiler'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --preproc_with_compile --preproc_dependency="var.d"  "../var.c"
    'Finished building: ../var.c'
    ' '
    'Building target: C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out'
    'Invoking: C2000 Linker'
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" --verbose_diagnostics --diag_warning=225 --display_error_number --large_memory_model --unified_memory --float_support=fpu32 --c_src_interlist --asm_listing --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug" -z -m"C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.map" --stack_size=0x7b0 --heap_size=0x800 --warn_sections -i"C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/lib" -i"C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" -i"C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga" --reread_libs --xml_link_info="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga_linkInfo.xml" --rom_model -o "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out" "./DSP2833x_CodeStartBranch.obj" "./DSP2833x_GlobalVariableDefs.obj" "./DSP2833x_usDelay.obj" "./_prtfi.obj" "./ad7805.obj" "./adc.obj" "./capture.obj" "./capture_def.obj" "./commands.obj" "./control.obj" "./control_def.obj" "./dsplink.obj" "./dsplink_def.obj" "./fanspeed.obj" "./fifo.obj" "./i2c.obj" "./lcd.obj" "./log.obj" "./log_def.obj" "./memtest.obj" "./nga.obj" "./nga_init.obj" "./nga_systemlog.obj" "./nvram.obj" "./prntf.obj" "./root.obj" "./rs485.obj" "./rs485_tcnsl.obj" "./snprntf.obj" "./spi.obj" "./spidataflash.obj" "./tcnsl.obj" "./test.obj" "./test_def.obj" "./trace_def.obj" "./tracec.obj" "./uart.obj" "./unit.obj" "./units.obj" "./util.obj" "./var.obj" "../DSP2833x_Headers_nonBIOS.cmd" "../nga_FLASH.cmd"  -lrts2800_fpu32.lib 
    <Linking>
    'Finished building target: C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out'
    ' '
    "C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000\bin\hex2000" "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"  ../../hexutil_scr/out2img.cmd -o "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.img"
    Translating to ASCII-Hex format...
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> ramfuncs
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> .econst
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> .switch
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> .text
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> .cinit
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> $fill000
       "C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Flash_Debug/nga.out"   ==> codestart
    ' '
    
    **** Build Finished ****
    

  • Thanks,. Can you also provide the generated ccsCompiler.opt file for your v4 build?
  • Here it is. I changed the file extension to .txt for I cannot uploaded it here with .opt.

    Thanks

    --silicon_version=28 
    -g 
    --define="_DEBUG" --define=PROD_D_CONFIG --define=___TIME___=\""16:16:50"\" --define=___DATE___="\"Dec 21 2015\"" --define="PWM_DB150" --define="IOTEST" --define=USER=\"RashidA\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH" 
    --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/../DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/../DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/../include" 
    --verbose_diagnostics 
    --diag_warning=225 
    --display_error_number 
    --large_memory_model 
    --unified_memory 
    --float_support=fpu32 
    --c_src_interlist 
    --asm_listing 
    --preproc_with_compile 
    --preproc_dependency="var.pp" 
    "../var.c" 
    

  • Thank you for your reminder. After I updated the predefined symbols, they build the same .img file
  • Thank you. I see some differences in the build options used to build in CCSv4 vs CCSv7.


    CCSv4:

    --silicon_version=28
    -g
    --define="_DEBUG" --define=PROD_D_CONFIG --define=___TIME___=\""16:16:50"\" --define=___DATE___="\"Dec 21 2015\"" --define="PWM_DB150" --define="IOTEST" --define=USER=\"RashidA\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH"
    --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/../DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/../DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/../include"
    --verbose_diagnostics
    --diag_warning=225
    --display_error_number
    --large_memory_model
    --unified_memory
    --float_support=fpu32
    --c_src_interlist
    --asm_listing
    --preproc_with_compile
    --preproc_dependency="var.pp"
    "../var.c"

    CCSv7

    --silicon_version=28
    -g
    --define="_DEBUG" --define="IOTEST" --define=USER=\"OuGa\" --define="LARGE_MODEL" --define="NGA_PROD_BOARD" --define="FLASH"
    --include_path="C:/Program Files (x86)/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/DSP2833x_headers/include" --include_path="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/include"
    --verbose_diagnostics
    --diag_warning=225
    --display_error_number
    --large_memory_model
    --unified_memory
    --float_support=fpu32
    --c_src_interlist
    --asm_listing
    --asm_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug"
    --obj_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug"
    --list_directory="C:/Users/ouga/Perforce/OuGa_2_NGAstron/NGAstron/3.4D/nga/Prod_Flash_Debug"
    --preproc_with_compile
    --preproc_dependency="DSP2833x_CodeStartBranch.d" 

    Note the differences in the --defines between the two builds. The v4 one has additional defines like PROD_D_CONFIG, ___TIME___, ___DATE___, PWM_DB150. There are also other differences. Try using identical build options for both.

    ki