Per Tillisch
Per Tillisch
The cause of the error was a missing `-tools` flag in the `arduino-builder` command: ```text -tools '/Applications/Arduino.app/Contents/Java/hardware/tools/avr' ``` The result was the `runtime.tools.avr-gcc.path` property reference here expanding to an empty...
Closing as duplicate of https://github.com/arduino/arduino-create-agent/issues/673. Even though this one was submitted much earlier, the other contains more information so I give it preference.
MattLogue has reported on the Arduino Forum that the issue was solved: http://forum.arduino.cc/index.php?topic=606917.msg4117720#msg4117720
Please let me know if there's anything I need to do to get this pull request merged.
>the https://github.com/arduino/reference-en/issues/15 discusses it and will provide a soultion to this, too Nope. https://github.com/arduino/reference-en/issues/15 is about documenting return types in the reference content. This issue is about documenting how return...
See: https://github.com/arduino/lede-yun/issues/6#issuecomment-751713538
Hi @Foxunderground0. Thanks for your pull request! >the tests show errors in their internal workings? That is correct. There was a transient degradation of the network services used by the...
Hi @tlyu. Thanks for your report! Is this the same bug that was previously reported here: https://github.com/arduino/ArduinoCore-avr/issues/112 ?
>it looks like it's probably as simple as loading https://github.com/marketplace/actions/gcc-problem-matcher before compiling. Way cool! This is something I've been thinking about for a while, but never got around to investigating....
>Does Arduino run linkers Yes: https://arduino.github.io/arduino-cli/latest/platform-specification/#recipes-for-linking Each boards platform author can choose what happens in that recipe. There are [hundreds of platforms](https://github.com/per1234/ino-hardware-package-list) covering a wide array of architectures, so it's...