noseglasses
noseglasses
Here's some related discussion about the serial baud rate of the Arduino Leonardo: https://forum.arduino.cc/index.php?topic=268834.0
The log message `Unable to detect binary file format of FTD_03_00_00-DEV-BIN/aiu1l` suggests that the binutils used (those in c:\MinGW\bin\) are not compatible with the supplied binaries. Could you please post...
Thanks, @LepilkinaElena for pointing out the source of the problem. Unfortunately, this is something that is not easy to fix as currently elf_diff heavily relies of the `--source-comment` flag being...
Unfortunately not. If you find a way to convince the llvm-objdump devs to add the missing flag, please let me know.
Sorry for this answer coming pretty late. I am currently too busy to work on this project. You might want to try replacing the decode call in line 33 of...
@kting28, thank you for sharing your idea. Unfortunately, the use of `llvm-dwarfdump` would add an unwanted dependency to elf_diff. It was written in a way that it only relies on...
Thanks for the detailed report. Currently, elf_diff uses the exit code to report errors during processing rather than actual differences between binaries. There's currently no way to directly achieve what...
Ok, got it. That's kind of what I had in mind when I wrote about "equivalence". I will see what I can do with enabling this feature. For the time...
I just added a plugin that creates text files that only contain statistics of the diff. The change has not been released yet but is available in current master. @derekatkins,...
@fkerle, could you possibly provide a minimum example with two binary files and the exact binutils-versions you are using? THX