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.

TI v5.2.5 vs TI v15.9.0 STS

Other Parts Discussed in Thread: HALCOGEN

Im using the latest free version of CCS. My Halcogen code gets imported properly but when i build my project i get errors like unresolved error  __ti_auto_init.

I changed the Compiler version from STS to just TI and then this error disappeared.

Whats the difference between them? 

  • Hi Akshay,
    I will move your post to the compiler former, where the experts there can help you best.

    Thanks
    ki
  • TI ARM compiler 5.2.5 is from a code base dated from the end of 2014, and 15.9.0.STS is from September 2015, so there's about a year's worth of development and bug fixes between them. The release notes for 15.9.0.STS will show the major differences between them, as well as the major bugs fixed.

    Please show us the exact text of the error message.

    Make sure that CCS has chosen the correct RTS library for your application. You should probably just link against libc.a and let the linker figure it out.
  • Here are the 2 images using both compi  lers

  • The symbols __TI_auto_init and exit are defined in the RTS library that comes with the compiler.  I'm not sure why they are not being found.  A useful clue might be present in the build commands issued to the compiler, and the resulting diagnostics.   Please perform the problem build again, from scratch.  Then post the full contents of the Console (not Problems) view.  Use the Copy Build Log icon in the Console view to create the text file, then attach it to your next post.

    Thanks and regards,

    -George

  • **** Build of configuration Debug for project CIU_SP ****
    
    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
    'Building file: ../source/HL_can.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_can.pp" --obj_directory="source"  "../source/HL_can.c"
    'Finished building: ../source/HL_can.c'
    ' '
    'Building file: ../source/HL_dcc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_dcc.pp" --obj_directory="source"  "../source/HL_dcc.c"
    'Finished building: ../source/HL_dcc.c'
    ' '
    'Building file: ../source/HL_emac.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_emac.pp" --obj_directory="source"  "../source/HL_emac.c"
    'Finished building: ../source/HL_emac.c'
    ' '
    'Building file: ../source/HL_epc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_epc.pp" --obj_directory="source"  "../source/HL_epc.c"
    'Finished building: ../source/HL_epc.c'
    ' '
    'Building file: ../source/HL_errata.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_errata.pp" --obj_directory="source"  "../source/HL_errata.c"
    'Finished building: ../source/HL_errata.c'
    ' '
    'Building file: ../source/HL_esm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_esm.pp" --obj_directory="source"  "../source/HL_esm.c"
    'Finished building: ../source/HL_esm.c'
    ' '
    'Building file: ../source/HL_gio.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_gio.pp" --obj_directory="source"  "../source/HL_gio.c"
    'Finished building: ../source/HL_gio.c'
    ' '
    'Building file: ../source/HL_het.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_het.pp" --obj_directory="source"  "../source/HL_het.c"
    'Finished building: ../source/HL_het.c'
    ' '
    'Building file: ../source/HL_i2c.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_i2c.pp" --obj_directory="source"  "../source/HL_i2c.c"
    'Finished building: ../source/HL_i2c.c'
    ' '
    'Building file: ../source/HL_mdio.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_mdio.pp" --obj_directory="source"  "../source/HL_mdio.c"
    'Finished building: ../source/HL_mdio.c'
    ' '
    'Building file: ../source/HL_nmpu.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_nmpu.pp" --obj_directory="source"  "../source/HL_nmpu.c"
    'Finished building: ../source/HL_nmpu.c'
    ' '
    'Building file: ../source/HL_notification.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_notification.pp" --obj_directory="source"  "../source/HL_notification.c"
    'Finished building: ../source/HL_notification.c'
    ' '
    'Building file: ../source/HL_phy_dp83640.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_phy_dp83640.pp" --obj_directory="source"  "../source/HL_phy_dp83640.c"
    'Finished building: ../source/HL_phy_dp83640.c'
    ' '
    'Building file: ../source/HL_phy_tlk111.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_phy_tlk111.pp" --obj_directory="source"  "../source/HL_phy_tlk111.c"
    'Finished building: ../source/HL_phy_tlk111.c'
    ' '
    'Building file: ../source/HL_pinmux.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_pinmux.pp" --obj_directory="source"  "../source/HL_pinmux.c"
    'Finished building: ../source/HL_pinmux.c'
    ' '
    'Building file: ../source/HL_sci.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sci.pp" --obj_directory="source"  "../source/HL_sci.c"
    'Finished building: ../source/HL_sci.c'
    ' '
    'Building file: ../source/HL_spi.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_spi.pp" --obj_directory="source"  "../source/HL_spi.c"
    'Finished building: ../source/HL_spi.c'
    ' '
    'Building file: ../source/HL_sys_core.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_core.pp" --obj_directory="source"  "../source/HL_sys_core.asm"
    'Finished building: ../source/HL_sys_core.asm'
    ' '
    'Building file: ../source/HL_sys_dma.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_dma.pp" --obj_directory="source"  "../source/HL_sys_dma.c"
    'Finished building: ../source/HL_sys_dma.c'
    ' '
    'Building file: ../source/HL_sys_intvecs.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_intvecs.pp" --obj_directory="source"  "../source/HL_sys_intvecs.asm"
    'Finished building: ../source/HL_sys_intvecs.asm'
    ' '
    'Building file: ../source/HL_sys_main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_main.pp" --obj_directory="source"  "../source/HL_sys_main.c"
    'Finished building: ../source/HL_sys_main.c'
    ' '
    'Building file: ../source/HL_sys_mpu.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_mpu.pp" --obj_directory="source"  "../source/HL_sys_mpu.asm"
    'Finished building: ../source/HL_sys_mpu.asm'
    ' '
    'Building file: ../source/HL_sys_pcr.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_pcr.pp" --obj_directory="source"  "../source/HL_sys_pcr.c"
    'Finished building: ../source/HL_sys_pcr.c'
    ' '
    'Building file: ../source/HL_sys_phantom.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_phantom.pp" --obj_directory="source"  "../source/HL_sys_phantom.c"
    'Finished building: ../source/HL_sys_phantom.c'
    ' '
    'Building file: ../source/HL_sys_pmm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_pmm.pp" --obj_directory="source"  "../source/HL_sys_pmm.c"
    'Finished building: ../source/HL_sys_pmm.c'
    ' '
    'Building file: ../source/HL_sys_pmu.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_pmu.pp" --obj_directory="source"  "../source/HL_sys_pmu.asm"
    'Finished building: ../source/HL_sys_pmu.asm'
    ' '
    'Building file: ../source/HL_sys_startup.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_startup.pp" --obj_directory="source"  "../source/HL_sys_startup.c"
    'Finished building: ../source/HL_sys_startup.c'
    ' '
    'Building file: ../source/HL_sys_vim.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_vim.pp" --obj_directory="source"  "../source/HL_sys_vim.c"
    'Finished building: ../source/HL_sys_vim.c'
    ' '
    'Building file: ../source/HL_system.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_system.pp" --obj_directory="source"  "../source/HL_system.c"
    'Finished building: ../source/HL_system.c'
    ' '
    'Building target: CIU_SP.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 --abi=eabi -me --misra_required=error -g --c99 --strict_ansi --diag_wrap=off --diag_warning=225 --display_error_number --enum_type=packed -z -m"CIU_SP.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="CIU_SP_linkInfo.xml" --rom_model -o "CIU_SP.out" "./source/HL_can.obj" "./source/HL_dcc.obj" "./source/HL_emac.obj" "./source/HL_epc.obj" "./source/HL_errata.obj" "./source/HL_esm.obj" "./source/HL_gio.obj" "./source/HL_het.obj" "./source/HL_i2c.obj" "./source/HL_mdio.obj" "./source/HL_nmpu.obj" "./source/HL_notification.obj" "./source/HL_phy_dp83640.obj" "./source/HL_phy_tlk111.obj" "./source/HL_pinmux.obj" "./source/HL_sci.obj" "./source/HL_spi.obj" "./source/HL_sys_core.obj" "./source/HL_sys_dma.obj" "./source/HL_sys_intvecs.obj" "./source/HL_sys_main.obj" "./source/HL_sys_mpu.obj" "./source/HL_sys_pcr.obj" "./source/HL_sys_phantom.obj" "./source/HL_sys_pmm.obj" "./source/HL_sys_pmu.obj" "./source/HL_sys_startup.obj" "./source/HL_sys_vim.obj" "./source/HL_system.obj" "../source/HL_sys_link.cmd"  -l"libc.a" 
    <Linking>
    'Finished building target: CIU_SP.out'
    ' '
    
    **** Build Finished ****
    
    **** Build of configuration Debug for project CIU_SP ****
    
    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
    'Building file: ../source/HL_can.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_can.pp" --obj_directory="source"  "../source/HL_can.c"
    'Finished building: ../source/HL_can.c'
    ' '
    'Building file: ../source/HL_dcc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_dcc.pp" --obj_directory="source"  "../source/HL_dcc.c"
    'Finished building: ../source/HL_dcc.c'
    ' '
    'Building file: ../source/HL_emac.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_emac.pp" --obj_directory="source"  "../source/HL_emac.c"
    'Finished building: ../source/HL_emac.c'
    ' '
    'Building file: ../source/HL_epc.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_epc.pp" --obj_directory="source"  "../source/HL_epc.c"
    'Finished building: ../source/HL_epc.c'
    ' '
    'Building file: ../source/HL_errata.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_errata.pp" --obj_directory="source"  "../source/HL_errata.c"
    'Finished building: ../source/HL_errata.c'
    ' '
    'Building file: ../source/HL_esm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_esm.pp" --obj_directory="source"  "../source/HL_esm.c"
    'Finished building: ../source/HL_esm.c'
    ' '
    'Building file: ../source/HL_gio.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_gio.pp" --obj_directory="source"  "../source/HL_gio.c"
    'Finished building: ../source/HL_gio.c'
    ' '
    'Building file: ../source/HL_het.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_het.pp" --obj_directory="source"  "../source/HL_het.c"
    'Finished building: ../source/HL_het.c'
    ' '
    'Building file: ../source/HL_i2c.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_i2c.pp" --obj_directory="source"  "../source/HL_i2c.c"
    'Finished building: ../source/HL_i2c.c'
    ' '
    'Building file: ../source/HL_mdio.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_mdio.pp" --obj_directory="source"  "../source/HL_mdio.c"
    'Finished building: ../source/HL_mdio.c'
    ' '
    'Building file: ../source/HL_nmpu.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_nmpu.pp" --obj_directory="source"  "../source/HL_nmpu.c"
    'Finished building: ../source/HL_nmpu.c'
    ' '
    'Building file: ../source/HL_notification.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_notification.pp" --obj_directory="source"  "../source/HL_notification.c"
    'Finished building: ../source/HL_notification.c'
    ' '
    'Building file: ../source/HL_phy_dp83640.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_phy_dp83640.pp" --obj_directory="source"  "../source/HL_phy_dp83640.c"
    'Finished building: ../source/HL_phy_dp83640.c'
    ' '
    'Building file: ../source/HL_phy_tlk111.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_phy_tlk111.pp" --obj_directory="source"  "../source/HL_phy_tlk111.c"
    'Finished building: ../source/HL_phy_tlk111.c'
    ' '
    'Building file: ../source/HL_pinmux.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_pinmux.pp" --obj_directory="source"  "../source/HL_pinmux.c"
    'Finished building: ../source/HL_pinmux.c'
    ' '
    'Building file: ../source/HL_sci.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sci.pp" --obj_directory="source"  "../source/HL_sci.c"
    'Finished building: ../source/HL_sci.c'
    ' '
    'Building file: ../source/HL_spi.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_spi.pp" --obj_directory="source"  "../source/HL_spi.c"
    'Finished building: ../source/HL_spi.c'
    ' '
    'Building file: ../source/HL_sys_core.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_core.pp" --obj_directory="source"  "../source/HL_sys_core.asm"
    'Finished building: ../source/HL_sys_core.asm'
    ' '
    'Building file: ../source/HL_sys_dma.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_dma.pp" --obj_directory="source"  "../source/HL_sys_dma.c"
    'Finished building: ../source/HL_sys_dma.c'
    ' '
    'Building file: ../source/HL_sys_intvecs.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_intvecs.pp" --obj_directory="source"  "../source/HL_sys_intvecs.asm"
    'Finished building: ../source/HL_sys_intvecs.asm'
    ' '
    'Building file: ../source/HL_sys_main.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_main.pp" --obj_directory="source"  "../source/HL_sys_main.c"
    'Finished building: ../source/HL_sys_main.c'
    ' '
    'Building file: ../source/HL_sys_mpu.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_mpu.pp" --obj_directory="source"  "../source/HL_sys_mpu.asm"
    'Finished building: ../source/HL_sys_mpu.asm'
    ' '
    'Building file: ../source/HL_sys_pcr.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_pcr.pp" --obj_directory="source"  "../source/HL_sys_pcr.c"
    'Finished building: ../source/HL_sys_pcr.c'
    ' '
    'Building file: ../source/HL_sys_phantom.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_phantom.pp" --obj_directory="source"  "../source/HL_sys_phantom.c"
    'Finished building: ../source/HL_sys_phantom.c'
    ' '
    'Building file: ../source/HL_sys_pmm.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_pmm.pp" --obj_directory="source"  "../source/HL_sys_pmm.c"
    'Finished building: ../source/HL_sys_pmm.c'
    ' '
    'Building file: ../source/HL_sys_pmu.asm'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_pmu.pp" --obj_directory="source"  "../source/HL_sys_pmu.asm"
    'Finished building: ../source/HL_sys_pmu.asm'
    ' '
    'Building file: ../source/HL_sys_startup.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_startup.pp" --obj_directory="source"  "../source/HL_sys_startup.c"
    'Finished building: ../source/HL_sys_startup.c'
    ' '
    'Building file: ../source/HL_sys_vim.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_sys_vim.pp" --obj_directory="source"  "../source/HL_sys_vim.c"
    'Finished building: ../source/HL_sys_vim.c'
    ' '
    'Building file: ../source/HL_system.c'
    'Invoking: ARM Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --include_path="Y:/Working Dir/EI/CIU-SP/Code/CCSCode/CIU_SP/include" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed --preproc_with_compile --preproc_dependency="source/HL_system.pp" --obj_directory="source"  "../source/HL_system.c"
    'Finished building: ../source/HL_system.c'
    ' '
    'Building target: CIU_SP.out'
    'Invoking: ARM Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/bin/armcl" -mv7R5 --code_state=32 --float_support=VFPv3D16 -me --misra_required=error -g --c99 --strict_ansi --display_error_number --diag_wrap=off --diag_warning=225 --abi=eabi --enum_type=packed -z -m"CIU_SP.map" --heap_size=0x800 --stack_size=0x800 -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-arm_15.9.0.STS/include" --reread_libs --display_error_number --diag_wrap=off --warn_sections --xml_link_info="CIU_SP_linkInfo.xml" --rom_model -o "CIU_SP.out" "./source/HL_can.obj" "./source/HL_dcc.obj" "./source/HL_emac.obj" "./source/HL_epc.obj" "./source/HL_errata.obj" "./source/HL_esm.obj" "./source/HL_gio.obj" "./source/HL_het.obj" "./source/HL_i2c.obj" "./source/HL_mdio.obj" "./source/HL_nmpu.obj" "./source/HL_notification.obj" "./source/HL_phy_dp83640.obj" "./source/HL_phy_tlk111.obj" "./source/HL_pinmux.obj" "./source/HL_sci.obj" "./source/HL_spi.obj" "./source/HL_sys_core.obj" "./source/HL_sys_dma.obj" "./source/HL_sys_intvecs.obj" "./source/HL_sys_main.obj" "./source/HL_sys_mpu.obj" "./source/HL_sys_pcr.obj" "./source/HL_sys_phantom.obj" "./source/HL_sys_pmm.obj" "./source/HL_sys_pmu.obj" "./source/HL_sys_startup.obj" "./source/HL_sys_vim.obj" "./source/HL_system.obj" "../source/HL_sys_link.cmd"  -l"libc.a" 
    <Linking>
    warning #10366-D: automatic library build: using library "C:\ti\ccsv6\tools\compiler\ti-cgt-arm_15.9.0.STS\lib\rtsv7R4_A_le_v3D16_eabi.lib" for the first time, so it must be built.  This may take a few minutes.
    >> ERROR: mklib: could not open c:/ti/ccsv6/tools/compiler/ti-cgt~1.sts/lib/\rtsv7R4_A_le_v3D16_eabi.lib for writing: Permission denied
    warning #10207-D: automatic RTS selection:  resolving index library "libc.a" to "rtsv7R4_A_le_v3D16_eabi.lib", but "rtsv7R4_A_le_v3D16_eabi.lib" was not found
    
     undefined      first referenced           
      symbol            in file                
     ---------      ----------------           
     __TI_auto_init ./source/HL_sys_startup.obj
     exit           ./source/HL_sys_startup.obj
    
    error #10234-D: unresolved symbols remain
    error #10010: errors encountered during linking; "CIU_SP.out" not built
    
    >> Compilation failure
    gmake: *** [CIU_SP.out] Error 1
    gmake: Target `all' not remade because of errors.
    
    **** Build Finished ****
    

  • C: drive has been denied permission in my office. We work on server mapped directories. Is there any way to move the compiler from C: drive into my network drive and ask CCS to compile my code from the compiler pasted in my network drive?
  • Thanks for sending the build logs.  The key lines are here ...

    warning #10366-D: automatic library build: using library "C:\ti\ccsv6\tools\compiler\ti-cgt-arm_15.9.0.STS\lib\rtsv7R4_A_le_v3D16_eabi.lib" for the first time, so it must be built.  This may take a few minutes.
    >> ERROR: mklib: could not open c:/ti/ccsv6/tools/compiler/ti-cgt~1.sts/lib/\rtsv7R4_A_le_v3D16_eabi.lib for writing: Permission denied
    

    The linker automatically chooses the RTS library rtsv7R4_A_le_v3D16_eabi.lib.  But this library is not among those that come installed with the compiler.  So it must be built.  Under the covers, the linker invokes the utility mklib to build the library.  But mklib fails because it does not have permission to create a file in the \lib directory of the compiler installation.

    Please see this wiki article about mklib, and pay special attention to this section about your situation.

    Thanks and regards,

    -George

  • Akshay Immanuel said:
    Is there any way to move the compiler from C: drive into my network drive and ask CCS to compile my code from the compiler pasted in my network drive?

    You can install the compiler wherever you would like, or even move it after installing it.  See this wiki article for the details on how to tell CCS about the custom location for the compiler.

    Thanks and regards,

    -George

  • Hi, Archaeologist!


    This is important information that I have not encountered anywhere else.  This knowledge generates a new question:  I'm currently using the TI ARM compiler. In this compiler series, there is a version

         v15.9.0.STS

    and

         v15.12.0.LTS

    What do "STS" and "LTS" stand for?  (I haven't been able to find this information in the User's Guides.)

    Kind regards,

    Vic

  • Hi, Archaeologist!  Excellent, thank you!  Very helpful.

    --Vic