I am trying out some code using the Arduino IDE. The code basically tries to connect to a server and push some data to it.
When I upload the sketch to the Arduino from Mac (Apple PC running on Mac OS) the code works as expected without an error.
However, when I upload the same code/sketch from a Linux machine on Ubuntu, the arduino does not operate as expected.
I tried taking a diff comparison of the HEX files created in both machines to check whether there are any differences (expecting very few). But found that there a lot of differences.
What am I missing? Why isn't my code working when uploaded via the Linux PC!!!!!