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.

AM6411: A53 relocation error

Part Number: AM6411
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello,

I am trying to integrate Open62541 v1.3 on A53 core running FreeRTOS.

While I am succesful in running a server when I compile Open62541 with UA_NAMESPACE_ZERO=REDUCED, I run into relocation problems when I compile the full nodeset with UA_NAMESPACE_ZERO=FULL.

Here is a list of relocation errors emitted by the linker as well as the compilation flags used:


"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -O0 -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mcmodel=large -fno-pie -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -mcpu=cortex-a53+fp+simd -Wl,-Map,"application__MAIN_Cortex_A53_0.Debug.map" -static -Wl,--gc-sections -L"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/lib" -L"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/drivers/lib" -L"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/lib" -L"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/lib" -L"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lib" -L"/lib" -Wl,--build-id=none -o"application__MAIN_Cortex_A53_0.out" "./syscfg/ti_dpl_config.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_drivers_open_close.o" "./syscfg/ti_pinmux_config.o" "./syscfg/ti_power_clock_config.o" "./syscfg/ti_board_config.o" "./syscfg/ti_board_open_close.o" "./syscfg/ti_enet_config.o" "./syscfg/ti_enet_open_close.o" "./syscfg/ti_enet_soc.o" "./syscfg/ti_enet_lwipif.o" "./a53_0_freertos/a53_tasks.o" "./a53_0_freertos/main_a53.o" "./driver/adin1300/adin1300.o" "./driver/ascii_conv/src/ascii_conv.o" "./driver/corcomm/src/corcomm.o" "./driver/coremon/src/coremon.o" "./driver/eth_cdd/eth_cdd.o" "./driver/osal/src/osal.o" "./driver/sw_support/src/sw_support_main.o" "./platform_server/opc/src/open62541.o" -Wl,-T"C:/Users/quant/Documents/Projects/lemac/atacama-opc/tool/projectConfig/a53ss0-0_freertos/linker.cmd" -Wl,--start-group -lstdc++ -lgcc -lm -lrdimon -l:freertos.am64x.a53.gcc-aarch64.debug.lib -l:drivers.am64x.a53.gcc-aarch64.debug.lib -l:board.am64x.a53.gcc-aarch64.debug.lib -l:enet-cpsw.am64x.a53.gcc-aarch64.debug.lib -l:lwipif-cpsw-freertos.am64x.a53.gcc-aarch64.debug.lib -l:lwip-freertos.am64x.a53.gcc-aarch64.debug.lib -l:lwip-contrib-freertos.am64x.a53.gcc-aarch64.debug.lib -lc -Wl,--end-group
makefile:186: recipe for target 'application__MAIN_Cortex_A53_0.out' failed
C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/lib\freertos.am64x.a53.gcc-aarch64.debug.lib(portASM.obj): in function `vPortRestoreTaskContext':
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:382:(.vecs+0x80c): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:382:(.vecs+0x820): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:382:(.vecs+0x840): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/lib\freertos.am64x.a53.gcc-aarch64.debug.lib(portASM.obj): in function `HwiP_SVC_Handler':
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:391:(.vecs+0x950): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:391:(.vecs+0x958): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:391:(.vecs+0x9ac): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:397:(.vecs+0x9d8): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:397:(.vecs+0x9ec): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:397:(.vecs+0xa0c): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/lib\freertos.am64x.a53.gcc-aarch64.debug.lib(portASM.obj): in function `HwiP_IRQ_Handler':
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:417:(.vecs+0xb38): relocation truncated to fit: R_AARCH64_LD_PREL_LO19 against `.text.HwiP_defaultExcHandler'
C:\ti\mcu_plus_sdk_am64x_10_01_00_32\source\kernel\freertos/portable/GCC/ARM_CA53/portASM.S:442:(.vecs+0xb6c): additional relocation overflows omitted from the output
collect2.exe: error: ld returned 1 exit status
gmake[1]: *** [application__MAIN_Cortex_A53_0.out] Error 1
gmake: *** [all] Error 2
makefile:182: recipe for target 'all' failed

I would also like to point out that when I compile the same software for R5F core with TI-CLang 4.0.1 toolchain everything runs smoothly and no such relocation errors occur.

Please advise how to fix this issue.


Best regards,

Paolo Mattachini

  • Hi Paolo,

    Apologies for the delay, I have taken your inputs and looking into the issue. I will get back to you as soon as I have an update. Meanwhile could you please share your linker file here.

    Best Regards,

    Meet.

  • ENTRY(_c_int00)
    
    __TI_STACK_SIZE = 0x1400000;
    __TI_HEAP_SIZE = 0x6400000;
    
    MEMORY
    {
        DDR : ORIGIN =  0x80000000, LENGTH = 0x400000000
    
        /* shared memory segments */
        /* On A53,
         * - make sure there is a MMU entry which maps below regions as non-cache
         */
        USER_SHM_MEM            : ORIGIN = 0x701D0000, LENGTH = 0x80
        LOG_SHM_MEM             : ORIGIN = 0x701D0000 + 0x80, LENGTH = 0x00004000 - 0x80
        RTOS_NORTOS_IPC_SHM_MEM : ORIGIN = 0x701D4000, LENGTH = 0x0000C000
    }
    
    SECTIONS {
    
        .vecs : {} > DDR
        .text : {} > DDR
        .rodata : {} > DDR
    
        .data : ALIGN (8) {
            __data_load__ = LOADADDR (.data);
            __data_start__ = .;
            *(.data)
            *(.data*)
            . = ALIGN (8);
            __data_end__ = .;
        } > DDR
    
        /* General purpose user shared memory, used in some examples */
        .bss.user_shared_mem (NOLOAD) : { KEEP(*(.bss.user_shared_mem)) } > USER_SHM_MEM
        /* this is used when Debug log's to shared memory are enabled, else this is not used */
        .bss.log_shared_mem  (NOLOAD) : { KEEP(*(.bss.log_shared_mem)) } > LOG_SHM_MEM
        /* this is used only when IPC RPMessage is enabled, else this is not used */
        .bss.ipc_vring_mem   (NOLOAD) : { KEEP(*(.bss.ipc_vring_mem)) } > RTOS_NORTOS_IPC_SHM_MEM
    
        .bss : {
            __bss_start__ = .;
            *(.bss)
            *(.bss.*)
            . = ALIGN (8);
            *(COMMON)
            __bss_end__ = .;
            . = ALIGN (8);
        } > DDR
    
        .heap (NOLOAD) : {
            __heap_start__ = .;
            KEEP(*(.heap))
            . = . + __TI_HEAP_SIZE;
            __heap_end__ = .;
        } > DDR
    
        .stack (NOLOAD) : ALIGN(16) {
            __TI_STACK_BASE = .;
            KEEP(*(.stack))
            . = . + __TI_STACK_SIZE;
        } > DDR
    
    }

  • Any news on the following issue? Please advise as this is blocking for my customer.

    Best regards,
    Paolo

  • Hi Paolo,

    If you are using CCS could you please try to rebuild the example after enabling the following option in the properties:

    I suspect that once you change to UA_NAMESPACE_ZERO=FULL, the program becomes large enough such that some function calls might go outside the 64-megabyte addressing range causing this relocation issue. Enabling the flag -mlong-calls will allow the compiler to call such instructions as indirect calls: ARM Options (Using the GNU Compiler Collection (GCC))

    Best Regards,

    Meet.

  • I tried to activate that option inside CCS but now I have this list of errors instead:


    **** Build of configuration Debug for project application__MAIN_Cortex_A53_0 ****

    "C:\\ti\\ccs1281\\ccs\\utils\\bin\\gmake" -k -j 12 all -O

    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/tool/projectConfig/a53ss0-0_freertos/atacama.syscfg"
    Invoking: SysConfig
    "C:/ti/sysconfig_1.21.2/sysconfig_cli.bat" --script "C:/Users/quant/Documents/Projects/lemac/atacama-opc/tool/projectConfig/m4fss0-0_freertos/atacama.syscfg" --context "m4fss0-0" --script "C:/Users/quant/Documents/Projects/lemac/atacama-opc/tool/projectConfig/r5fss0-0_freertos/atacama.syscfg" --context "r5fss0-0" --script "C:/Users/quant/Documents/Projects/lemac/atacama-opc/tool/projectConfig/a53ss0-0_freertos/atacama.syscfg" -o "syscfg" -s "C:/ti/mcu_plus_sdk_am64x_10_01_00_32/.metadata/product.json" --context "a53ss0-0" --part Default --package ALV --compiler gcc
    Running script...
    Validating...
    info: r5fss0-0 CONFIG_UART_CONSOLE(/drivers/uart/uart) baudRate: Actual Baudrate Possible: 115385 (0 % error)
    info: r5fss0-0 CONFIG_RS485_CH0(/drivers/uart/uart) baudRate: Actual Baudrate Possible: 153846 (0 % error)
    info: r5fss0-0 CONFIG_RS485_CH1(/drivers/uart/uart) baudRate: Actual Baudrate Possible: 150000 (2 % error)
    info: r5fss0-0 CONFIG_MPU_REGION0(/kernel/dpl/mpu_armv7) $name: This MPU region includes other cores' memory regions as well. Pl. make sure what you configure.
    info: r5fss0-0 CONFIG_MPU_REGION1(/kernel/dpl/mpu_armv7) $name: This MPU region includes other cores' memory regions as well. Pl. make sure what you configure.
    info: r5fss0-0 CONFIG_MPU_REGION3(/kernel/dpl/mpu_armv7) attributes: Some memory region(s) within this range is Shared among cores.
    info: m4fss0-0 CONFIG_MPU_REGION0(/kernel/dpl/mpu_armv7) $name: This MPU region includes other cores' memory regions as well. Pl. make sure what you configure.
    info: a53ss0-0 CONFIG_ENET_ETHPHY0(/board/ethphy_cpsw_icssg/ethphy_cpsw_icssg) customDeviceName: Name of the custom ETHPHY device (in lowercase).
    Follow the below guidelines for naming the required file:

    Header file: Name - adin1300.h
    Source file: Name - adin1300.c
    Private header file (if needed): Name - adin1300_priv.h
    info: a53ss0-0 CONFIG_ENET_ETHPHY1(/board/ethphy_cpsw_icssg/ethphy_cpsw_icssg) customDeviceName: Name of the custom ETHPHY device (in lowercase).
    Follow the below guidelines for naming the required file:

    Header file: Name - adin1300.h
    Source file: Name - adin1300.c
    Private header file (if needed): Name - adin1300_priv.h
    Generating Code (atacama.syscfg)...
    70:ff:76:1d:ec:f2,70:ff:76:1d:ec:e3
    [ '70:ff:76:1d:ec:f2', '70:ff:76:1d:ec:e3' ]
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_dpl_config.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_dpl_config.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_drivers_config.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_drivers_config.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_drivers_open_close.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_drivers_open_close.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_pinmux_config.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_power_clock_config.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_board_config.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_board_config.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_board_open_close.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_board_open_close.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_config.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_config.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_open_close.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_open_close.h...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_soc.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_lwipif.c...
    Writing C:\Users\quant\workspace_v12\workspace_v12b\application__MAIN_Cortex_A53_0\Debug\syscfg\ti_enet_lwipif.h...
    Finished building: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/tool/projectConfig/a53ss0-0_freertos/atacama.syscfg"

    Building file: "syscfg/ti_dpl_config.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_dpl_config.d_raw" -MT"syscfg/ti_dpl_config.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_dpl_config.o" "syscfg/ti_dpl_config.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_dpl_config.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_dpl_config.o] Error 1
    Building file: "syscfg/ti_drivers_config.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_drivers_config.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_drivers_config.o] Error 1
    Building file: "syscfg/ti_drivers_open_close.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_drivers_open_close.d_raw" -MT"syscfg/ti_drivers_open_close.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_drivers_open_close.o" "syscfg/ti_drivers_open_close.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_drivers_open_close.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_drivers_open_close.o] Error 1
    Building file: "syscfg/ti_pinmux_config.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_pinmux_config.d_raw" -MT"syscfg/ti_pinmux_config.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_pinmux_config.o" "syscfg/ti_pinmux_config.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_pinmux_config.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_pinmux_config.o] Error 1
    Building file: "syscfg/ti_power_clock_config.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_power_clock_config.d_raw" -MT"syscfg/ti_power_clock_config.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_power_clock_config.o" "syscfg/ti_power_clock_config.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_power_clock_config.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_power_clock_config.o] Error 1
    Building file: "syscfg/ti_board_config.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_board_config.d_raw" -MT"syscfg/ti_board_config.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_board_config.o" "syscfg/ti_board_config.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_board_config.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_board_config.o] Error 1
    Building file: "syscfg/ti_board_open_close.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_board_open_close.d_raw" -MT"syscfg/ti_board_open_close.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_board_open_close.o" "syscfg/ti_board_open_close.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_board_open_close.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_board_open_close.o] Error 1
    Building file: "syscfg/ti_enet_config.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_config.d_raw" -MT"syscfg/ti_enet_config.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_enet_config.o" "syscfg/ti_enet_config.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_enet_config.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_enet_config.o] Error 1
    Building file: "syscfg/ti_enet_open_close.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_open_close.d_raw" -MT"syscfg/ti_enet_open_close.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_enet_open_close.o" "syscfg/ti_enet_open_close.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_enet_open_close.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_enet_open_close.o] Error 1
    Building file: "syscfg/ti_enet_soc.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_soc.d_raw" -MT"syscfg/ti_enet_soc.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_enet_soc.o" "syscfg/ti_enet_soc.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_enet_soc.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_enet_soc.o] Error 1
    Building file: "syscfg/ti_enet_lwipif.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"syscfg/ti_enet_lwipif.d_raw" -MT"syscfg/ti_enet_lwipif.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"syscfg/ti_enet_lwipif.o" "syscfg/ti_enet_lwipif.c"
    subdir_rules.mk:37: recipe for target 'syscfg/ti_enet_lwipif.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [syscfg/ti_enet_lwipif.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/cores/a53_0_freertos/a53_tasks.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"a53_0_freertos/a53_tasks.d_raw" -MT"a53_0_freertos/a53_tasks.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"a53_0_freertos/a53_tasks.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/cores/a53_0_freertos/a53_tasks.c"
    a53_0_freertos/subdir_rules.mk:9: recipe for target 'a53_0_freertos/a53_tasks.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [a53_0_freertos/a53_tasks.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/cores/a53_0_freertos/main_a53.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"a53_0_freertos/main_a53.d_raw" -MT"a53_0_freertos/main_a53.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"a53_0_freertos/main_a53.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/cores/a53_0_freertos/main_a53.c"
    a53_0_freertos/subdir_rules.mk:16: recipe for target 'a53_0_freertos/main_a53.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [a53_0_freertos/main_a53.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300/adin1300.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/adin1300/adin1300.d_raw" -MT"driver/adin1300/adin1300.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/adin1300/adin1300.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300/adin1300.c"
    driver/adin1300/subdir_rules.mk:9: recipe for target 'driver/adin1300/adin1300.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/adin1300/adin1300.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/ascii_conv/src/ascii_conv.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/ascii_conv/src/ascii_conv.d_raw" -MT"driver/ascii_conv/src/ascii_conv.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/ascii_conv/src/ascii_conv.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/ascii_conv/src/ascii_conv.c"
    driver/ascii_conv/src/subdir_rules.mk:9: recipe for target 'driver/ascii_conv/src/ascii_conv.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/ascii_conv/src/ascii_conv.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/corcomm/src/corcomm.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/corcomm/src/corcomm.d_raw" -MT"driver/corcomm/src/corcomm.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/corcomm/src/corcomm.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/corcomm/src/corcomm.c"
    driver/corcomm/src/subdir_rules.mk:9: recipe for target 'driver/corcomm/src/corcomm.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/corcomm/src/corcomm.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/coremon/src/coremon.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/coremon/src/coremon.d_raw" -MT"driver/coremon/src/coremon.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/coremon/src/coremon.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/coremon/src/coremon.c"
    driver/coremon/src/subdir_rules.mk:9: recipe for target 'driver/coremon/src/coremon.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/coremon/src/coremon.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/eth_cdd/eth_cdd.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/eth_cdd/eth_cdd.d_raw" -MT"driver/eth_cdd/eth_cdd.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/eth_cdd/eth_cdd.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/eth_cdd/eth_cdd.c"
    driver/eth_cdd/subdir_rules.mk:9: recipe for target 'driver/eth_cdd/eth_cdd.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/eth_cdd/eth_cdd.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/osal/src/osal.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/osal/src/osal.d_raw" -MT"driver/osal/src/osal.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/osal/src/osal.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/osal/src/osal.c"
    driver/osal/src/subdir_rules.mk:9: recipe for target 'driver/osal/src/osal.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/osal/src/osal.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/sw_support/src/sw_support_main.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"driver/sw_support/src/sw_support_main.d_raw" -MT"driver/sw_support/src/sw_support_main.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"driver/sw_support/src/sw_support_main.o" "C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/sw_support/src/sw_support_main.c"
    driver/sw_support/src/subdir_rules.mk:9: recipe for target 'driver/sw_support/src/sw_support_main.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [driver/sw_support/src/sw_support_main.o] Error 1
    Building file: "C:/Users/quant/Documents/Projects/lemac/open62541/build/open62541.c"
    Invoking: GNU Compiler
    "C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/bin/aarch64-none-elf-gcc-9.2.1.exe" -c -mcpu=cortex-a53+fp+simd -mlong-calls -DUA_ARCHITECTURE_FREERTOSLWIP -DSOC_AM64X -D_DEBUG_=1 -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/enet/rtos_drivers/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/board/ethphy/port" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/FreeRTOS-Kernel/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/portable/GCC/ARM_CA53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/kernel/freertos/config/am64x/a53" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/utils/V3" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/phy" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/include/core" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/core/lwipif/inc" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/soc/k3/am64x_am243x" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/enet/hw_include/mdio/V4" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/src/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-port/freertos/include" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-stack/contrib" -I"C:/ti/mcu_plus_sdk_am64x_10_01_00_32/source/networking/lwip/lwip-config/am64x" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/generated" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/driver/adin1300" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/atacama/platform_server" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/board" -I"C:/Users/quant/Documents/Projects/lemac/atacama-opc/source/extern/mcal/drivers" -I"C:/Users/quant/Documents/Projects/lemac/open62541/build" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/include/c" -I"C:/ti/gcc-arm-9.2-2019.12-mingw-w64-i686-aarch64-none-elf/aarch64-none-elf/include" -Og -ffunction-sections -fdata-sections -g -gdwarf-3 -gstrict-dwarf -Wall -mabi=lp64 -mcmodel=large -mstrict-align -mfix-cortex-a53-835769 -mfix-cortex-a53-843419 -Wno-int-to-pointer-cast -Wno-pointer-to-int-cast -Wno-unused-but-set-variable -Wno-unused-function -MMD -MP -MF"platform_server/opc/src/open62541.d_raw" -MT"platform_server/opc/src/open62541.o" -I"C:/Users/quant/workspace_v12/workspace_v12b/application__MAIN_Cortex_A53_0/Debug/syscfg" -o"platform_server/opc/src/open62541.o" "C:/Users/quant/Documents/Projects/lemac/open62541/build/open62541.c"
    platform_server/opc/src/subdir_rules.mk:9: recipe for target 'platform_server/opc/src/open62541.o' failed
    aarch64-none-elf-gcc-9.2.1.exe: error: unrecognized command line option '-mlong-calls'
    gmake: *** [platform_server/opc/src/open62541.o] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    **** Build of configuration Debug for project atacama_system_freertos ****

    "C:\\ti\\ccs1281\\ccs\\utils\\bin\\gmake" -k system-post-build

    C:/ti/ccs1281/ccs/utils/bin/gmake -C C:\Users\quant\workspace_v12\workspace_v12b\atacama_system_freertos -f makefile_system_ccs_bootimage_gen OUTNAME=atacama_system PROFILE=Debug MCU_PLUS_SDK_PATH=C:/ti/mcu_plus_sdk_am64x_10_01_00_32 CG_TOOL_ROOT=C:/ti/arm-gnu-toolchain-14.2.rel1-mingw-w64-x86_64-aarch64-none-elf CCS_INSTALL_DIR=C:\ti\ccs1281\ccs CCS_IDE_MODE=desktop
    gmake[1]: Entering directory 'C:/Users/quant/workspace_v12/workspace_v12b/atacama_system_freertos'
    Boot multi-core image: Debug/atacama_system.appimage ...
    C:\ti\ccs1281\ccs/tools/node/node C:/ti/mcu_plus_sdk_am64x_10_01_00_32/tools/boot/multicoreImageGen/multicoreImageGen.js --devID 55 --out Debug/atacama_system.appimage ../application__MAIN_Cortex_R5_0_0/Debug/application__MAIN_Cortex_R5_0_0.rprc@4 ../application__MAIN_Cortex_M4F_0/Debug/application__MAIN_Cortex_M4F_0.rprc@14 ../application__MAIN_Cortex_A53_0/Debug/application__MAIN_Cortex_A53_0.rprc@0 >> Debug/temp_stdout_Debug.txt
    makefile_system_ccs_bootimage_gen:59: recipe for target 'all' failed
    File ../application__MAIN_Cortex_R5_0_0/Debug/application__MAIN_Cortex_R5_0_0.rprc does not exist
    gmake[1]: *** [all] Error 1
    gmake[1]: Leaving directory 'C:/Users/quant/workspace_v12/workspace_v12b/atacama_system_freertos'
    makefile:15: recipe for target 'system-post-build' failed

    gmake: [system-post-build] Error 2 (ignored)

    **** Build Finished ****

    Best regards,
    Paolo

  • It looks like -mlong-calls is not supported on AArch64. The code model is already set as -mcmodel=large.
    Please advise

    Regards,
    Paolo

  • Hi Paolo,

    What is the expected application size for this? From your linker I can see that you have reserved some 14GB space for this in DDR (length=0x400000000), this is too large an would eventually end up causing this issue. I assume that you have mistakenly set this length, please fix the length according to your application size/requirements and see if that resolves the issue.

    Best Regards,

    Meet.

  • That size is the result of several tests during which I kept increasing the space in DDR from 65kB which was fine for UA_NAMESPACE_ZERO=REDUCED.

    When I compile the application for R5 core and UA_NAMESPACE_ZERO=FULL the .out file size is 19MB, and DDR size is 128MB, but this setup does not work for the A53 core.

    To answer your question: I expect something similar as the R5 core but the same settings do not work on A53 and I keep getting the relocation errors.

    Some points:

    • should GCC libc be compiled with -mcmodel=large? I do not think it is right now
    • as the relocation errors seem to be related to portASM.S only can the trouble be in how freeRTOS is compiled?
    • Open62541 with UA_NAMESPACE_ZERO=FULL compiles and runs on A53 + Linux (same compiler is used) but now with freeRTOS, why?
  • Hi Paolo,

    Let me check this internally and get back to you.

    Best Regards,

    Meet.