Other Parts Discussed in Thread: SYSCONFIG, TMS320F280039C, C2000WARE
Tool/software:
Team,
Can you please help with the below?
It is required that the same .hex/.out/.map files are generated from the exact same project even if projects are located at different paths (and/or on different PCs).
With the same exact project, the output files (map, out, hex) are different when the Project path change. It is not only the path that is indicated into the files but also the memory mapping (Const area size change and so everything are modified in hex file).
In fact only two files are impacting in Output/syscfg folder:
Board and clb_config: these 2 files are generated from sysconfig, the source files are identical but when compiling we can see that the Const memory allocation depends on path of the project.
Today, that means that we need to always use the same path to compile the project for each developer.
I will provide offline the:
4 generated files for Board and clb_config (board.c, board.h, cld_config.c, clb_config.h). These files stay unchanged while path changes
2 generated map files with the modification of the project path
First path is C:/Data/Git/Gen2/DcDcGEN2_SW_Control_Appli_SW_Integration
Second path is C:/Data/Git/Gen2/DcDcGEN2_SW_Control_Appli_SW
Thanks in advance,
Anthony