Tool/software:
sdk: 0902 0806
Board: tda4vm_evm
Hi Ti Experts:
sdk_builder/
When I compile vision_app, I need to compile first:make sdk -j2
Then I compile vision_app mcu1_0:
make vision_apps -j 1 PROFILE=release BUILD_CPU_MCU1_0=yes BUILD_CPU_MPU1=no BUILD_CPU_MCU2_0=no BUILD_CPU_MCU2_1=no BUILD_CPU_MCU3_0=no BUILD_CPU_MCU3_1=no BUILD_CPU_C6x_1=no BUILD_CPU_C6x_2=no BUILD_CPU_C7x_1=no
But I see that in the actual compiled .out.map file, many useless library files have also been compiled. This will greatly increase the amount of my code:
This is because I first compile the static library, then compile the app, and then link all the static libraries in when linking. Where should I modify what link parameters to avoid this problem?
Best Regards
Eason