Skip to content

ESP8266 sketch compiled binary is faulty on a specific windows computer #11923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Petri2 opened this issue Nov 3, 2023 · 1 comment
Closed
Assignees

Comments

@Petri2
Copy link

Petri2 commented Nov 3, 2023

I have this strange issue. I have 2 win 10 machines. Both 64 bit. Another core i5 and another core i7.
Installed just recently arduino ide on the i7 machine.
The i5 I have been using for years.

The i7 seems to work fine but getting faulty binaries as result of compilation.
My sketch compiles and uploads fine with the i5 machine.

If I replace the binary compiled in the i7 machine with the binary compiled in i5 the code uploads fine using the i7 .
Done it actually running the command that is outputted by compiler verbose on command line.
So it is clear that the only difference is the binary itself and the upload is working fine on both machines.

I attached the binaries here for inspection. They are quite similar if viewed using editor. The other that does not work is a bit longer.
After removing the installation from i7 several times and also deleting left over folders and reinstalling no difference.
The issue is somehow partially related to the size or contents of the sketch because when I tried a very simple sketch it worked.
There are no error in compilation. Only couple warnings about using right formatting in sprintf (I even solved those but still the issue remains).

compilerissue.zip

@per1234 per1234 self-assigned this Nov 3, 2023
@per1234
Copy link
Collaborator

per1234 commented Nov 3, 2023

Hi @Petri2. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests specific to the project. This topic is more appropriate for the Arduino Forum. I'm sure we will be able to help you out over there:

https://forum.arduino.cc/

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants