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.

Compiler/EVMK2EX: make ti-ipc-linux

Part Number: EVMK2EX

Tool/software: TI C/C++ Compiler

Hello,

        Recently,  I just run the TI IPC demo, I installed the PRO SDK and RTOS SDK on Ubuntu 16.04 LTS. 

        When I built IPC, the terminal showed as the following:

       " If you wish to build IPC, please install Processor SDK RTOS 06.01.00.08 for k2e-evm and set TI_RTOS_PATH in Rules.make."

        And I tried to set the path in the Rules.make, but it showed: " No such file or directory ."

        Any solutions to solve this problem?

        yours,

       Suafie  

 

  • Hi,

    You want to build the linux example, right? In this case check the IPC guide:
      Needed commands are:

    export PATH=<sdk path>/linux-devkit/sysroots/x86_64-arago-linux/usr/bin:$PATH

    export TI_RTOS_PATH=<RTOS_SDK_INSTALL_DIR>

    export IPC_INSTALL_PATH=<RTOS_SDK_IPC_DIR>

    make ti-ipc-linux

    Best Regards,
    Yordan