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.

AM57x Profibus Master compile error

Other Parts Discussed in Thread: PROFIBUS

Hi,

I am now building the project PRU-ICSS-Profibus_Master_01.00.00.00 with PROCESSOR-SDK-RTOS-AM57X  03_00_00_04. The project directory profibus_master_AM572x has been created successfully. I imported the project into CCS6.1.3, and compiled it. Then I received too many errors. Can someone tell me what caused the errors? Thanks.

  • It seems that I cannot post the picture. All errors are about I2C_v1.c. More than 100 errors like below:

    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:449: undefined reference to `I2CMasterDisable'
    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:452: undefined reference to `I2CAutoIdleDisable'
    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:488: undefined reference to `I2CMasterInitExpClk'
    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:494: undefined reference to `I2CMasterIntClearEx'
    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:497: undefined reference to `I2CMasterIntDisableEx'
    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:500: undefined reference to `I2CMasterEnable'
    /home/gtbldadm/processor-sdk-rtos-krogoth-build/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/am57xx_evm-linux-gnueabi/i2c-lld-rtos/01.00.00.03-r0.3.tisdk-int1/build/ti/drv/i2c/src/v1/I2C_v1.c:503: undefined reference to `I2CMasterEnableFreeRun'
  • I sloved the question by changing pdk version from 1.0.3 to 1.0.2. Thanks.
  • Thanks for updating the thread.