Closed joesan closed 3 years ago
You must git submodule update --init --recursive
from your clone directory.
if you have the repository on github it would help me help you. I'm surprised by the path ../src/Arduino-Makefile/Arduino.mk
how did you clone the project?
I think I kind of fixed it by installing the https://github.com/sudar/Arduino-Makefile and then modifying the ARDMK_DIR in my Makefile point to
/usr/share/arduino/
You mean to say if I run the git submodule update --init --recursive
, I do not have to install the Arduino-Makefile explicitly?
Yes, the submodule thingy pulls a fork of sudar's arduino-makefile with additional capabilities.
It's in the install documentation ;)
@joesan any news on this? I'll close for now, feel free to reopen if needed.
I tried the install instructions and created my first sub project, but when I wanted to run the make command, I got the following error:
Why is it looking for Arduino.mk file? From where should I source this one?