Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unix only? #34

Open
Murkantilism opened this issue Jun 27, 2018 · 1 comment
Open

Unix only? #34

Murkantilism opened this issue Jun 27, 2018 · 1 comment

Comments

@Murkantilism
Copy link

./configure.sh doesn't work in the Windows command prompt. I tried duplicating the sample cfg.h file and renaming it to cfg.h but I get a compile error when I try to Verify the sketch:

In file included from C:\Users\HCC_Admin\Documents\Arduino\nanpy-firmware-master\Nanpy\Nanpy.ino:1:0:
sketch\cfg_all.h:3:17: fatal error: cfg.h: No such file or directory
 #include "cfg.h"
             ^
compilation terminated.
exit status 1
Error compiling for board Arduino Duemilanove or Diecimila.
@megasaturnv
Copy link

configure.sh is a bash script, so it cannot run in a Windows command prompt. You can run the script under Cygwin if you need to use Windows.

As for the compiling error, make sure cfg.h is in "nanpy-firmware-master\Nanpy" and not "nanpy-firmware-master"

Also check you have selected the correct Arduino board.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants