hey there, whenever i verify the sketch it always shows up " exit status 1, error compiling for board arduino/genuino uno." how can i fix this please help me out.
That's not enough information for us to help you.
After there is an error you'll see a button on the right side of the orange bar "Copy error messages". Click that button. Paste the error in a message here USING CODE TAGS(</> button on the toolbar).
in macOS 10.12.2 I also get "exit status 1" while compiling a project I'm working on.
Some smaller projects or examples compile without errors, but all examples that refer to SoftI2CMaster lib, give: exit status 1.
But the library itself is not the problem, because this project compiles without problems on 10.11.6 with Arduino 1.6.11. The project and used libraries are 100% identical in 10.11.6 and 10.12.2. I've installed 10.11.6 and 10.12.2 on as dual boot on separate SSD's on the same computer.
On Sierra I tried different versions of Arduino 1.6.11, 1.8.0 and latest nightly build, but they all compile with the same error.
the error message is not very clear to me, see the attachment...
What is going wrong here?
grtz,
Sander
exit status 1.txt (36.8 KB)
the i2c lib has been updated a month ago.
using the new version fixed my problem, I can compile my project in 10.12.2 now.
hey, thanks pert and Pino_dAngio for your suggestionsi just tried my sketch with the other version of program and it totally worked out. so thanks alot man