Tool/software:
Hello,
I'm using compiler version TI Clang v3.2.2.LTS to build my application.
I am linking to a static library to the project(The library is built in same compiler and chip setting) and I'm getting the below error.
Description Resource Path Location Type
#16004-D file "../func/DRV/DRV_LIB/AM263x_DRV_LIB.lib<drv.o>" has a Tag_CPU_arch_profile attribute value of "77" that is different than one previously seen ("82"); combining incompatible files MyProject_AM263x C/C++ Problem
Also, i don't see any symbol Tag_CPU_arch_profile in the specified file as shown in the error.
Best regards