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.

CCS6.0导入C6678 Examples中的Notify例程编译出错



我通过Project templates and examples将PC and I/O Examples中C6678 Examples中的Notify例程导入至ccs6.0中,

重新编译出错,编译提示错误消息如下:

  - Undefined reference to 'ti_sdo_ipc_gates_GateHWSem_query__E'
  - Undefined reference to 'ti_sdo_ipc_gates_GateMPSupportNull_query__E'
  - Undefined reference to 'ti_sdo_ipc_gates_GatePeterson_query__E'
  - Undefined reference to 'ti_sdo_ipc_heaps_HeapMemMP_isBlocking__E'

我应该如何解决这个问题?

我使用的CCSV6.0工具如下:

  - CCS           : v6.0.0.00190
  - SYS/BIOS      : v6_40_03_39
  - XDCTools      : v3.30.05.60
  - IPC           : v1.24.03.32
  - C6000 CGTools : v7.4.7

感谢您的回复


  • 我通过Project templates and examples将IPC and I/O Examples中C6678 Examples中的Notify例程导入至ccs6.0中,

    重新编译出错,编译提示错误消息如下:

    - Undefined reference to 'ti_sdo_ipc_gates_GateHWSem_query__E'
    - Undefined reference to 'ti_sdo_ipc_gates_GateMPSupportNull_query__E'
    - Undefined reference to 'ti_sdo_ipc_gates_GatePeterson_query__E'
    - Undefined reference to 'ti_sdo_ipc_heaps_HeapMemMP_isBlocking__E'

    我应该如何解决这个问题?

    我使用的CCSV6.0工具如下:

    - CCS : v6.0.0.00190
    - SYS/BIOS : v6_40_03_39
    - XDCTools : v3.30.05.60
    - IPC : v1.24.03.32
    - C6000 CGTools : v7.4.7

    -MCSDK:V02.01.02.06

    感谢您的回复

  • 不知道你是如何导入的工程,但是从你的组件版本上来看似乎不太正确;

    你可以先导入C:\ti\pdk_C6678_1_1_2_6\packages\ti\transport\ipc\examples目录下的例子,编译这些例子再同你的工程进行比较。