Ladislas de Toldi

Results 99 comments of Ladislas de Toldi

@zagatta-sonah I'm not suggesting anything, but the Makefile you are using is from my project https://github.com/ladislas/Bare-Arduino-Project -- it is very specific and must be used as intended or else it...

`ARDMK_DIR = $(PROJECT_DIR)` might be the issue.

Can you show us a directory structure like the one you'd like to have?

@mgcrea If you put your `Makefile` into your `src` folder, it should work. That's what I do [here](https://github.com/WeAreLeka/moti/tree/dev/src/moti). (note: the `Makefile` is missing here because I `cp` it on each...

@mgcrea I know what you mean. But as a little advice I'd say "don't try to c++ the way you js". They are two different languages made for different things...

@chrisspen - I did something similar with the [bare arduino project](https://github.com/ladislas/Bare-Arduino-Project)

@chrisspen and actually you'll need to take a look at our fork of the arduino-makefile https://github.com/weareleka/Arduino-Makefile

@sej7278 I'm following upstream (you) closely and then reapplying my changes each time. you have to checkout the auto-lib branch: https://github.com/weareleka/Arduino-Makefile/tree/auto-lib here are the differences https://github.com/weareleka/Arduino-Makefile/commit/42c8bdf6368250f199e3a26a5566370e44bb7786