2

I have a friend who is just getting started with Arduino UNO. He downloaded a sketch and is using a UNO on Mac OS. He loaded the sketch and verified. it comes up with errors. He sent me the same sketch and i opened it under Win7 arduino software. verified, and it says it is fine. i made an arduino file and emailed it back to him. he is still getting the same errors. can anyone help and let me know what is wrong? i am not a MAC expert and wonder why this works in win and not MAC???????? appreicate any help anyone can give me

asked Apr 23, 2015 at 13:30
3
  • 3
    Can you post the source code and the errors please? It's difficult to suggest anything useful otherwise. Commented Apr 23, 2015 at 13:33
  • 1
    Do you both have the Uno selected as target device in the IDE? Commented Apr 23, 2015 at 14:24
  • 1
    Are you using the same version of the Arduino IDE. Commented Apr 23, 2015 at 14:30

1 Answer 1

-1

I've had the same issue with Mac OSX 10.6.8 vs Windows XP SP3 using the same IDE version. I don't have a definitive answer for you, but I know that Microsoft has more frequent updates compared to Apple, which could be the reason. I suspect my issue and your friend's issue is the GCC compiler we're using. The compiler would be updated on OSX only when you update your entire OSX version. To get around that, there are third-party package managers: Homebrew and MacPorts that would allow you to just update the GCC compiler for example.

answered Aug 29, 2017 at 1:08

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.