cleitonsouza01 / qt-creator-arduino

Template to setup QT Creator as your Arduino IDE
GNU General Public License v2.0
54 stars 17 forks source link

Headers problem #2

Closed rebelC0der closed 7 years ago

rebelC0der commented 8 years ago

Hi. This is very useful thing, but it does not work for me unfortunately.

I have tried with Arduino 1.6.9 and Arduino 1.6.3 (what you used) and there is header issue:

/home/jurisl/Downloads/arduino-1.6.3/hardware/arduino/avr/cores/arduino/Arduino.h:28:
error: avr/pgmspace.h: No such file or directory
#include <avr/pgmspace.h>
#include <avr/io.h>
#include <avr/interrupt.h>
...

I have added direct path to these headers, which are in a different folder, then where your wizard is looking for them, but there are tons more errors poping up.

#include "pins_arduino.h" // is missing too

Pointing .pro file directly to a folder where this header is, generates tons more ERRORS.

Are you planing to update this wizard to latest qt-creator/Arduino IDE version?

Regards. Juris.

cleitonsouza01 commented 7 years ago

Hello RebelCoderRU, thanks for you comments. The project receive contribution from ViktorKovalev3. Please, see now works for you.