-
Notifications
You must be signed in to change notification settings - Fork 41
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
ARDUINO_INSTALL_PATH not found (and other problems) building with rp2040 core, IDE 2.3.0 & MacOS #67
Comments
You indeed have to use IDE 1.x. Check my somewhat better maintained fork of this project: https://github.com/technyon/Arduino-CMake-Toolchain You still have to use IDE 1.x, but in case you want to target ESP32 at least you can use Arduino Core for ESP32 2.x. If you use the unforked project, only 1.x will be possible as well. |
OK, good to know. Thanks! |
Actually I am still having a problem with the resulting makefiles. Where is the best place for me to ask questions? I was going to open an issue on your fork, now that I'm using that, but I think the issue-tracker is turned off there? |
I'm trying to make this work with the RP2040 core from Earl Philhower. I'm just trying to build the examples at the moment.
However the build process does create If I link that file from where
|
Hi, I've opened the issue tracker on my fork. Those questions are very specific for the rp2040, I haven't really looked into that. Does it work if you manually copy or link boot2.o? |
This looks like maybe the object file for the Adafruit TinyUSB library is not getting built? That's also a part of the rp2040 core. |
Moved discussion to the fork. |
Hi,
When I try to use this tool with IDE 2.3.0, I get errors about ARDUINO_INSTALL_PATH not found.
It appears that cmake is searching for a file
lib/version.txt
, which exists in my Arduino 1.8 installation (underJava/
) but does not exist in my Arduino 2.3.0 installation (where there is noJava/
).Is this supposed to work with IDE 2.3.0 & later ?
Thanks,
-mykle-
The text was updated successfully, but these errors were encountered: