Part Number: TDA3XEVM
Tool/software: TI-RTOS
Hi
We are developing our project based TDA3X SDK , we will change some code and debug in your sdk directory ti_componets, not vision_sdk
for example, add one debug_trace() in one c source file, then we must do: build make -j8 depend, if ok, build make -j8., then make AppImage.
but we find the build time to finish all step is so so long, and the efficiency is so low for debug and evaluate.
so what good suggestion for us to accelerate the total build time after modify the ti_component's code.