Skip to main content
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)...
KIIV's user avatar
  • 4,907
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 ...
php_nub_qq's user avatar
1 vote
Accepted

Arduino.Mk together with MightyCore

Resolved with the following Makefile options: BOARD_TAG=324 MCU=atmega324a VARIANT=standard
smbaker's user avatar
  • 19

Only top scored, non community-wiki answers of a minimum length are eligible