Skip to content
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

Errors shown while compiling and uploading arduino code to arduino board #290

Closed
wjcarman opened this issue Aug 26, 2017 · 1 comment · Fixed by #312
Closed

Errors shown while compiling and uploading arduino code to arduino board #290

wjcarman opened this issue Aug 26, 2017 · 1 comment · Fixed by #312

Comments

@wjcarman
Copy link

I followed the instructions to download Arduino IDE and download latest firmware (version 0.86 as I write this). I opened the file "cnc_ctrl_v1.ino" and when I hit upload it appears to upload to the mega board but there are a long list of errors in orange that show up while it's compiling and getting ready to send it to the board.

I'm not deeply experienced with Arduino but is this normal every time you upload a file? It still says "done uploading" so I assume it's uploaded properly but I am not sure.

I have taken a screenshot which shows the Arduino IDE screen right after I finished uploading with all of the errors showing in orange.

Thanks,
Wade

maslow cnc arduino upload errors

@designfrontier
Copy link
Contributor

designfrontier commented Aug 29, 2017

I believe those are just compiler warnings. They pop up every time I've compiled a version and have never caused an issue. Errors will prevent the compiler from completing and the upload will not happen.

It might be nice to clean those up at some point but they aren't anything to really worry about from what I've seen.

krkeegan added a commit to krkeegan/Firmware that referenced this issue Sep 25, 2017
The default installation of the arduino compiler will display
some 'default' level of warnings.  This commit fixes those
errors so that no warnings are displayed by default.

There are additional warnings that can be seen selecting the
'All' setting, this does not fix all of those.

Fixes MaslowCNC#290
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

Successfully merging a pull request may close this issue.

2 participants