2
votes
Accepted
Multiple definition error when linking firmware.elf
Rule #1:
Header file extension is ".h". Files with ".cpp" are ususally compiled as separate compilation units into the object file. If you have any function definition (= declaration + implementation)...
1
vote
Accepted
How to include a file from another (parent) directory
This is definitely on the hacky side and not a proper solution to the problem, but it works nevertheless so I'm sharing it.
After making a symlink in the /usr/share/arduino/libraries directory you ...
1
vote
Accepted
Arduino.Mk together with MightyCore
Resolved with the following Makefile options:
BOARD_TAG=324
MCU=atmega324a
VARIANT=standard
Only top scored, non community-wiki answers of a minimum length are eligible
Related Tags
makefile × 10sd-card × 3
compile × 2
arduino-makefile × 2
arduino-uno × 1
esp32 × 1
wifi × 1
usb × 1
arduino-due × 1
c × 1
atmega2560 × 1
compilation-errors × 1
mkr-gsm-1400 × 1