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?