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.

AM2634: Startup asm files built to ".o" but it is not linking to generate flashing ".out" file (How to link startup asm files ?)

Part Number: AM2634

Dear TI experts,

We are setting up a AUTOSAR environment for AM2634 and so we are using startup asm files present in MCAL location "MCAL_AM263x_00.09.00_07\mcal\examples\Utils\CLANG"

I have a startup_file.o file being generated by using command 

tiarmclang -x ti-asm -mcpu=cortex-r5 sys_core.asm sys_intvecs.asm sys_startup.asm -o "$(DEBUG_PATH)/Startup_file.o"
 
But fails in the LINKING stage where all the .o's are combined to generate .out file:
fatal error #10417: file "../Debug\Startup_file.o" could not be statically or dynamically linked
command used to link : 
$(CC) $(CFLAGS) -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wl,-m"$(OUT_PATH)/Core_0.map" -Wl,-i"$(Kernel_Lib)" -Wl,-i"$(Driver_Lib)" -Wl,-i"$(Board_Lib)" -Wl,-i"$(Compiler_Lib)" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="$(OUT_PATH)/Core_0.xml" -Wl,--ram_model -o "$(OUT_PATH)/Core_0.out" $(ORDERED_OBJS)
Am I following correct way for asm startup files linkage ? Can you please guide us on how should we link startup asm files ?
  • Hi,

    Can you please provide the below info?

    1. If you're compiling the above files with the argument "-s" in the command, can you please remove it to make the logs more verbose?, this prints the exact command used while linking and I can look into what is wrong with the step.

    2. Can you ensure you have provided the linker command file? It is this file lnk_r5_am263_CLANG.cmd which comes along with the MCAL delivery itself.

    Thanks

  • Hi 

    1) I have used the LINKER that comes with MCAL package "lnk_r5_am263_CLANG.cmd".

    2) You can see the linking stage logs below without -s or @ :

    "---------------------------"
     Building Startup files ...
    "---------------------------"
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -x ti-asm -mcpu=cortex-r5 ../source/application/startup/sys_core.asm ../source/application/startup/sys_intvecs.asm ../source/application/startup/sys_startup.asm -o "../Debug//Startup_file.o"
    "../source/application/startup/sys_core.asm", WARNING! at line 61:
     [W0003]
             Assembly-source debug directives cannot be used when debug
               information is disabled; ignoring all assembly-source debug
               directives
                .asmfunc
    
    No Assembly Errors, 1 Assembly Warning
    "../source/application/startup/sys_intvecs.asm", WARNING! at line 53:
     [W0003]
             Assembly-source debug directives cannot be used when debug
               information is disabled; ignoring all assembly-source debug
               directives
                .asmfunc
    
    No Assembly Errors, 1 Assembly Warning
    "../source/application/startup/sys_startup.asm", WARNING! at line 105:
     [W0003]
             Assembly-source debug directives cannot be used when debug
               information is disabled; ignoring all assembly-source debug
               directives
                .asmfunc
    
    No Assembly Errors, 1 Assembly Warning
    make[1]: Leaving directory 'C:/Project_Orange/Core_0/Make'
    make[1]: Entering directory 'C:/Project_Orange/Core_0/Make'
    Linking ....
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wl,-m"../../Build_Output/Core_0.map" -Wl,-i"C:/ti/mcu_plus_sdk_am263x_08_03_01_05/source/kernel/nortos/lib" -Wl,-i"C:/ti/mcu_plus_sdk_am263x_08_03_01_05/source/drivers/lib" -Wl,-i"C:/ti/mcu_plus_sdk_am263x_08_03_01_05/source/board/lib" -Wl,-i"C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/lib" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="../../Build_Output/Core_0.xml" -Wl,--ram_model -o "../../Build_Output/Core_0.out" "../Debug//*.o" "./lnk_r5_am263_CLANG.cmd" -Wl,-lnortos.am263x.r5f.ti-arm-clang.debug.lib  -Wl,-ldrivers.am263x.r5f.ti-arm-clang.debug.lib  -Wl,-lboard.am263x.r5f.ti-arm-clang.debug.lib  -Wl,-llibc.a
    fatal error #10417: file "../Debug\Startup_file.o" could not be statically or dynamically linked
    tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
    Makefile:89: recipe for target 'link' failed
    make[1]: *** [link] Error 1
    make[1]: Leaving directory 'C:/Project_Orange/Core_0/Make'
    Makefile:55: recipe for target 'all' failed
    make: *** [all] Error 2

    3) FULL LOG from the start of build below without -s or @:

    ************************************************
                Building Core 0
    ------------------------------------------------
       12/04/2023                      9:45:18.98
    ************************************************
    Building file: "Core_0.syscfg"
    'Invoking: SysConfig'
    Running script...
    Validating...
    Generating Code (Core_0.syscfg)...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_dpl_config.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_dpl_config.h...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_drivers_config.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_drivers_config.h...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_drivers_open_close.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_drivers_open_close.h...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_pinmux_config.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_power_clock_config.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_board_config.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_board_config.h...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_board_open_close.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_board_open_close.h...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_enet_config.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_enet_config.h...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_enet_open_close.c...
    Writing C:\Project_Orange\Core_0\Debug\syscfg\ti_enet_open_close.h...
    "---------------------------"
     Copying Generated files...
    "---------------------------"
    ..\..\\Tools\EB\output\src\Adc_Cfg.c
    ..\..\\Tools\EB\output\src\Adc_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Adc_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Can_Cfg.c
    ..\..\\Tools\EB\output\src\Can_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Can_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Dio_Cfg.c
    ..\..\\Tools\EB\output\src\Dio_Lcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Dio_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Dio_Cfg.c
    ..\..\\Tools\EB\output\src\Dio_Lcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Dio_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\EthTrcv_Cfg.c
    ..\..\\Tools\EB\output\src\EthTrcv_Lcfg.c
    ..\..\\Tools\EB\output\src\EthTrcv_PBcfg.c
    ..\..\\Tools\EB\output\src\Eth_Cfg.c
    ..\..\\Tools\EB\output\src\Eth_LCfg.c
    ..\..\\Tools\EB\output\src\Eth_PBcfg.c
    6 File(s) copied
    ..\..\\Tools\EB\output\include\EthTrcv_Cfg.h
    ..\..\\Tools\EB\output\include\Eth_Cfg.h
    2 File(s) copied
    ..\..\\Tools\EB\output\src\EthTrcv_Cfg.c
    ..\..\\Tools\EB\output\src\EthTrcv_Lcfg.c
    ..\..\\Tools\EB\output\src\EthTrcv_PBcfg.c
    ..\..\\Tools\EB\output\src\Eth_Cfg.c
    ..\..\\Tools\EB\output\src\Eth_LCfg.c
    ..\..\\Tools\EB\output\src\Eth_PBcfg.c
    6 File(s) copied
    ..\..\\Tools\EB\output\include\EthTrcv_Cfg.h
    ..\..\\Tools\EB\output\include\Eth_Cfg.h
    2 File(s) copied
    ..\..\\Tools\EB\output\src\Fls_Cfg.c
    ..\..\\Tools\EB\output\src\Fls_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Fls_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Gpt_Cfg.c
    ..\..\\Tools\EB\output\src\Gpt_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Gpt_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Icu_Cfg.c
    ..\..\\Tools\EB\output\src\Icu_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Icu_Cfg.h
    1 File(s) copied
    File not found - Ipc*
    0 File(s) copied
    File not found - Ipc*
    0 File(s) copied
    ..\..\\Tools\EB\output\src\Mcu_Cfg.c
    ..\..\\Tools\EB\output\src\Mcu_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Mcu_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Port_Cfg.c
    ..\..\\Tools\EB\output\src\Port_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Port_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Pwm_Cfg.c
    ..\..\\Tools\EB\output\src\Pwm_PBcfg.c
    2 File(s) copied
    ..\..\\Tools\EB\output\include\Pwm_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Spi_Cfg.c
    ..\..\\Tools\EB\output\src\Spi_Lcfg.c
    ..\..\\Tools\EB\output\src\Spi_PBcfg.c
    3 File(s) copied
    ..\..\\Tools\EB\output\include\Spi_Cfg.h
    1 File(s) copied
    ..\..\\Tools\EB\output\src\Wdg_Cfg.c
    ..\..\\Tools\EB\output\src\Wdg_Lcfg.c
    ..\..\\Tools\EB\output\src\Wdg_PBcfg.c
    3 File(s) copied
    ..\..\\Tools\EB\output\include\Wdg_Cfg.h
    1 File(s) copied
    "---------------------------"
     Build Started ...
    "---------------------------"
    make[1]: Entering directory 'C:/Project_Orange/Core_0/Make'
    'Building file: "..\source\mcal/Adc/common/Adc.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc.d_raw" -MT"..\source\mcal/Adc/common/Adc.o"  -o "../Debug//Adc.o" "..\source\mcal/Adc/common/Adc.c"
    In file included from ..\source\mcal/Adc/common/Adc.c:73:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc.c:73:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc.c:109:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:271:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ADC_DATA_INIT_32_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc.c:113:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:590:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc.c:116:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:328:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ADC_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc.c:120:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:659:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc.c:137:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    ..\source\mcal/Adc/common/Adc.c:156:11: warning: unused variable 'dmaCh' [-Wunused-variable]
        uint8 dmaCh, dmaChIdx, dmaadcChIdx;
              ^
    ..\source\mcal/Adc/common/Adc.c:156:18: warning: unused variable 'dmaChIdx' [-Wunused-variable]
        uint8 dmaCh, dmaChIdx, dmaadcChIdx;
                     ^
    ..\source\mcal/Adc/common/Adc.c:156:28: warning: unused variable 'dmaadcChIdx' [-Wunused-variable]
        uint8 dmaCh, dmaChIdx, dmaadcChIdx;
                               ^
    ..\source\mcal/Adc/common/Adc.c:159:23: warning: unused variable 'groupObj' [-Wunused-variable]
        Adc_GroupObjType *groupObj;
                          ^
    ..\source\mcal/Adc/common/Adc.c:410:17: warning: variable 'groupObj' is uninitialized when used here [-Wuninitialized]
        hwUnitObj = groupObj->hwUnitObj;
                    ^~~~~~~~
    ..\source\mcal/Adc/common/Adc.c:407:31: note: initialize the variable 'groupObj' to silence this warning
        Adc_GroupObjType *groupObj;
                                  ^
                                   = NULL
    ..\source\mcal/Adc/common/Adc.c:1041:11: warning: unused variable 'Avoid_nesting_flag' [-Wunused-variable]
        uint8 Avoid_nesting_flag = 0U;
              ^
    In file included from ..\source\mcal/Adc/common/Adc.c:1195:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    14 warnings generated.
    'Finished building: "..\source\mcal/Adc/common/Adc.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Adc/common/Adc_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc_Platform.d_raw" -MT"..\source\mcal/Adc/common/Adc_Platform.o"  -o "../Debug//Adc_Platform.o" "..\source\mcal/Adc/common/Adc_Platform.c"
    In file included from ..\source\mcal/Adc/common/Adc_Platform.c:33:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Platform.c:33:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Platform.c:36:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Platform.c:96:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Adc/common/Adc_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Adc/common/Adc_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc_Irq.d_raw" -MT"..\source\mcal/Adc/common/Adc_Irq.o"  -o "../Debug//Adc_Irq.o" "..\source\mcal/Adc/common/Adc_Irq.c"
    In file included from ..\source\mcal/Adc/common/Adc_Irq.c:73:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Irq.c:73:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Irq.c:109:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:527:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_ISR_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Irq.c:707:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:889:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Adc/common/Adc_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Adc/common/Adc_Utils.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc_Utils.d_raw" -MT"..\source\mcal/Adc/common/Adc_Utils.o"  -o "../Debug//Adc_Utils.o" "..\source\mcal/Adc/common/Adc_Utils.c"
    In file included from ..\source\mcal/Adc/common/Adc_Utils.c:76:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Utils.c:76:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Utils.c:116:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Utils.c:296:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Adc/common/Adc_Utils.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Adc/common/Adc_Priv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc_Priv.d_raw" -MT"..\source\mcal/Adc/common/Adc_Priv.o"  -o "../Debug//Adc_Priv.o" "..\source\mcal/Adc/common/Adc_Priv.c"
    In file included from ..\source\mcal/Adc/common/Adc_Priv.c:74:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Priv.c:74:
    In file included from ..\source\mcal\Adc\common/Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Adc/common/Adc_Priv.c:141:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    ..\source\mcal/Adc/common/Adc_Priv.c:149:14: warning: unused variable 'spareInVal' [-Wunused-variable]
        uint32   spareInVal;
                 ^
    ..\source\mcal/Adc/common/Adc_Priv.c:460:25: warning: unused variable 'chObj' [-Wunused-variable]
        Adc_ChannelObjType *chObj;
                            ^
    ..\source\mcal/Adc/common/Adc_Priv.c:457:12: warning: unused variable 'convComplete' [-Wunused-variable]
        uint32 convComplete   = (uint32) FALSE;
               ^
    ..\source\mcal/Adc/common/Adc_Priv.c:458:12: warning: unused variable 'streamComplete' [-Wunused-variable]
        uint32 streamComplete = (uint32) FALSE;
               ^
    ..\source\mcal/Adc/common/Adc_Priv.c:525:11: warning: unused variable 'adcSocCfg' [-Wunused-variable]
        uint8 adcSocCfg;
              ^
    ..\source\mcal/Adc/common/Adc_Priv.c:521:45: warning: unused variable 'hwunitid' [-Wunused-variable]
        uint32 baseAddr, irqStatus, GroupCount, hwunitid;
                                                ^
    ..\source\mcal/Adc/common/Adc_Priv.c:521:33: warning: unused variable 'GroupCount' [-Wunused-variable]
        uint32 baseAddr, irqStatus, GroupCount, hwunitid;
                                    ^
    ..\source\mcal/Adc/common/Adc_Priv.c:521:22: warning: unused variable 'irqStatus' [-Wunused-variable]
        uint32 baseAddr, irqStatus, GroupCount, hwunitid;
                         ^
    ..\source\mcal/Adc/common/Adc_Priv.c:760:23: warning: unused variable 'hwUnitIdx' [-Wunused-variable]
        uint8             hwUnitIdx;
                          ^
    ..\source\mcal/Adc/common/Adc_Priv.c:1411:20: warning: unused variable 'chnlInt' [-Wunused-variable]
        uint32 chnlId, chnlInt, socInc;
                       ^
    In file included from ..\source\mcal/Adc/common/Adc_Priv.c:1785:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    14 warnings generated.
    'Finished building: "..\source\mcal/Adc/common/Adc_Priv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Adc/config/Project_A/Adc_Cfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc_Cfg.d_raw" -MT"..\source\mcal/Adc/config/Project_A/Adc_Cfg.o"  -o "../Debug//Adc_Cfg.o" "..\source\mcal/Adc/config/Project_A/Adc_Cfg.c"
    'Finished building: "..\source\mcal/Adc/config/Project_A/Adc_Cfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Adc_PBcfg.d_raw" -MT"..\source\mcal/Adc/config/Project_A/Adc_PBcfg.o"  -o "../Debug//Adc_PBcfg.o" "..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c"
    In file included from ..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c:74:
    In file included from ..\source\mcal\Adc\common\Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c:74:
    In file included from ..\source\mcal\Adc\common\Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c:81:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:483:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ADC_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c:363:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:843:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Adc/config/Project_A/Adc_PBcfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Can/common/mcan.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//mcan.d_raw" -MT"..\source\mcal/Can/common/mcan.o"  -o "../Debug//mcan.o" "..\source\mcal/Can/common/mcan.c"
    In file included from ..\source\mcal/Can/common/mcan.c:20:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/mcan.c:23:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/mcan.c:215:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/mcan.c:1269:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Can/common/mcan.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Can/common/Can_Mcan.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Can_Mcan.d_raw" -MT"..\source\mcal/Can/common/Can_Mcan.o"  -o "../Debug//Can_Mcan.o" "..\source\mcal/Can/common/Can_Mcan.c"
    In file included from ..\source\mcal/Can/common/Can_Mcan.c:25:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can_Mcan.c:28:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can_Mcan.c:169:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:306:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CAN_DATA_INIT_8_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can_Mcan.c:177:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:633:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can_Mcan.c:186:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can_Mcan.c:2109:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    6 warnings generated.
    'Finished building: "..\source\mcal/Can/common/Can_Mcan.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Can/common/Can_Priv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Can_Priv.d_raw" -MT"..\source\mcal/Can/common/Can_Priv.o"  -o "../Debug//Can_Priv.o" "..\source\mcal/Can/common/Can_Priv.c"
    In file included from ..\source\mcal/Can/common/Can_Priv.c:32:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can_Priv.c:35:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can_Priv.c:57:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can_Priv.c:377:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Can/common/Can_Priv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Can/common/Can.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Can.d_raw" -MT"..\source\mcal/Can/common/Can.o"  -o "../Debug//Can.o" "..\source\mcal/Can/common/Can.c"
    In file included from ..\source\mcal/Can/common/Can.c:43:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can.c:46:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can.c:137:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:325:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CAN_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can.c:142:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:656:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can.c:145:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CAN_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can.c:150:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:564:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can.c:153:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:344:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CAN_DATA_NO_INIT_32_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can.c:158:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:679:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can.c:161:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can.c:1806:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Can/common/Can.c:1812:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:524:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_ISR_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Can/common/Can.c:2150:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:886:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    12 warnings generated.
    'Finished building: "..\source\mcal/Can/common/Can.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Can/common/Can_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Can_Irq.d_raw" -MT"..\source\mcal/Can/common/Can_Irq.o"  -o "../Debug//Can_Irq.o" "..\source\mcal/Can/common/Can_Irq.c"
    In file included from ..\source\mcal/Can/common/Can_Irq.c:29:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:524:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CAN_ISR_TEXT_SECTION")
            ^
    ..\source\mcal/Can/common/Can_Irq.c:38:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_0_Int0ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:59:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_0_Int1ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:81:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_1_Int0ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:102:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_1_Int1ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:122:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_2_Int0ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:143:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_2_Int1ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:163:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_3_Int1ISR, 32)
            ^
    ..\source\mcal/Can/common/Can_Irq.c:184:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(Can_3_Int0ISR, 32)
            ^
    In file included from ..\source\mcal/Can/common/Can_Irq.c:197:
    ../source/autosar/mcal_include/include/memmap\Can_MemMap.h:886:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    10 warnings generated.
    'Finished building: "..\source\mcal/Can/common/Can_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Dio/common/Dio.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Dio.d_raw" -MT"..\source\mcal/Dio/common/Dio.o"  -o "../Debug//Dio.o" "..\source\mcal/Dio/common/Dio.c"
    In file included from ..\source\mcal/Dio/common/Dio.c:58:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("DIO_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Dio/common/Dio.c:61:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:859:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Dio/common/Dio.c:127:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("DIO_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Dio/common/Dio.c:132:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:859:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Dio/common/Dio.c:143:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("DIO_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Dio/common/Dio.c:626:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:859:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    6 warnings generated.
    'Finished building: "..\source\mcal/Dio/common/Dio.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Dio/common/Dio_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Dio_Platform.d_raw" -MT"..\source\mcal/Dio/common/Dio_Platform.o"  -o "../Debug//Dio_Platform.o" "..\source\mcal/Dio/common/Dio_Platform.c"
    In file included from ..\source\mcal/Dio/common/Dio_Platform.c:55:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:400:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("DIO_CONST_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Dio/common/Dio_Platform.c:67:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:744:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Dio/common/Dio_Platform.c:74:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("DIO_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Dio/common/Dio_Platform.c:255:
    ../source/autosar/mcal_include/include/memmap\Dio_MemMap.h:859:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Dio/common/Dio_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Dma/common/CDD_Dma.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//CDD_Dma.d_raw" -MT"..\source\mcal/Dma/common/CDD_Dma.o"  -o "../Debug//CDD_Dma.o" "..\source\mcal/Dma/common/CDD_Dma.c"
    In file included from ..\source\mcal/Dma/common/CDD_Dma.c:49:
    ../source/autosar/mcal_include/include/memmap\Dma_MemMap.h:328:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CDD_DMA_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Dma/common/CDD_Dma.c:53:
    ../source/autosar/mcal_include/include/memmap\Dma_MemMap.h:659:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Dma/common/CDD_Dma.c:63:
    ../source/autosar/mcal_include/include/memmap\Dma_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_DMA_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Dma/common/CDD_Dma.c:424:
    ../source/autosar/mcal_include/include/memmap\Dma_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Dma/common/CDD_Dma.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Dma/common/CDD_edma_lld.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//CDD_edma_lld.d_raw" -MT"..\source\mcal/Dma/common/CDD_edma_lld.o"  -o "../Debug//CDD_edma_lld.o" "..\source\mcal/Dma/common/CDD_edma_lld.c"
    In file included from ..\source\mcal/Dma/common/CDD_edma_lld.c:65:
    ../source/autosar/mcal_include/include/memmap\Dma_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_DMA_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Dma/common/CDD_edma_lld.c:1692:
    ../source/autosar/mcal_include/include/memmap\Dma_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Dma/common/CDD_edma_lld.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Eth/common/Eth.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Eth.d_raw" -MT"..\source\mcal/Eth/common/Eth.o"  -o "../Debug//Eth.o" "..\source\mcal/Eth/common/Eth.c"
    In file included from ..\source\mcal/Eth/common/Eth.c:25:
    In file included from ..\source\mcal\Eth\common/Eth.h:50:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:25:
    In file included from ..\source\mcal\Eth\common/Eth.h:55:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:44:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:49:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:51:
    In file included from ..\source\mcal\Eth\common\cpsw\include\Eth_Priv.h:29:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_priv.h:31:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_cpts.h:37:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:51:
    In file included from ..\source\mcal\Eth\common\cpsw\include\Eth_Priv.h:29:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_priv.h:31:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_cpts.h:42:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:56:
    In file included from ..\source\mcal\Eth\common\cpsw\include\cpsw_stats.h:35:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:56:
    In file included from ..\source\mcal\Eth\common\cpsw\include\cpsw_stats.h:40:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:92:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:249:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETH_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:100:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:563:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:105:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth.c:961:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    12 warnings generated.
    'Finished building: "..\source\mcal/Eth/common/Eth.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Eth/common/Eth_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Eth_Irq.d_raw" -MT"..\source\mcal/Eth/common/Eth_Irq.o"  -o "../Debug//Eth_Irq.o" "..\source\mcal/Eth/common/Eth_Irq.c"
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:26:
    In file included from ..\source\mcal\Eth\common/Eth.h:50:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:26:
    In file included from ..\source\mcal\Eth\common/Eth.h:55:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:30:
    In file included from ..\source\mcal\EthTrcv\common\EthTrcv.h:57:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:30:
    In file included from ..\source\mcal\EthTrcv\common\EthTrcv.h:62:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:564:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:37:
    In file included from ..\source\mcal\Eth\common\cpsw\include\Eth_Priv.h:29:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_priv.h:31:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_cpts.h:37:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:37:
    In file included from ..\source\mcal\Eth\common\cpsw\include\Eth_Priv.h:29:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_priv.h:31:
    In file included from ..\source\mcal\Eth\common\cpsw\include/cpsw_cpts.h:42:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:39:
    In file included from ..\source\mcal\Eth\common\cpsw\include\cpsw_stats.h:35:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:39:
    In file included from ..\source\mcal\Eth\common\cpsw\include\cpsw_stats.h:40:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:49:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:54:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:87:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:523:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_ISR_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Eth/common/Eth_Irq.c:491:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:885:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    12 warnings generated.
    'Finished building: "..\source\mcal/Eth/common/Eth_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/EthTrcv/common/EthTrcv_Priv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//EthTrcv_Priv.d_raw" -MT"..\source\mcal/EthTrcv/common/EthTrcv_Priv.o"  -o "../Debug//EthTrcv_Priv.o" "..\source\mcal/EthTrcv/common/EthTrcv_Priv.c"
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:26:
    In file included from ..\source\mcal\EthTrcv\common/EthTrcv.h:57:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:26:
    In file included from ..\source\mcal\EthTrcv\common/EthTrcv.h:62:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:564:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:35:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETHTRCV_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:39:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:41:
    In file included from ..\source\mcal\Eth\common\Eth.h:50:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:501:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETH_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:41:
    In file included from ..\source\mcal\Eth\common\Eth.h:55:
    ../source/autosar/mcal_include/include/memmap\Eth_MemMap.h:862:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:147:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETHTRCV_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv_Priv.c:1168:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    8 warnings generated.
    'Finished building: "..\source\mcal/EthTrcv/common/EthTrcv_Priv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/EthTrcv/common/EthTrcv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//EthTrcv.d_raw" -MT"..\source\mcal/EthTrcv/common/EthTrcv.o"  -o "../Debug//EthTrcv.o" "..\source\mcal/EthTrcv/common/EthTrcv.c"
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:26:
    In file included from ..\source\mcal\EthTrcv\common/EthTrcv.h:57:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:26:
    In file included from ..\source\mcal\EthTrcv\common/EthTrcv.h:62:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:564:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:34:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETHTRCV_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:37:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:98:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:102:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:564:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:105:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:268:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_INIT_32_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:116:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:587:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:119:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:363:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_NO_INIT_16_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:122:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:702:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:125:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:325:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("ETHTRCV_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:131:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:656:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:137:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ETHTRCV_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/EthTrcv/common/EthTrcv.c:1253:
    ../source/autosar/mcal_include/include/memmap\EthTrcv_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    14 warnings generated.
    'Finished building: "..\source\mcal/EthTrcv/common/EthTrcv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Fls/common/Fls.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Fls.d_raw" -MT"..\source\mcal/Fls/common/Fls.o"  -o "../Debug//Fls.o" "..\source\mcal/Fls/common/Fls.c"
    'Finished building: "..\source\mcal/Fls/common/Fls.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Fls/common/Fls_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Fls_Irq.d_raw" -MT"..\source\mcal/Fls/common/Fls_Irq.o"  -o "../Debug//Fls_Irq.o" "..\source\mcal/Fls/common/Fls_Irq.c"
    'Finished building: "..\source\mcal/Fls/common/Fls_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Fls/common/Fls_Brd_Nor_Qspi.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Fls_Brd_Nor_Qspi.d_raw" -MT"..\source\mcal/Fls/common/Fls_Brd_Nor_Qspi.o"  -o "../Debug//Fls_Brd_Nor_Qspi.o" "..\source\mcal/Fls/common/Fls_Brd_Nor_Qspi.c"
    'Finished building: "..\source\mcal/Fls/common/Fls_Brd_Nor_Qspi.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Fls/common/Fls_Qspi.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Fls_Qspi.d_raw" -MT"..\source\mcal/Fls/common/Fls_Qspi.o"  -o "../Debug//Fls_Qspi.o" "..\source\mcal/Fls/common/Fls_Qspi.c"
    'Finished building: "..\source\mcal/Fls/common/Fls_Qspi.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Gpt/common/Gpt.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Gpt.d_raw" -MT"..\source\mcal/Gpt/common/Gpt.o"  -o "../Debug//Gpt.o" "..\source\mcal/Gpt/common/Gpt.c"
    In file included from ..\source\mcal/Gpt/common/Gpt.c:93:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:328:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("GPT_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:116:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:659:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:123:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:253:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("GPT_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:133:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:567:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:138:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:423:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("GPT_CONST_32_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:151:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:774:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:167:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("GPT_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt.c:909:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    8 warnings generated.
    'Finished building: "..\source\mcal/Gpt/common/Gpt.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Gpt/common/Gpt_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Gpt_Platform.d_raw" -MT"..\source\mcal/Gpt/common/Gpt_Platform.o"  -o "../Debug//Gpt_Platform.o" "..\source\mcal/Gpt/common/Gpt_Platform.c"
    In file included from ..\source\mcal/Gpt/common/Gpt_Platform.c:31:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("GPT_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Platform.c:33:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Platform.c:46:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:404:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("GPT_CONST_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Platform.c:62:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:751:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Platform.c:67:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("GPT_TEXT_SECTION")
            ^
    ..\source\mcal/Gpt/common/Gpt_Platform.c:102:12: warning: unused variable 'modId' [-Wunused-variable]
        uint32 modId      = ChannelId / 4U;
               ^
    ..\source\mcal/Gpt/common/Gpt_Platform.c:151:12: warning: unused variable 'modId' [-Wunused-variable]
        uint32 modId      = channelId / 4U;
               ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Platform.c:331:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    8 warnings generated.
    'Finished building: "..\source\mcal/Gpt/common/Gpt_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Gpt/common/Gpt_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Gpt_Irq.d_raw" -MT"..\source\mcal/Gpt/common/Gpt_Irq.o"  -o "../Debug//Gpt_Irq.o" "..\source\mcal/Gpt/common/Gpt_Irq.c"
    ..\source\mcal/Gpt/common/Gpt_Irq.c:14:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE ( Gpt_Ch0Isr , 32 )
            ^
    ..\source\mcal/Gpt/common/Gpt_Irq.c:15:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE ( Gpt_Ch1Isr , 32 )
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Irq.c:30:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:527:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("GPT_ISR_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/common/Gpt_Irq.c:295:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:889:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Gpt/common/Gpt_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Gpt/config/Project_A/Gpt_PBcfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Gpt_PBcfg.d_raw" -MT"..\source\mcal/Gpt/config/Project_A/Gpt_PBcfg.o"  -o "../Debug//Gpt_PBcfg.o" "..\source\mcal/Gpt/config/Project_A/Gpt_PBcfg.c"
    In file included from ..\source\mcal/Gpt/config/Project_A/Gpt_PBcfg.c:53:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:483:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("GPT_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Gpt/config/Project_A/Gpt_PBcfg.c:263:
    ../source/autosar/mcal_include/include/memmap\Gpt_MemMap.h:843:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Gpt/config/Project_A/Gpt_PBcfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Gpt/config/Project_A/Gpt_Cfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Gpt_Cfg.d_raw" -MT"..\source\mcal/Gpt/config/Project_A/Gpt_Cfg.o"  -o "../Debug//Gpt_Cfg.o" "..\source\mcal/Gpt/config/Project_A/Gpt_Cfg.c"
    'Finished building: "..\source\mcal/Gpt/config/Project_A/Gpt_Cfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Icu/common/Icu_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Icu_Irq.d_raw" -MT"..\source\mcal/Icu/common/Icu_Irq.o"  -o "../Debug//Icu_Irq.o" "..\source\mcal/Icu/common/Icu_Irq.c"
    'Finished building: "..\source\mcal/Icu/common/Icu_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Icu/common/ecap.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ecap.d_raw" -MT"..\source\mcal/Icu/common/ecap.o"  -o "../Debug//ecap.o" "..\source\mcal/Icu/common/ecap.c"
    ..\source\mcal/Icu/common/ecap.c:274:12: warning: unused variable 'ans' [-Wunused-variable]
        uint32 ans= value & (flag);
               ^
    1 warning generated.
    'Finished building: "..\source\mcal/Icu/common/ecap.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Icu/common/Icu_Priv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Icu_Priv.d_raw" -MT"..\source\mcal/Icu/common/Icu_Priv.o"  -o "../Debug//Icu_Priv.o" "..\source\mcal/Icu/common/Icu_Priv.c"
    'Finished building: "..\source\mcal/Icu/common/Icu_Priv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Icu/common/Icu.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Icu.d_raw" -MT"..\source\mcal/Icu/common/Icu.o"  -o "../Debug//Icu.o" "..\source\mcal/Icu/common/Icu.c"
    'Finished building: "..\source\mcal/Icu/common/Icu.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Ipc/common/Cdd_Ipc.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Cdd_Ipc.d_raw" -MT"..\source\mcal/Ipc/common/Cdd_Ipc.o"  -o "../Debug//Cdd_Ipc.o" "..\source\mcal/Ipc/common/Cdd_Ipc.c"
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc.c:77:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:222:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CDD_IPC_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc.c:95:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:448:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc.c:98:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:165:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CDD_IPC_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc.c:139:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:392:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc.c:150:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:341:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_IPC_TEXT_SECTION")
            ^
    ..\source\mcal/Ipc/common/Cdd_Ipc.c:161:18: warning: unused variable 'i' [-Wunused-variable]
        volatile int i = 0;
                     ^
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc.c:532:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:574:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    7 warnings generated.
    'Finished building: "..\source\mcal/Ipc/common/Cdd_Ipc.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ipc_notify_v1_cfg_lld.d_raw" -MT"..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.o"  -o "../Debug//ipc_notify_v1_cfg_lld.o" "..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c"
    In file included from ..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c:38:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:183:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("CDD_IPC_DATA_INIT_32_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c:49:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:406:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c:61:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:341:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_IPC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c:272:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:574:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Ipc/common/ipc_notify_v1_cfg_lld.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Ipc/common/Cdd_Ipc_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Cdd_Ipc_Irq.d_raw" -MT"..\source\mcal/Ipc/common/Cdd_Ipc_Irq.o"  -o "../Debug//Cdd_Ipc_Irq.o" "..\source\mcal/Ipc/common/Cdd_Ipc_Irq.c"
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc_Irq.c:31:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:360:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_IPC_ISR_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/Cdd_Ipc_Irq.c:60:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:588:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Ipc/common/Cdd_Ipc_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Ipc/common/ipc_rpmsg_lld.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ipc_rpmsg_lld.d_raw" -MT"..\source\mcal/Ipc/common/ipc_rpmsg_lld.o"  -o "../Debug//ipc_rpmsg_lld.o" "..\source\mcal/Ipc/common/ipc_rpmsg_lld.c"
    In file included from ..\source\mcal/Ipc/common/ipc_rpmsg_lld.c:36:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:341:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_IPC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/ipc_rpmsg_lld.c:728:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:574:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Ipc/common/ipc_rpmsg_lld.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Ipc/common/ipc_notify_v1_lld.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ipc_notify_v1_lld.d_raw" -MT"..\source\mcal/Ipc/common/ipc_notify_v1_lld.o"  -o "../Debug//ipc_notify_v1_lld.o" "..\source\mcal/Ipc/common/ipc_notify_v1_lld.c"
    In file included from ..\source\mcal/Ipc/common/ipc_notify_v1_lld.c:7:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:341:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_IPC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/ipc_notify_v1_lld.c:283:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:574:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Ipc/common/ipc_notify_v1_lld.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Ipc/common/ipc_rpmsg_lld_vring.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ipc_rpmsg_lld_vring.d_raw" -MT"..\source\mcal/Ipc/common/ipc_rpmsg_lld_vring.o"  -o "../Debug//ipc_rpmsg_lld_vring.o" "..\source\mcal/Ipc/common/ipc_rpmsg_lld_vring.c"
    In file included from ..\source\mcal/Ipc/common/ipc_rpmsg_lld_vring.c:56:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:341:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("CDD_IPC_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Ipc/common/ipc_rpmsg_lld_vring.c:469:
    ../source/autosar/mcal_include/include/memmap\Cdd_Ipc_MemMap.h:574:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Ipc/common/ipc_rpmsg_lld_vring.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Mcu/common/Mcu.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Mcu.d_raw" -MT"..\source\mcal/Mcu/common/Mcu.o"  -o "../Debug//Mcu.o" "..\source\mcal/Mcu/common/Mcu.c"
    In file included from ..\source\mcal/Mcu/common/Mcu.c:46:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("MCU_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:49:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:860:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:101:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("MCU_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:105:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:561:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:110:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:250:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("MCU_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:116:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:561:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:123:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("MCU_TEXT_SECTION")
            ^
    ..\source\mcal/Mcu/common/Mcu.c:351:9: warning: variable 'Pll_Status' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
        if (gMcuDrvStatus == MCU_STATE_UNINIT)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:375:13: note: uninitialized use occurs here
        return (Pll_Status);
                ^~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:351:5: note: remove the 'if' if its condition is always false
        if (gMcuDrvStatus == MCU_STATE_UNINIT)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:349:9: note: variable 'Pll_Status' is declared here
        VAR(Mcu_PllStatusType, MCU_VAR)  Pll_Status;
            ^
    ..\source\mcal/Mcu/common/Mcu.c:382:6: warning: variable 'Reset_Reason' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
            if (gMcuDrvStatus == MCU_STATE_UNINIT)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:402:13: note: uninitialized use occurs here
        return (Reset_Reason);
                ^~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:382:2: note: remove the 'if' if its condition is always false
            if (gMcuDrvStatus == MCU_STATE_UNINIT)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:380:9: note: variable 'Reset_Reason' is declared here
        VAR(Mcu_ResetType, MCU_VAR) Reset_Reason;
            ^
    ..\source\mcal/Mcu/common/Mcu.c:432:6: warning: variable 'Reset_Raw_Value' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
            if (gMcuDrvStatus == MCU_STATE_UNINIT)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:448:13: note: uninitialized use occurs here
        return (Reset_Raw_Value);
                ^~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:432:2: note: remove the 'if' if its condition is always false
            if (gMcuDrvStatus == MCU_STATE_UNINIT)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:430:51: note: initialize the variable 'Reset_Raw_Value' to silence this warning
       VAR(Mcu_RawResetType, MCU_VAR)  Reset_Raw_Value;
                                                      ^
                                                       = 0
    ..\source\mcal/Mcu/common/Mcu.c:458:6: warning: variable 'GetRamState_Return' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized]
            if (gMcuDrvStatus == MCU_STATE_UNINIT)
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:474:13: note: uninitialized use occurs here
        return (GetRamState_Return);
                ^~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:458:2: note: remove the 'if' if its condition is always false
            if (gMcuDrvStatus == MCU_STATE_UNINIT)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ..\source\mcal/Mcu/common/Mcu.c:456:9: note: variable 'GetRamState_Return' is declared here
        VAR(Mcu_RamStateType, MCU_VAR) GetRamState_Return;
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu.c:718:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:860:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    12 warnings generated.
    'Finished building: "..\source\mcal/Mcu/common/Mcu.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Mcu/common/Mcu_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Mcu_Platform.d_raw" -MT"..\source\mcal/Mcu/common/Mcu_Platform.o"  -o "../Debug//Mcu_Platform.o" "..\source\mcal/Mcu/common/Mcu_Platform.c"
    In file included from ..\source\mcal/Mcu/common/Mcu_Platform.c:30:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("MCU_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu_Platform.c:32:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:860:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu_Platform.c:43:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:502:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("MCU_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/common/Mcu_Platform.c:1026:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:860:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Mcu/common/Mcu_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Mcu/config/Project_A/Mcu_PBcfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Mcu_PBcfg.d_raw" -MT"..\source\mcal/Mcu/config/Project_A/Mcu_PBcfg.o"  -o "../Debug//Mcu_PBcfg.o" "..\source\mcal/Mcu/config/Project_A/Mcu_PBcfg.c"
    'Finished building: "..\source\mcal/Mcu/config/Project_A/Mcu_PBcfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Mcu_Cfg.d_raw" -MT"..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.o"  -o "../Debug//Mcu_Cfg.o" "..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c"
    In file included from ..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c:69:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:480:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("MCU_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c:91:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:837:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c:94:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:480:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("MCU_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c:300:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:837:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c:303:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:480:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("MCU_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c:326:
    ../source/autosar/mcal_include/include/memmap\Mcu_MemMap.h:837:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    6 warnings generated.
    'Finished building: "..\source\mcal/Mcu/config/Project_A/Mcu_Cfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Port/common/Port.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Port.d_raw" -MT"..\source\mcal/Port/common/Port.o"  -o "../Debug//Port.o" "..\source\mcal/Port/common/Port.c"
    In file included from ..\source\mcal/Port/common/Port.c:58:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("PORT_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Port/common/Port.c:61:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Port/common/Port.c:159:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:253:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("PORT_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Port/common/Port.c:165:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:564:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Port/common/Port.c:176:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("PORT_TEXT_SECTION")
            ^
    ..\source\mcal/Port/common/Port.c:623:16: warning: unused variable 'gpioEdge' [-Wunused-variable]
            Port_EdgeTrig gpioEdge = 0U;
                          ^
    ..\source\mcal/Port/common/Port.c:619:9: warning: unused variable 'ChannelId' [-Wunused-variable]
            uint32 ChannelId = 0U;
                   ^
    In file included from ..\source\mcal/Port/common/Port.c:980:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    8 warnings generated.
    'Finished building: "..\source\mcal/Port/common/Port.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Port/common/Port_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Port_Platform.d_raw" -MT"..\source\mcal/Port/common/Port_Platform.o"  -o "../Debug//Port_Platform.o" "..\source\mcal/Port/common/Port_Platform.c"
    In file included from ..\source\mcal/Port/common/Port_Platform.c:28:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("PORT_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Port/common/Port_Platform.c:30:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    In file included from ..\source\mcal/Port/common/Port_Platform.c:42:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:404:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("PORT_CONST_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Port/common/Port_Platform.c:54:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:748:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Port/common/Port_Platform.c:61:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("PORT_TEXT_SECTION")
            ^
    ..\source\mcal/Port/common/Port_Platform.c:306:10: warning: unused variable 'baseAdd' [-Wunused-variable]
            uint32  baseAdd = SOC_IOMUX_REG_BASE;
                    ^
    ..\source\mcal/Port/common/Port_Platform.c:304:13: warning: unused variable 'muxmode_val' [-Wunused-variable]
        uint32  muxmode_val;
                ^
    ..\source\mcal/Port/common/Port_Platform.c:305:13: warning: unused variable 'pin_reg_addr' [-Wunused-variable]
        uint32  pin_reg_addr;
                ^
    In file included from ..\source\mcal/Port/common/Port_Platform.c:655:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:863:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    9 warnings generated.
    'Finished building: "..\source\mcal/Port/common/Port_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Port/config/Project_A/Port_PBcfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Port_PBcfg.d_raw" -MT"..\source\mcal/Port/config/Project_A/Port_PBcfg.o"  -o "../Debug//Port_PBcfg.o" "..\source\mcal/Port/config/Project_A/Port_PBcfg.c"
    In file included from ..\source\mcal/Port/config/Project_A/Port_PBcfg.c:61:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:483:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("PORT_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Port/config/Project_A/Port_PBcfg.c:1990:
    ../source/autosar/mcal_include/include/memmap\Port_MemMap.h:840:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Port/config/Project_A/Port_PBcfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Port/config/Project_A/Port_Cfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Port_Cfg.d_raw" -MT"..\source\mcal/Port/config/Project_A/Port_Cfg.o"  -o "../Debug//Port_Cfg.o" "..\source\mcal/Port/config/Project_A/Port_Cfg.c"
    'Finished building: "..\source\mcal/Port/config/Project_A/Port_Cfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Pwm/common/Pwm_Priv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Pwm_Priv.d_raw" -MT"..\source\mcal/Pwm/common/Pwm_Priv.o"  -o "../Debug//Pwm_Priv.o" "..\source\mcal/Pwm/common/Pwm_Priv.c"
    In file included from ..\source\mcal/Pwm/common/Pwm_Priv.c:98:
    ../source/autosar/mcal_include/include/memmap\Pwm_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("PWM_TEXT_SECTION")
            ^
    ..\source\mcal/Pwm/common/Pwm_Priv.c:212:12: warning: unused variable 'absolute_dutyCycle' [-Wunused-variable]
        uint32 absolute_dutyCycle;
               ^
    ..\source\mcal/Pwm/common/Pwm_Priv.c:294:12: warning: unused variable 'absolute_dutyCycle' [-Wunused-variable]
        uint32 absolute_dutyCycle;
               ^
    In file included from ..\source\mcal/Pwm/common/Pwm_Priv.c:504:
    ../source/autosar/mcal_include/include/memmap\Pwm_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Pwm/common/Pwm_Priv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Pwm/common/Pwm.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Pwm.d_raw" -MT"..\source\mcal/Pwm/common/Pwm.o"  -o "../Debug//Pwm.o" "..\source\mcal/Pwm/common/Pwm.c"
    ..\source\mcal/Pwm/common/Pwm.c:280:27: warning: unused variable 'baseAddr' [-Wunused-variable]
        uint32                baseAddr;
                              ^
    ..\source\mcal/Pwm/common/Pwm.c:383:12: warning: unused variable 'baseAddr' [-Wunused-variable]
        uint32 baseAddr;
               ^
    ..\source\mcal/Pwm/common/Pwm.c:384:23: warning: unused variable 'signalParams' [-Wunused-variable]
        EPWM_SignalParams signalParams;
                          ^
    3 warnings generated.
    'Finished building: "..\source\mcal/Pwm/common/Pwm.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Pwm/common/Pwm_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Pwm_Platform.d_raw" -MT"..\source\mcal/Pwm/common/Pwm_Platform.o"  -o "../Debug//Pwm_Platform.o" "..\source\mcal/Pwm/common/Pwm_Platform.c"
    'Finished building: "..\source\mcal/Pwm/common/Pwm_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Pwm/common/Pwm_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Pwm_Irq.d_raw" -MT"..\source\mcal/Pwm/common/Pwm_Irq.o"  -o "../Debug//Pwm_Irq.o" "..\source\mcal/Pwm/common/Pwm_Irq.c"
    'Finished building: "..\source\mcal/Pwm/common/Pwm_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/Spi_Priv.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Spi_Priv.d_raw" -MT"..\source\mcal/Spi/common/Spi_Priv.o"  -o "../Debug//Spi_Priv.o" "..\source\mcal/Spi/common/Spi_Priv.c"
    'Finished building: "..\source\mcal/Spi/common/Spi_Priv.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/Spi_Mcspi.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Spi_Mcspi.d_raw" -MT"..\source\mcal/Spi/common/Spi_Mcspi.o"  -o "../Debug//Spi_Mcspi.o" "..\source\mcal/Spi/common/Spi_Mcspi.c"
    'Finished building: "..\source\mcal/Spi/common/Spi_Mcspi.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/Spi.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Spi.d_raw" -MT"..\source\mcal/Spi/common/Spi.o"  -o "../Debug//Spi.o" "..\source\mcal/Spi/common/Spi.c"
    'Finished building: "..\source\mcal/Spi/common/Spi.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/Spi_Utils.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Spi_Utils.d_raw" -MT"..\source\mcal/Spi/common/Spi_Utils.o"  -o "../Debug//Spi_Utils.o" "..\source\mcal/Spi/common/Spi_Utils.c"
    'Finished building: "..\source\mcal/Spi/common/Spi_Utils.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/Spi_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Spi_Irq.d_raw" -MT"..\source\mcal/Spi/common/Spi_Irq.o"  -o "../Debug//Spi_Irq.o" "..\source\mcal/Spi/common/Spi_Irq.c"
    'Finished building: "..\source\mcal/Spi/common/Spi_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/Spi_Dma.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Spi_Dma.d_raw" -MT"..\source\mcal/Spi/common/Spi_Dma.o"  -o "../Debug//Spi_Dma.o" "..\source\mcal/Spi/common/Spi_Dma.c"
    'Finished building: "..\source\mcal/Spi/common/Spi_Dma.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/mcspi_hw/V0/priv/mcspi.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//mcspi.d_raw" -MT"..\source\mcal/Spi/common/mcspi_hw/V0/priv/mcspi.o"  -o "../Debug//mcspi.o" "..\source\mcal/Spi/common/mcspi_hw/V0/priv/mcspi.c"
    'Finished building: "..\source\mcal/Spi/common/mcspi_hw/V0/priv/mcspi.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Spi/common/mcspi_hw/V0/mcspi.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//mcspi.d_raw" -MT"..\source\mcal/Spi/common/mcspi_hw/V0/mcspi.o"  -o "../Debug//mcspi.o" "..\source\mcal/Spi/common/mcspi_hw/V0/mcspi.c"
    'Finished building: "..\source\mcal/Spi/common/mcspi_hw/V0/mcspi.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Wdg/common/Wdg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Wdg.d_raw" -MT"..\source\mcal/Wdg/common/Wdg.o"  -o "../Debug//Wdg.o" "..\source\mcal/Wdg/common/Wdg.c"
    In file included from ..\source\mcal/Wdg/common/Wdg.c:69:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:334:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("WDG_DATA_NO_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg.c:74:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:662:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg.c:77:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:253:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("WDG_DATA_INIT_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg.c:84:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:570:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg.c:90:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:511:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("WDG_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg.c:400:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:869:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    6 warnings generated.
    'Finished building: "..\source\mcal/Wdg/common/Wdg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Wdg/common/Wdg_Platform.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Wdg_Platform.d_raw" -MT"..\source\mcal/Wdg/common/Wdg_Platform.o"  -o "../Debug//Wdg_Platform.o" "..\source\mcal/Wdg/common/Wdg_Platform.c"
    In file included from ..\source\mcal/Wdg/common/Wdg_Platform.c:71:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:410:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("WDG_CONST_UNSPECIFIED_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg_Platform.c:77:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:754:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg_Platform.c:94:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:511:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("WDG_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg_Platform.c:326:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:869:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    4 warnings generated.
    'Finished building: "..\source\mcal/Wdg/common/Wdg_Platform.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Wdg/common/Wdg_Irq.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Wdg_Irq.d_raw" -MT"..\source\mcal/Wdg/common/Wdg_Irq.o"  -o "../Debug//Wdg_Irq.o" "..\source\mcal/Wdg/common/Wdg_Irq.c"
    In file included from ..\source\mcal/Wdg/common/Wdg_Irq.c:60:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:530:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("WDG_ISR_TEXT_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/common/Wdg_Irq.c:74:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:892:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Wdg/common/Wdg_Irq.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Wdg/config/Project_A/Wdg_PBcfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Wdg_PBcfg.d_raw" -MT"..\source\mcal/Wdg/config/Project_A/Wdg_PBcfg.o"  -o "../Debug//Wdg_PBcfg.o" "..\source\mcal/Wdg/config/Project_A/Wdg_PBcfg.c"
    In file included from ..\source\mcal/Wdg/config/Project_A/Wdg_PBcfg.c:74:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:489:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION("WDG_CONFIG_SECTION")
            ^
    In file included from ..\source\mcal/Wdg/config/Project_A/Wdg_PBcfg.c:103:
    ../source/autosar/mcal_include/include/memmap\Wdg_MemMap.h:846:9: warning: pragma SET_DATA_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_DATA_SECTION()
            ^
    2 warnings generated.
    'Finished building: "..\source\mcal/Wdg/config/Project_A/Wdg_PBcfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Wdg/config/Project_A/Wdg_Lcfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Wdg_Lcfg.d_raw" -MT"..\source\mcal/Wdg/config/Project_A/Wdg_Lcfg.o"  -o "../Debug//Wdg_Lcfg.o" "..\source\mcal/Wdg/config/Project_A/Wdg_Lcfg.c"
    'Finished building: "..\source\mcal/Wdg/config/Project_A/Wdg_Lcfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\mcal/Wdg/config/Project_A/Wdg_Cfg.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Wdg_Cfg.d_raw" -MT"..\source\mcal/Wdg/config/Project_A/Wdg_Cfg.o"  -o "../Debug//Wdg_Cfg.o" "..\source\mcal/Wdg/config/Project_A/Wdg_Cfg.c"
    'Finished building: "..\source\mcal/Wdg/config/Project_A/Wdg_Cfg.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\application\Sched_Support.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Sched_Support.d_raw" -MT"..\source\application\Sched_Support.o"  -o "../Debug//Sched_Support.o" "..\source\application\Sched_Support.c"
    'Finished building: "..\source\application\Sched_Support.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "..\source\os\Scheduler.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Scheduler.d_raw" -MT"..\source\os\Scheduler.o"  -o "../Debug//Scheduler.o" "..\source\os\Scheduler.c"
    'Finished building: "..\source\os\Scheduler.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_enet_open_close.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_enet_open_close.d_raw" -MT"../Debug/syscfg/ti_enet_open_close.o"  -o "../Debug//ti_enet_open_close.o" "../Debug/syscfg/ti_enet_open_close.c"
    'Finished building: "../Debug/syscfg/ti_enet_open_close.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_power_clock_config.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_power_clock_config.d_raw" -MT"../Debug/syscfg/ti_power_clock_config.o"  -o "../Debug//ti_power_clock_config.o" "../Debug/syscfg/ti_power_clock_config.c"
    'Finished building: "../Debug/syscfg/ti_power_clock_config.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_board_open_close.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_board_open_close.d_raw" -MT"../Debug/syscfg/ti_board_open_close.o"  -o "../Debug//ti_board_open_close.o" "../Debug/syscfg/ti_board_open_close.c"
    'Finished building: "../Debug/syscfg/ti_board_open_close.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_dpl_config.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_dpl_config.d_raw" -MT"../Debug/syscfg/ti_dpl_config.o"  -o "../Debug//ti_dpl_config.o" "../Debug/syscfg/ti_dpl_config.c"
    'Finished building: "../Debug/syscfg/ti_dpl_config.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_drivers_open_close.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_drivers_open_close.d_raw" -MT"../Debug/syscfg/ti_drivers_open_close.o"  -o "../Debug//ti_drivers_open_close.o" "../Debug/syscfg/ti_drivers_open_close.c"
    'Finished building: "../Debug/syscfg/ti_drivers_open_close.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_enet_config.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_enet_config.d_raw" -MT"../Debug/syscfg/ti_enet_config.o"  -o "../Debug//ti_enet_config.o" "../Debug/syscfg/ti_enet_config.c"
    'Finished building: "../Debug/syscfg/ti_enet_config.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_board_config.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_board_config.d_raw" -MT"../Debug/syscfg/ti_board_config.o"  -o "../Debug//ti_board_config.o" "../Debug/syscfg/ti_board_config.c"
    'Finished building: "../Debug/syscfg/ti_board_config.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_pinmux_config.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_pinmux_config.d_raw" -MT"../Debug/syscfg/ti_pinmux_config.o"  -o "../Debug//ti_pinmux_config.o" "../Debug/syscfg/ti_pinmux_config.c"
    'Finished building: "../Debug/syscfg/ti_pinmux_config.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../Debug/syscfg/ti_drivers_config.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//ti_drivers_config.d_raw" -MT"../Debug/syscfg/ti_drivers_config.o"  -o "../Debug//ti_drivers_config.o" "../Debug/syscfg/ti_drivers_config.c"
    'Finished building: "../Debug/syscfg/ti_drivers_config.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/application/startup/main.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//main.d_raw" -MT"../source/application/startup/main.o"  -o "../Debug//main.o" "../source/application/startup/main.c"
    In file included from ../source/application/startup/main.c:39:
    In file included from ..\source\mcal\Adc\common\Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:397:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:505:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION("ADC_TEXT_SECTION")
            ^
    In file included from ../source/application/startup/main.c:39:
    In file included from ..\source\mcal\Adc\common\Adc.h:121:
    In file included from ..\source\mcal\Adc\common/Adc_Priv.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Utils.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Types.h:79:
    In file included from ..\source\mcal\Adc\common/Adc_Platform.h:1799:
    ../source/autosar/mcal_include/include/memmap\Adc_MemMap.h:866:9: warning: pragma SET_CODE_SECTION is a legacy TI pragma and not supported in clang compilers. [-Wti-pragmas]
    #pragma SET_CODE_SECTION()
            ^
    2 warnings generated.
    'Finished building: "../source/application/startup/main.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/application/startup/stub.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//stub.d_raw" -MT"../source/application/startup/stub.o"  -o "../Debug//stub.o" "../source/application/startup/stub.c"
    'Finished building: "../source/application/startup/stub.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/trace.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//trace.d_raw" -MT"../source/Utils/trace.o"  -o "../Debug//trace.o" "../source/Utils/trace.c"
    'Finished building: "../source/Utils/trace.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/app_utils_uart.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//app_utils_uart.d_raw" -MT"../source/Utils/app_utils_uart.o"  -o "../Debug//app_utils_uart.o" "../source/Utils/app_utils_uart.c"
    ../source/Utils/app_utils_uart.c:46:9: warning: unused variable 'divsor' [-Wunused-variable]
            uint32 divsor =0U;
                   ^
    ../source/Utils/app_utils_uart.c:47:9: warning: unused variable 'Sciclk' [-Wunused-variable]
            uint32 Sciclk =0U;
                   ^
    2 warnings generated.
    'Finished building: "../source/Utils/app_utils_uart.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/Det.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Det.d_raw" -MT"../source/Utils/Det.o"  -o "../Debug//Det.o" "../source/Utils/Det.c"
    'Finished building: "../source/Utils/Det.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/app_utils.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//app_utils.d_raw" -MT"../source/Utils/app_utils.o"  -o "../Debug//app_utils.o" "../source/Utils/app_utils.c"
    'Finished building: "../source/Utils/app_utils.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/Os.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Os.d_raw" -MT"../source/Utils/Os.o"  -o "../Debug//Os.o" "../source/Utils/Os.c"
    'Finished building: "../source/Utils/Os.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/Dem.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//Dem.d_raw" -MT"../source/Utils/Dem.o"  -o "../Debug//Dem.o" "../source/Utils/Dem.c"
    'Finished building: "../source/Utils/Dem.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/sys_vim.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//sys_vim.d_raw" -MT"../source/Utils/sys_vim.o"  -o "../Debug//sys_vim.o" "../source/Utils/sys_vim.c"
    ../source/Utils/sys_vim.c:74:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(vimFiqDispatcher, 32)
            ^
    ../source/Utils/sys_vim.c:75:9: warning: pragma CODE_SECTION is a legacy TI pragma and not supported in clang compilers. use '__attribute__((section("scn_name")))' instead [-Wti-pragmas]
    #pragma CODE_SECTION(vimFiqDispatcher, ".startup")
            ^
    ../source/Utils/sys_vim.c:135:9: warning: pragma CODE_STATE is a legacy TI pragma and not supported in clang compilers. use '__attribute__((target("code_state")))' instead [-Wti-pragmas]
    #pragma CODE_STATE(vimIrqDispatcher, 32)
            ^
    ../source/Utils/sys_vim.c:136:9: warning: pragma CODE_SECTION is a legacy TI pragma and not supported in clang compilers. use '__attribute__((section("scn_name")))' instead [-Wti-pragmas]
    #pragma CODE_SECTION(vimIrqDispatcher, ".startup")
            ^
    ../source/Utils/sys_vim.c:146:36: warning: unused variable 'groupIdx1' [-Wunused-variable]
        static uint8                   groupIdx1;
                                       ^
    5 warnings generated.
    'Finished building: "../source/Utils/sys_vim.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/sci.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//sci.d_raw" -MT"../source/Utils/sci.o"  -o "../Debug//sci.o" "../source/Utils/sci.c"
    'Finished building: "../source/Utils/sci.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/crc.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//crc.d_raw" -MT"../source/Utils/crc.o"  -o "../Debug//crc.o" "../source/Utils/crc.c"
    'Finished building: "../source/Utils/crc.c"'
    ' '
    *********************************************************************************************************************
    'Building file: "../source/Utils/esm.c"'
    'Invoking: Arm Compiler'
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -c -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -I..\source\mcal\Adc\common -I..\source\mcal\Adc\config\Project_A -I..\source\mcal\Can -I..\source\mcal\Can\config\Project_A -I..\source\mcal\Dio\common -I..\source\mcal\Dio\config\Project_A -I..\source\mcal\Dma\common -I..\source\mcal\Dma\config\Project_A -I..\source\mcal\Eth\common -I..\source\mcal\Eth\config\Project_A -I..\source\mcal\Eth\common\cpsw\include -I..\source\mcal\Eth\common\cpsw -I..\source\mcal\Eth\common\hw -I..\source\mcal\EthTrcv\common -I..\source\mcal\EthTrcv\config\Project_A -I..\source\mcal\Fls\common -I..\source\mcal\Fls\config\Project_A -I..\source\mcal\Gpt\common -I..\source\mcal\Gpt\config\Project_A -I..\source\mcal\Icu\common -I..\source\mcal\Icu\config\Project_A -I..\source\mcal\Ipc\common -I..\source\mcal\Ipc\config\Project_A -I..\source\mcal\Mcu\common -I..\source\mcal\Mcu\config\Project_A -I..\source\mcal\Port\common -I..\source\mcal\Port\config\Project_A -I..\source\mcal\Pwm\common -I..\source\mcal\Pwm\config\Project_A -I..\source\mcal\Spi\common -I..\source\mcal\Spi\common\mcspi_hw -I..\source\mcal\Spi\common\mcspi_hw\V0 -I..\source\mcal\Spi\config\Project_A -I..\source\mcal\Wdg\common -I..\source\mcal\Wdg\config\Project_A -I..\source\application -I..\source\os -I../Debug/syscfg -I../source/types -I../source/autosar/autosar_include -I../source/autosar/mcal_include/include/hw -I../source/autosar/mcal_include/include/hw/am263 -I../source/autosar/mcal_include/include/memmap  -IC:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/include/c -IC:/ti/mcu_plus_sdk_am263x_08_03_01_05/source -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -MMD -MP -MF"../Debug//esm.d_raw" -MT"../source/Utils/esm.o"  -o "../Debug//esm.o" "../source/Utils/esm.c"
    'Finished building: "../source/Utils/esm.c"'
    ' '
    *********************************************************************************************************************
    make[1]: Leaving directory 'C:/Project_Orange/Core_0/Make'
    make[1]: Entering directory 'C:/Project_Orange/Core_0/Make'
    "---------------------------"
     Building Startup files ...
    "---------------------------"
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -x ti-asm -mcpu=cortex-r5 ../source/application/startup/sys_core.asm ../source/application/startup/sys_intvecs.asm ../source/application/startup/sys_startup.asm -o "../Debug//Startup_file.o"
    "../source/application/startup/sys_core.asm", WARNING! at line 61:
     [W0003]
             Assembly-source debug directives cannot be used when debug
               information is disabled; ignoring all assembly-source debug
               directives
                .asmfunc
    
    No Assembly Errors, 1 Assembly Warning
    "../source/application/startup/sys_intvecs.asm", WARNING! at line 53:
     [W0003]
             Assembly-source debug directives cannot be used when debug
               information is disabled; ignoring all assembly-source debug
               directives
                .asmfunc
    
    No Assembly Errors, 1 Assembly Warning
    "../source/application/startup/sys_startup.asm", WARNING! at line 105:
     [W0003]
             Assembly-source debug directives cannot be used when debug
               information is disabled; ignoring all assembly-source debug
               directives
                .asmfunc
    
    No Assembly Errors, 1 Assembly Warning
    make[1]: Leaving directory 'C:/Project_Orange/Core_0/Make'
    make[1]: Entering directory 'C:/Project_Orange/Core_0/Make'
    Linking ....
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian  -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wl,-m"../../Build_Output/Core_0.map" -Wl,-i"C:/ti/mcu_plus_sdk_am263x_08_03_01_05/source/kernel/nortos/lib" -Wl,-i"C:/ti/mcu_plus_sdk_am263x_08_03_01_05/source/drivers/lib" -Wl,-i"C:/ti/mcu_plus_sdk_am263x_08_03_01_05/source/board/lib" -Wl,-i"C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/lib" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="../../Build_Output/Core_0.xml" -Wl,--ram_model -o "../../Build_Output/Core_0.out" "../Debug//*.o" "./lnk_r5_am263_CLANG.cmd" -Wl,-lnortos.am263x.r5f.ti-arm-clang.debug.lib  -Wl,-ldrivers.am263x.r5f.ti-arm-clang.debug.lib  -Wl,-lboard.am263x.r5f.ti-arm-clang.debug.lib  -Wl,-llibc.a
    fatal error #10417: file "../Debug\Startup_file.o" could not be statically or dynamically linked
    tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
    Makefile:89: recipe for target 'link' failed
    make[1]: *** [link] Error 1
    make[1]: Leaving directory 'C:/Project_Orange/Core_0/Make'
    Makefile:55: recipe for target 'all' failed
    make: *** [all] Error 2
    
    C:\Project_Orange\Core_0\Make>

    Thanks and Regards,

    Prashanth Arun

  • Hi Prashanth,

    Thanks for this, There's only one reason i could think of. The build system is not able to locate the objects "Startup_file.o", please ensure these are present in the directory Debug/ after building them. That's mostly the root cause.

  • Hi , I verified that the file is existing on debug folder:

    As highlighted below: it parses all the .o files from Debug directory while linking and also fed with Linker command file while linking.

    Linking ....
    C:/ti/ccs1120/ccs/tools/compiler/ti-cgt-armllvm_1.3.1.LTS/bin/tiarmclang -mcpu=cortex-r5 -mfloat-abi=hard -mfpu=vfpv3-d16 -mlittle-endian -DSOC_AM263X -D_DEBUG_=1 -gstrict-dwarf -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -Wl,-m"../../Build_Output/Core_0.map" -Wl,-i"" -Wl,-i"" -Wl,-i"" -Wl,-i"" -Wl,--reread_libs -Wl,--diag_suppress=10063 -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="../../Build_Output/Core_0.xml" -Wl,--ram_model -o "../../Build_Output/Core_0.out" "../Debug/*.o" "./lnk_r5_am263_CLANG.cmd"
    fatal error #10417: file "../Debug\Startup_file.o" could not be statically or dynamically linked
    tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
    Makefile:89: recipe for target 'link' failed
    make[1]: *** [link] Error 1
    make[1]: Leaving directory 'C:/Project_Orange/Core_0/Make'
    Makefile:55: recipe for target 'all' failed
    make: *** [all] Error 2

    One more observation: if I remove the startup_file.o and use a normal linker, I am able to generate .out file for flashing but with startup_file.o and with lnk_r5_am263_CLANG.cmd I am gettting a error as could not be statically or dynamically linked.

  • Hi Prashanth,

    Looks like the command used here is also little different from what MCAL used, Please refer to the below command I observed when compiling the MCAL package.

    /home/kowshik/ti/ti-cgt-armllvm_2.1.2.LTS/bin/tiarmclang -Wl,--emit_warnings_as_errors -Wl,--warn_sections,-qq,--undef_sym=_c_int00,--rom_model,--diag_suppress=10068 -Wl,-mcpu=cortex-r5,--diag_suppress=10063 -Wl,-qq,--diag_warning=225,--diag_suppress=23000 -Wl,-a,--rom_model,--warn_sections,
    --reread_libs,--unused_section_elimination=on,--compress_dwarf=on,--copy_compression=rle,
    --cinit_compression=rle  /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/sys_intvecs.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/sys_startup.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Cdd_Ipc_notify_app.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Cdd_Ipc_PBCfg.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Port_PBcfg.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Mcu_PBcfg.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Mcu_Cfg.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Os.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Dem.oer5f  
    /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/obj/am263/r5f/release/Det.oer5f -Wl,--output_file=/home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/bin/am263/ipc_notify_app_r5f_release.xer5f,--map_file=/home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/bin/am263/ipc_notify_app_r5f_release.xer5f.map,../../lnk_r5_am263_CLANG.cmd 
    -l/home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/Ipc/lib/am263/r5f/release/ipc.aer5f 
    -l/home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/Mcu/lib/am263/r5f/release/mcu.aer5f 
    -l/home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/Port/lib/am263/r5f/release/port.aer5f 
    -l/home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/examples/Utils/lib/am263/r5f/release/app_utils.aer5f 
    #
    # /home/kowshik/Documents/mcal_releases/MCAL_AM263x_00.09.00_07/mcal/binary/ipc_notify_app/bin/am263/ipc_notify_app_r5f_release.xer5f created.
    #

    I see slight difference where the application object files are being linked to the executable with the parameters of out file, map file and linker file.

    Thanks,
    G Kowshik

  • Hi , I went through the build makefile logs and used all the flags that was used for compilation. Now I am able to link the files. **Root Cause is flags were missing which was present in mcal makefile build environment.

    Issue is solved.

    Thanks & Regards,

    Prashanth Arun