This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bit accruately recompile RTS6400.lib



Hi all, security customer needs the ability to recompile RTS6400.lib bit accurately.

WIth environment below result is not bit accurate, can you please advise command and environment neede to achieve that goal?

 

 

Version de code Composer: V3.1.0

Integrated Development : 5.90.0.227

 

Fichier                                 Version                               Taille                                    Date

rts.src:                                 v5.1.0                                   1287 Ko                               01/04/2005

rts6400.lib                          v5.1.0                                   1947 Ko                               01/04/2005

 

Exe used to generate the lib (non bit accurate)

mk6x.exe                           v5.1.0                                   89 ko                                    01/04/2005

Rgds

  • According to the readme that comes with v5.1.0, the command is:

    mk6x -o2 -rtti --RTS -mv6400 rts.src -l rts6400.lib 

    Even if you use this command, some of the parts of the library not loaded to the target may still be different.  One possibility is that some directory paths could be saved in the debug information.  Obviously, those will not match.  To account for such differences, do the comparison with the objdiff utility from the cg_xml package.  By default, this utility ignores the debug information.  So, it is likely to show a match for the parts of the library used on the target.

    Thanks and regards,

    -George