-
I have tried running it, by checking the box to use the CLI and
setting the address of where I expanded the executable into from the .tar.gz file
Note: I am trying it running on a Raspberry PI 5 …
KurtE updated
4 weeks ago
-
Running on Adafruit Feather RP2040 Adalogger
In step 2, when I try to build, the following error comes up after reaching 100%
```
[100%] Linking CXX executable ../bin/featherrp2040/LedBlinker.e…
-
While thinking about #146 (compiler flags), I realized that the regular Arduino builds potentially use different flags for C and C++ files. Then there is #113 (compile object files separately), which …
-
Using the new arduino-cli tool will make supporting newer chips much easier.
https://github.com/arduino/arduino-cli for more information.
I don't know enough about the build process to use it …
-
Hi! I'm using ESP32-C3 super mini with the following config:
```yaml
esp32:
board: esp32-c3-devkitm-1
variant: ESP32C3
framework:
type: esp-idf
```
This leads to compilation error:…
-
When compiling the following sketch,
```cpp
#include
void setup() {}
void loop() {}
```
this error is raised:
```txt
arduino-cli compile --fqbn arduino:avr:pro --warnings all --output…
-
### Describe the request
The [pluggable discovery specification](https://arduino.github.io/arduino-cli/0.35/pluggable-discovery-specification/) and [platform specification](https://arduino.github.i…
-
Something with the `arduino-cli-cmake-wrapper` maybe?
```
$ fprime-util generate esp32
[INFO] Generating build directory at: /home/ethan/work/fprime-projects/fprime-community/fprime-tutorial-ardu…
-
### Describe the problem
In Windows, I cannot compile a sketch with a following error.
```
Used platform Version Path
esp32:esp32 2.0.14 C:\Users\LUFT-AQUILA\local\workspace\monolith\builder\…
-
### Describe the problem
Arduino IDE doesn't start.
The terminal logs show "`GPU process exited unexpectedly`" errors.
The fault does not occur when using the installed version from Snap.
### To r…