arduino / arduino-builder

A command line tool for compiling Arduino sketches
GNU General Public License v2.0
458 stars 114 forks source link

arduino-builder returned 255 #367

Closed helo-head closed 3 years ago

helo-head commented 3 years ago

Ive been using the Arduino IDE for about the past two months to program both M5stickc and M5stack Core2 devices. This morning I find that I can no longer compile any of my existing code for any board. I get the same errors each time with no hint as to the issue. To my knowledge there have been no changes to laptop Ive been doing my work on. In an effort to determine the issue I removed the Arduino IDE, reboot and reinstalled the IDE with no change in symptoms.

The specific error I get is:

signal: killed /Applications/Arduino.app/Contents/Java/arduino-builder returned 255 Error compiling for board M5Stack-Core2.


This apprears to be an Arduino board problem. As best as I can tell this issue only effects the ESP32/M5Stack devices.

per1234 commented 3 years ago

Hi @helo-head. Thanks so much for reporting this. Are you still having the same issue when using the latest release of Arduino IDE?

helo-head commented 3 years ago

I had tried removing and reinstalling everything with no luck and as such moved my dev environment to a RBP 4 running Rasbian… Slow but it works …

On Sep 29, 2021, at 11:10 PM, per1234 @.***> wrote:

Hi @helo-head https://github.com/helo-head. Thanks so much for reporting this. Are you still having the same issue when using the latest release of Arduino IDE?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/arduino/arduino-builder/issues/367#issuecomment-930765405, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJQ47X4Q3BOD7VGANNAWVBDUEPPLLANCNFSM4WZCG4GQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

per1234 commented 3 years ago

Thanks for the quick response. After some research, I believe it is a problem with the ESP32 boards platform dependencies, such as this one: https://github.com/espressif/arduino-esp32/issues/4408 and not a problem with arduino-builder itself.

That's only a guess, but it will not be possible to achieve any more certainty since you no longer are set up to reproduce the issue. So I'll go ahead and close this, but if anyone has additional information that indicates this is caused by a problem with arduino-builder then you are welcome to comment here and I'll investigate.