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.

Error compiling the EtherCAT example in ISDK 02.01.02.02

Other Parts Discussed in Thread: SYSBIOS

 , I utilized the ti resources explorer and follow the steps to import the example but i dont know what to do then due to this problem.

  • # Tool invocations
    ethercat.out: $(OBJS) $(GEN_CMDS)
    @echo 'Building target: $@'
    @echo 'Invoking: GNU Linker'
    "C:/ti/ccsv6/tools/compiler/gcc-arm-none-eabi-4_9-2015q3/bin/arm-none-eabi-gcc.exe" -mcpu=cortex-a8 -march=armv7-a -marm -mfloat-abi=hard -DAM335X_FAMILY_BUILD -DECAT_LIMITED_DEMO -Dam3359 -g -gstrict-dwarf -Wall -Wl,-Map,"ethercat.map" -nostartfiles -static -Wl,--gc-sections -L"C:/ti/bios_6_46_01_38/packages/gnu/targets/arm/libs/install-native/arm-none-eabi/lib/fpu" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/os_drivers/lib/am335x" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/board/lib/am335x" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/protocols/ethercat_slave/stack_lib/am335x" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/starterware/binary/dal/lib/am335x-evm/a8/release/gcc" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/starterware/binary/device/lib/am335x-evm/a8/release/gcc" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/starterware/binary/board/lib/am335x-evm/a8/release/gcc" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/starterware/binary/soc/lib/am335x-evm/a8/release/gcc" -L"C:/ti/sysbios_ind_sdk_02.01.02.02/sdk/starterware/binary/utils/lib/am335x-evm/a8/release/gcc" -Wl,--defsym,STACKSIZE=0x18000 -Wl,--defsym,HEAPSIZE=0x400 -o"ethercat.out" $(ORDERED_OBJS)
    @echo 'Finished building target: $@'
    @echo ' '
    @$(MAKE) --no-print-directory post-build
  • The ISDK team have been notified. They will respond directly here.
  • Hi I just tried to build the same project and it builds OK.

    From user guide we have:

    Software
    Code Composer Studio version CCS 6.1.2.00015
    Industrial SDK version 2.1.2
    SYS/BIOS 6.45.01.29 Real Time Operating System
    XDC Tool 3.32.00.06
    NDK 2.24.3.35
    Compiler GNU v4.8.4 (Linaro)

    http://processors.wiki.ti.com/index.php/SYSBIOS_Industrial_SDK_02.01.02_User_Guide

    Please check your tools versions are correct, also check environmental variable IA_SDK_HOME points to the correct ISDK path (for example: C:\TI\sysbios_ind_sdk_02.01.02.02\sdk\), clean build and rebuild

    thank you,

    Paula