Skip to content

no project found? #2

@joshuacox

Description

@joshuacox
cd /tmp
mkdir beep
cd beep
ino init -t blink
vim src/sketch.ino

Then <Leader> ac produces this output:

"sketch.ino" 15L, 182C written
Compiling... /tmp/beep/src/sketch.ino
No project found in this directory.
Failed.

I tried cd src and vimming it and <Leader> ac to the same effect. Am I missing something? Was there perhaps supposed to be a Makefile somewhere that gets generated in the ino init command?

$  ls -Rlh /tmp/beep
.:
total 0
drwxr-xr-x 2 bob bob 60 Sep 19 09:12 lib
drwxr-xr-x 2 bob bob 60 Sep 19 09:12 src

./lib:
total 0

./src:
total 4.0K
-rw-r--r-- 1 bob bob 182 Sep 19 09:19 sketch.ino

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions