.ELF mismatch issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-17 2:03 AM
If i compile the same source code in different pcs using same STMCUBE IDE version , Whether i will get same .ELF file?
In my case, If i do a comparison(using beyond compare),its not matching and there are significant difference between the two .ELF files.
We need your quick feedback.
We are using STM32CubeIDE 1.12.1.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-17 4:56 AM
I would expect the ELF object files to be different due to path or user name variations that find their way into the debug records.
If all the tools, settings, source and libraries are the same you should end up with a binary file which is the same or materially very similar.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-17 2:26 AM
Hello @KJ.4
First let me thank you for posting.
Could you please try to use the latest version of STM32CubeIDE 1.14.1 and see if the issue still exist .
This is the link to download : STM32CubeIDE - Integrated Development Environment for STM32 - STMicroelectronics
I will be waiting for your feedback.
Thx
Ghofrane
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-01-17 4:56 AM
I would expect the ELF object files to be different due to path or user name variations that find their way into the debug records.
If all the tools, settings, source and libraries are the same you should end up with a binary file which is the same or materially very similar.
Up vote any posts that you find helpful, it shows what's working..
