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

R818 compile error for OSX users #913

Closed
koningdde opened this issue Jun 1, 2015 · 2 comments
Closed

R818 compile error for OSX users #913

koningdde opened this issue Jun 1, 2015 · 2 comments
Assignees

Comments

@koningdde
Copy link

Ik gebruik een arduino compiler op een MAC, de SKETCH_PATH ziet er zo uit:

define SKETCH_PATH /Users/danny/Documents/Arduino/nodo881/Nodo

tijdens de compilatie kan hij de mappen hardware en config niet vinden om deze reden:

define CONFIGFILE2(a, b) stringify(a/Config/b)

define HARDWAREFILE2(a, b) stringify(a/Hardware/HW-b.h)

Ik heb de \ veranderd in /, dan werkt het wel.

@koningdde koningdde changed the title R881 compile error for OSX users R818 compile error for OSX users Jun 1, 2015
@Nodo-Domotica
Copy link
Owner

Ah, de bekende strijd tussen Windows en UX. Zal er naar kijken. ;-)

Op ma 1 jun. 2015 11:22 schreef koningdde notifications@github.com:

Ik gebruik een arduino compiler op een MAC, de SKETCH_PATH ziet er zo uit:
#define SKETCH_PATH /Users/danny/Documents/Arduino/nodo881/Nodo

tijdens de compilatie kan hij de mappen hardware en config niet vinden om
deze reden:
#define CONFIGFILE2(a, b) stringify(a/Config/b)
#define HARDWAREFILE2(a, b) stringify(a/Hardware/HW-b.h)
Ik heb de \ veranderd in /, dan werkt het wel.


Reply to this email directly or view it on GitHub
#913.

@Nodo-Domotica Nodo-Domotica self-assigned this Aug 25, 2015
@Nodo-Domotica
Copy link
Owner

Aangepast. komt mee met de volgende build. Thanks.

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