This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

fromelf.exe generate two bin file

When i produced two bin(one and second) file with mdk tools fromelf.exe,the difference of the two bin files is the second bin file only more than a single one code in source project. so when i compare the two bin files in hexeditor,the two file has many differences. I want to find the difference between the two files,and update the difference into stmf10x flash,but the two bin file has many difference,is this way whether could solve the problem,please help me. thanks

Parents
  • Thanks for replay.In this test case,i just only modified a little.For example:
    i change #define version v3.0.0 to #define version v3.1.0,there build two bin file was a little different.
    In another case,old code in someone function,i add a test() function,then i build out first bin file,and when i delete the test() function i build second bin file.
    The result is that the two bin file has many differences.
    And last,whether has method to resolve the many differences in second case? I am a newer in build.Looking forward to your reply.

Reply
  • Thanks for replay.In this test case,i just only modified a little.For example:
    i change #define version v3.0.0 to #define version v3.1.0,there build two bin file was a little different.
    In another case,old code in someone function,i add a test() function,then i build out first bin file,and when i delete the test() function i build second bin file.
    The result is that the two bin file has many differences.
    And last,whether has method to resolve the many differences in second case? I am a newer in build.Looking forward to your reply.

Children