Simon John
Simon John
shouldn't this be closed as its a wontfix ?
i was thinking about this just the other day, and as the IDE and the makefile compile all of the core libs even if they're not used, would it really...
yeah i agree its not elegant (and a bit slow the first time) and the IDE doesn't quite do that - it does for the **core** but not the user...
No need to include Arduino.h, read the source, that's already done. And this isn't a fork of anything from xxxajk, don't feed the troll
Yup, first version of this we have history of this was [2010](https://github.com/sudar/Arduino-Makefile/blob/master/HISTORY.md#2010-05-21-version-03)
this isn't going to work for a start: https://github.com/maartenverbandt/ballbot_arduino/blob/master/libraries/lib_shared/eigen313/lib/Eigen/Core#L28 plus its including a bunch of files in src/Core/ which doesn't exist and its including WProgram.h which doesn't even exist in...
where there is `#include ` try changing that to either of: ``` cpp #include #include "complex.h" ``` also it seems the Core directory is one level up from where its...
this is because the arch arduino* packages aren't done correctly, sounds like they're setting AVR_TOOLS_DIR to /usr ? AVR_TOOLS_DIR on debian for example is set to /usr/share/arduino/hardware/tools/avr/ and avrdude.conf is...
as i recall cat has buffering issues when you change baudrate - you see the previous output when you make the baudrate faster or something? also stty is probably more...
you just need the correct port that your arduino is connected to, it certainly won't be anything like /dev/ttyS2 and its not COM3