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.

PROCESSOR-SDK-AM65X: make process doesn't take "BUILD_PROFILER=debug"

Part Number: PROCESSOR-SDK-AM65X

Gents,

I want to build in debug profile rather than release. However, even when building PDK or SDK with the command below the build process keeps "BUILD_PROFILER=release". How can I enforce the build process to take over BUILD_PROFILER=debug instead?

gmake pdk BUILD_PROFILER=debug LIMIT_BOARDS=am65xx_idk LIMIT_CORES=mcu1_0 LIMIT_SOC=am65xx DISABLE_RECURSE_DEPS=no

My best wish is to execute the execute the following:

C:\ti\SDK_RTOS_5_2_DRA65xxEVM\pdk_am65xx_1_0_3\packages

gmake gpio BUILD_PROFILER=debug LIMIT_BOARDS=am65xx_idk LIMIT_CORES=mcu1_0 LIMIT_SOC=am65xx DISABLE_RECURSE_DEPS=no

What did I miss?