Dear support,
We have two same projects in the different directories(dir1 and dir2). both projects build with xds tools 3.23.4.60, sys/bios 6.34.2.18.
after build we get the different obj,pp and map files in dir1 and dir2 - all cpp and h files the same.
pp file include dir1 /dir2 path and as result of it obj is different also.
I put in the definitions the relative path, but pp file includes absolute path of all files that it use it.
CLasifor example:: C:/Dir1/PiccoloF2806x/F2806x_common_90Hz/include/F2806x_Examples.h
CLasing.obj: C:/Dir1/PiccoloF2806x/F2806x_common_90Hz/include/F2806x_GlobalPrototypes.h
CLasing.obj: C:/Dir1/PiccoloF2806x/F2806x_common_90Hz/include/F2806x_EPwm_defines.h
CLasing.obj: C:/Dir1/PiccoloF2806x/F2806x_common_90Hz/include/F2806x_I2c_defines.h
CLasing.obj: C:/Dir1/PiccoloF2806x/F2806x_common_90Hz/include/F2806x_Dma_defines.h
CLasing.obj: C:/Dir1/PiccoloF2806x/F2806x_common_90Hz/include/F2806x_Cla_defines.h
CLasing.obj: C://Dir1//PiccoloF2806x/F2806x_common_90Hz/include/F2806x_DefaultISR.h
CLasing.obj: ../../../../CommonEmb/FuncComp_PMCU/FuncComp/inc/FuncCompGlobalsDef.h
Could you help us to resolve this problem? We would like to get the same MAP, OBJ file for the projects with the same code .
Thanks,Sabina