-
Notifications
You must be signed in to change notification settings - Fork 48
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
Compilation fails with missing file in Arduino IDE 2.3.2 with MacOS Sonoma (14.2.1) #102
Comments
Got same error on Ubuntu and Windows 11. Any workaround after three weeks? |
No. It seems the sources are just broken. I tried on MacOS too. |
Same problem here, on Ubuntu. |
Hope we can fix or find a workaround as there are some really handy examples with Arduino dependencies. |
The third_party folder under the main github page contains the missing file. So I manually copied the third_party folder to my own arduino folder and this error can be resolved. There are a series of other files need manual copy paste from the main branch, and eventually I left with an error like this: |
Same problem here, have you solved this problem? |
I am exactly in this same spot. Unable to find that cflags.txt file. |
TLDR; tested macOS solution: use Arduino IDE 2.0.0 (confirmed) or similarly old build Hello everyone, I found a workaround to this problem by using an older version of Arduino IDE. In my case, my system is: My suspicion is that arm64 Arduino IDE builds are doing something breaking. I will dig into this further if I have time. |
Update: I unfortunately won't look into this much further. Our team dropped the coral in favor of the Teensy 4.0/4.1. |
Description
Following this guide for setup:
https://coral.ai/docs/dev-board-micro/arduino/
After successful install even when trying to compile an empty sketch the following issue appears:
I got the same issue when I tried compiling on Ubuntu 22.04. I'm using Ardunio IDE 2.3.2.
Interestingly it works without issues on Windows 10 (even though it's not supported based on documentation).
Does anyone have a similar issue? Thank you.
Click to expand!
Issue Type
Bug
Operating System
Mac OS
Coral Device
Dev Board Micro
Other Devices
No response
Programming Language
C++
Relevant Log Output
The text was updated successfully, but these errors were encountered: