Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Thus question is way beyond my knowledge, but some things you'd have to consider is the include of the Arduino.h file. Incorporating the bootloader; and whatever else. I'll be following this question :) Commented May 2, 2014 at 15:17
  • I'd suggest you take a look at Arduino-CMake (github.com/queezythegreat/arduino-cmake). Commented May 2, 2014 at 17:25
  • inotool.org Commented May 2, 2014 at 21:09
  • 1
    You can't write a "program" that is considered valid by both the IDE and G++ directly unless you're willing to make a number of sacrifices. Deal with Ino. Commented May 17, 2014 at 1:22
  • 1
    Found my answer here, in the comments of the attached makefile. Commented May 17, 2014 at 13:38