Arduino C++ IDE: multiple projects [message #1721645] |
Thu, 28 January 2016 21:42  |
Eclipse User |
|
|
|
I have a project that I developed using Arduino IDE. It consists of multiple projects/libraries. If I dump everything into one C++ project then it compiles but I can't choose which "ino" file deploy. So, I also tried creating a separate C++ project for each one, and reference one project from another. However, it seems that right off the bat a referenced include flice cannot be found by the referee include file.
Are project references supposed to work?
|
|
|
Re: Arduino C++ IDE: multiple projects [message #1721647 is a reply to message #1721645] |
Thu, 28 January 2016 21:45   |
Eclipse User |
|
|
|
Also, going back to the original Arduino IDE configuration, each project/library has three files: .ino, .cpp, .h. In a C++ project I tried creating three similar files, with names: MyNameIno.cpp, MyName.cpp, and MyName.h. However, the C++ IDE did not seem to be able to handle this and upload it. ANd, for multiple projects, I tried naming the projects MyName and MyNameIno. Either way it still didn't build properly.
What would you recommend?
[Updated on: Thu, 28 January 2016 21:47] by Moderator Report message to a moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03144 seconds