Hello, I need to compare two binaries build by gcc to determine if they have the same contents. My issue is that I can't build (using the same build target) two of the same binary. I believe this is because a timestamp or something of the kind is being put in. Is there another way I can check these contents against each other without the extra info? Thanks, ~Caleb