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.

convert CCS 3.3 to 5.4

Other Parts Discussed in Thread: UCD3138, CCSTUDIO

Hi,

I am trying to convert some code from CCS 3.3 to 5.4, and having  the following issues:

- struct "DPWM_REGS" has no filed " DPWMRESDUTY"

This erros occurs three timies to of which are in "configuration_functions.c" and the other one is in " init_dpwms.c" . I need to mention that

my code is for a llc resonant converter usinf ucd3138 from TI. My code in 3.3 is without error. I think I have to change some header files, but dont know which one and how.

I would highly appreciate if you could respond as soon as you can.

 

Thanks,

Mehran

  • Mehran Ahmadi said:
    I think I have to change some header files, but dont know which one and how.

    This sounds right. Either header file definitions or some preprocessor definitions. However I don't know what to do either since I am not familiar with the source code. You will need to figure out where the definitions are and make sure it is part of your project bia the build options.

    ki

  • Hi Ki,

    I got that error fixed by replacing an up to date DPWM header file for CCS5.3. Now, I am getting the following errors. Do you have any idea how to fix these errors?

    Thanks for your help,

    Mehran

    **** Build of configuration Debug for project UCD3138LLCEVM_028 ****

     

    "C:\\codecomposer5.3\\ccsv5\\utils\\bin\\gmake" -k all

    (rm device_id.obj) & (perl ../../build_scripts/create_date_dot_h_CCS5.pl)

    'rm' is not recognized as an internal or external command,

    operable program or batch file.

    'perl' is not recognized as an internal or external command,

    operable program or batch file.

    gmake[1]: [pre-build] Error 1 (ignored)

    ' '

    'Building target: UCD3138LLCEVM_028.out'

    'Invoking: ARM Linker'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=16 --abi=tiabi -O1 -g --preproc_with_compile --preproc_with_comment --diag_warning=225 --display_error_number -z --stack_size=200 -m"C:/test1/CCSv5-untested/UCD3138LLCEVM_028/UCD3138LLCEVM_028.map" --heap_size=10 -i"C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/lib" -i"C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --reread_libs --warn_sections --display_error_number --rom_model -o "UCD3138LLCEVM_028.out"  "./zero_out_integrity_word.obj" "./uart.obj" "./store_restore_functions.obj" "./standard_interrupt.obj" "./software_interrupt_wrapper.obj" "./scale.obj" "./pmbus_vout_sequencing_commands.obj" "./pmbus_vout_commands.obj" "./pmbus_status_commands.obj" "./pmbus_read_param_commands.obj" "./pmbus_other_commands.obj" "./pmbus_manuf_specific_commands.obj" "./pmbus_manuf_info_commands.obj" "./pmbus_handler.obj" "./pmbus_fault_commands.obj" "./pmbus_cml_commands.obj" "./pmbus.obj" "./main.obj" "./load.obj" "./interrupts.obj" "./init_watchdog.obj" "./init_pmbus.obj" "./init_loop_mux.obj" "./init_front_ends.obj" "./init_filters.obj" "./init_fault_mux.obj" "./init_dpwms.obj" "./init_current_sharing.obj" "./init_cpcc.obj" "./init_adc12.obj" "./gpio.obj" "./flash.obj" "./device_id.obj" "./cyclone_global_variables_defs.obj" "./constants.obj" "./configuration_functions.obj" "./clear_program_flash.obj" -l"C:\codecomposer5.3\ccsv5\tools\compiler\arm_5.0.5\lib\libc.a"

    <Linking>

    warning #10247-D: creating output section ".CONFIG" without a SECTIONS

       specification

    warning #10247-D: creating output section ".CONFIG_B" without a SECTIONS

       specification

    warning #10247-D: creating output section ".vectors" without a SECTIONS

       specification

    warning #10247-D: creating output section "AdcRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "CimRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "DecRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Dpwm0RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Dpwm1RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Dpwm2RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Dpwm3RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "FaultMuxRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "FeCtrl0RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "FeCtrl1RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "FeCtrl2RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Filter0RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Filter1RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Filter2RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "FixedDeviceID" without a SECTIONS

       specification

    warning #10247-D: creating output section "GioRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "LoopMuxRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "MiscAnalogRegsFile" without a

       SECTIONS specification

    warning #10247-D: creating output section "MmcRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "PMBusRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "SysRegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "TimerRegsFile" without a SECTIONS

     

       specification

    >> Compilation failure

    warning #10247-D: creating output section "Uart0RegsFile" without a SECTIONS

       specification

    warning #10247-D: creating output section "Uart1RegsFile" without a SECTIONS

       specification

     

    undefined first referenced

      symbol       in file    

     --------- ----------------

    $c_int00  ./load.obj     

     

    error #10234-D: unresolved symbols remain

    error #10010: errors encountered during linking; "UCD3138LLCEVM_028.out" not

       built

    gmake[1]: *** [UCD3138LLCEVM_028.out] Error 1

    gmake[1]: Target `main-build' not remade because of errors.

    gmake: *** [all] Error 2

     

    **** Build Finished ****

     

  • Your build output is strange. For example it looks like there are some prebuild steps that are failing (perl script, some system commands). The rest of your build may be dependent on those steps succeeding. Please fix those first

  • I see you have asked the same question in another thread:

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/271611.aspx

    Let's close this one and please continue all discussion on that thread.

    Thanks

    ki

  • Hi Ki,

    I got that error fixed; Although, the problems window does not show me any error, it seems there errors in console. Can you please take a look at my build and let me know if you can help. Thanks again . Please find below my build.

    Regards,

    mehran

    **** Clean-only build of configuration Debug for project UCD3138LLCEVM_028 ****

    "C:\\codecomposer5.3\\ccsv5\\utils\\bin\\gmake" -k clean

    DEL /F  "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\cyclone.out"

    Could Not Find C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\cyclone.out

    DEL /F "clear_program_flash.pp" "configuration_functions.pp" "constants.pp" "cyclone_global_variables_defs.pp" "device_id.pp" "flash.pp" "gpio.pp" "init_adc12.pp" "init_cpcc.pp" "init_current_sharing.pp" "init_dpwms.pp" "init_fault_mux.pp" "init_filters.pp" "init_front_ends.pp" "init_loop_mux.pp" "init_pmbus.pp" "init_watchdog.pp" "interrupts.pp" "main.pp" "pmbus.pp" "pmbus_cml_commands.pp" "pmbus_fault_commands.pp" "pmbus_handler.pp" "pmbus_manuf_info_commands.pp" "pmbus_manuf_specific_commands.pp" "pmbus_other_commands.pp" "pmbus_read_param_commands.pp" "pmbus_status_commands.pp" "pmbus_vout_commands.pp" "pmbus_vout_sequencing_commands.pp" "scale.pp" "software_interrupt_wrapper.pp" "standard_interrupt.pp" "store_restore_functions.pp" "uart.pp" "zero_out_integrity_word.pp"

    DEL /F "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\clear_program_flash.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\configuration_functions.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\constants.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\cyclone_global_variables_defs.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\device_id.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\flash.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\gpio.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_adc12.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_cpcc.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_current_sharing.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_dpwms.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_fault_mux.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_filters.obj"

    DEL /F "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_front_ends.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_loop_mux.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_pmbus.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\init_watchdog.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\interrupts.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\load.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\main.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_cml_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_fault_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_handler.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_manuf_info_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_manuf_specific_commands.obj"

    DEL /F "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_other_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_read_param_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_status_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_vout_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\pmbus_vout_sequencing_commands.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\scale.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\software_interrupt_wrapper.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\standard_interrupt.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\store_restore_functions.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\uart.obj" "C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\Debug\zero_out_integrity_word.obj"

    DEL /F "load.pp"

    Could Not Find C:\Users\mehran.ahmadi\Desktop\Test 2\UCD3138LLCEVM_028\UCD3138LLCEVM_028\Debug\load.pp

    'Finished clean'

    ' '

    **** Build Finished ****

    **** Build of configuration Debug for project UCD3138LLCEVM_028 ****

    "C:\\codecomposer5.3\\ccsv5\\utils\\bin\\gmake" -k all

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/UCD3138LLCEVM_028/preBuildStep_Debug.bat"

    'perl' is not recognized as an internal or external command,

    operable program or batch file.

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/clear_program_flash.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="clear_program_flash.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/clear_program_flash.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/clear_program_flash.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/configuration_functions.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="configuration_functions.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/configuration_functions.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/configuration_functions.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/constants.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="constants.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/constants.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/constants.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/cyclone_global_variables_defs.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="cyclone_global_variables_defs.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/cyclone_global_variables_defs.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/cyclone_global_variables_defs.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/device_id.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="device_id.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/device_id.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/device_id.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/flash.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="flash.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/flash.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/flash.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/gpio.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="gpio.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/gpio.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/gpio.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_adc12.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_adc12.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_adc12.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_adc12.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_cpcc.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_cpcc.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_cpcc.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_cpcc.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_current_sharing.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_current_sharing.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_current_sharing.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_current_sharing.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_dpwms.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_dpwms.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_dpwms.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_dpwms.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_fault_mux.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_fault_mux.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_fault_mux.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_fault_mux.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_filters.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_filters.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_filters.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_filters.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_front_ends.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_front_ends.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_front_ends.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_front_ends.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_loop_mux.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_loop_mux.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_loop_mux.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_loop_mux.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_pmbus.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_pmbus.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_pmbus.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_pmbus.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_watchdog.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="init_watchdog.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_watchdog.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/init_watchdog.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/interrupts.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="interrupts.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/interrupts.c"

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/interrupts.c", line 130: warning #1311-D: nonstandard conversion between pointer to function and pointer to data

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/interrupts.c", line 215: warning #1311-D: nonstandard conversion between pointer to function and pointer to data

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/interrupts.asm", WARNING! at line 208:

    [W0000]

             Section .text:retain already has .RETAIN specified - ignoring .CLINK

               directive

    .clink

    No Assembly Errors, 1 Assembly Warning

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/interrupts.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/load.asm'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="load.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/load.asm"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/load.asm'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/main.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv7R4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="main.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/main.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/main.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_cml_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_cml_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_cml_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_cml_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_fault_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_fault_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_fault_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_fault_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_handler.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_handler.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_handler.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_handler.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_manuf_info_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_manuf_info_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_manuf_info_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_manuf_info_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_manuf_specific_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_manuf_specific_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_manuf_specific_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_manuf_specific_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_other_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_other_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_other_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_other_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_read_param_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_read_param_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_read_param_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_read_param_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_status_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_status_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_status_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_status_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_vout_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_vout_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_vout_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_vout_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_vout_sequencing_commands.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="pmbus_vout_sequencing_commands.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_vout_sequencing_commands.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/pmbus_vout_sequencing_commands.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/scale.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="scale.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/scale.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/scale.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/software_interrupt_wrapper.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="software_interrupt_wrapper.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/software_interrupt_wrapper.c"

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 83:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |12|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 155:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |17|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 229:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |22|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 298:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |27|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 367:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |32|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 436:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |37|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 505:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |42|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 577:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |47|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 649:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |52|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 718:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |56|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 787:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |61|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 859:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |66|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 936:

    [W0005]

             Non-UAL opcode used in UAL mode

    No Assembly Errors, 14 Assembly Warnings

            SWI       #0                    ; [] |70|

    "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug/software_interrupt_wrapper.asm", WARNING! at line 1008:

    [W0005]

             Non-UAL opcode used in UAL mode

            SWI       #0                    ; [] |74|

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/software_interrupt_wrapper.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/standard_interrupt.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="standard_interrupt.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/standard_interrupt.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/standard_interrupt.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/store_restore_functions.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="store_restore_functions.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/store_restore_functions.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/store_restore_functions.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/uart.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="uart.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/uart.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/uart.c'

    ' '

    'Building file: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/zero_out_integrity_word.c'

    'Invoking: ARM Compiler'

    "C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/bin/armcl" -mv4 --code_state=32 --abi=ti_arm9_abi -O1 -g --include_path="C:/codecomposer5.3/ccsv5/tools/compiler/arm_5.0.5/include" --include_path="C:/codecomposer5.3/xdais_7_21_01_07/packages/ti/xdais" --include_path="C:/Users/mehran.ahmadi/Desktop/Test 2/header files" --define="_DEBUG" --display_error_number --diag_wrap=off -mt -k --asm_listing --output_all_syms --asm_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --obj_directory="C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/Debug" --asm_extension=.asm --preproc_with_compile --preproc_dependency="zero_out_integrity_word.pp"  "C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/zero_out_integrity_word.c"

    'Finished building: C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/zero_out_integrity_word.c'

    ' '

    gmake[1]: *** No rule to make target `C:/CCStudio_v3.3/tms470/cgtools/lib/rts32tiabi.lib', needed by `C:/Users/mehran.ahmadi/Desktop/Test 2/UCD3138LLCEVM_028/UCD3138LLCEVM_028/../../UCD3138LLCEVM_028/Debug/cyclone.out'.

    gmake[1]: Target `main-build' not remade because of errors.

    gmake: *** [all] Error 2

    **** Build Finished ****