Tool/software:
I'm trying to build the ipc echo test the path : pdk/packages/ti/drv/ipc/examples/rtos/ipc_rtos_echo_test
The error : "NO target present in commom.mk file "
Help me to fix this error
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.
Tool/software:
I'm trying to build the ipc echo test the path : pdk/packages/ti/drv/ipc/examples/rtos/ipc_rtos_echo_test
The error : "NO target present in commom.mk file "
Help me to fix this error
Hello,
May i know what build command did you give to build ?
Regards
Tarun Mukesh
Thank you for your response
The command : make ipc_rtos_echo_test CORE=mcu1_0 BOARD_OS_TYPE=freertos
Hello,
From which path did you give the command ?
It has to be from pdk/packages/ti/build/
Hello,
In this path :rtos_sdk/ti-processor-sdk-rtos-j721e-evm-09_02_00_05/pdk_jacinto_09_02_00_30/packages/ti/drv/ipc/examples/rtos/ipc_rtos_echo_test
Hello,
This is the error :The error is no rule to make target 'ipc_rtos_echo_test',Stop
one more thing to get clarity that arm gcc compiler was missing, have downloaded but in which makefile should we add the path of the compiler .
Hello,
It is in Rules.make file
/packages/ti/build/Rules.make
Add in tools path, give where you have gcc dowloaded
TOOLS_INSTALL_PATH ?= $(SDK_INSTALL_PATH)
Regards
Tarun MUkesh
Hello,
Don't use the same path
TOOLS_INSTALL_PATH ?= $(SDK_INSTALL_PATH)
GCC might have downloaded in /home/ti/ path that you have to give that path here.
In which path the gcc compilers are present?
Regards
Tarun Mukesh
Hello,
I am saying you to download gcc compilers using