Questions tagged [arduino-builder]
The arduino-builder tag has no summary.
6 questions
1
vote
1
answer
848
views
Arduino Nano Every: get board name in the code
I would like to identify the target where I'm downloading my Arduino code. Following this example:
How to get board type
I'm able to recognize for example Arduino Mini, etc.. but Arduino Every, quite ...
8
votes
2
answers
6k
views
Arduino IDE fails on Fedora with arduino-builder error "Parameter 'tools' is mandatory"
The arduino-builder app when invoked directly with parameter --tools /usr/bin works, but the IDE fails with the error in the title for any sketch (including the Blink example).
I've tried adding ...
0
votes
1
answer
34
views
Build error on a phantom file that is not in my sketch, but somehow created in AppData/Local/Temp\build
on attempt to build I get the following error
C:\Users\gmyer\AppData\Local\Temp\build5d24776aeb7b2efec3566cec737c36d8.tmp\sketch\trash\bootloader.c:1:1: error: unknown type name 'This'
This ...