Page 1 of 1
Includes
Posted: Thu Mar 05, 2015 1:26 am
by kazeno
The firmware has this strange way to include header without point to the actual relative path breaking the autocompletation and tooltips showing the header documention in my IDLE.
How can I make it to work (particularly for Visual Studio)?
Re: Includes
Posted: Thu Mar 05, 2015 10:07 am
by arnaud
Hi,
These includes are made possible because we add the folders containing the header files in the header search path (added with the flag -I to gcc, see
https://github.com/bitcraze/crazyflie-f ... efile#L149).
I don't have visualstudio setup to test but I guess what you are looking at is the header search path:
http://stackoverflow.com/questions/3354 ... ader-files
If you have a visualstudio project file for the Crazyflie firmware I would be interested to get it to test.
Re: Includes
Posted: Fri Mar 06, 2015 7:43 am
by Slaxx
would also be interested in a visual studio project file and how to get it running...