Open J-Dunn opened 9 years ago
I've just installed ino-0.3.6.1 on Fed20. It falls at the first hurdle:
# ino preproc --help usage: ino preproc [-h] [-d PATH] [-o OUTPUT] sketch # ino preproc grbl_sketch.ino No project found in this directory bash-4.2$ ls -ail total 12 1483071 drwxrwxr-x. 2 stm stm 4096 Jul 5 08:39 . 1483062 drwxrwxr-x. 13 stm stm 4096 Jul 15 13:36 .. 1487057 -rw-rw-r--. 1 stm stm 447 Jul 5 08:39 grbl_sketch.ino
Not encouraging.
I may be wrong but I think you should put your source files in a "src" folder.
@GilDev yes, you are correct. ino expects the following structure:
Otherwise, ino will fail. I recommend this issue be closed.
I've just installed ino-0.3.6.1 on Fed20. It falls at the first hurdle:
Not encouraging.