This error message means that there are sections in the object file that load code or data to the same addresses, which is an error in the object file. TRACE32 handles this by loading these sections in the order they appear in the object file. The command sYmbol.List.MAP can be used to check in what order the sections were loaded and which code was loaded.
Add a comment