
Simple Arduino Template for Kdevelop 4
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
sealne
7 years ago
avrdude: stk500_getsync(): not in sync: resp=0x00
this turned out to be caused by not having the right baudrate set for the board i was using (uno is 115200)
Report
notAwebbot
8 years ago
1) WProgram.h needs to be changed to Arduino.h in the arduino.mk file. ( should also be changed in the arduino.tar.bz2 )
2) pins.h from /usr/share/arduino/hardware/arduino/variants/$boardname$ was not found, as a work around I made a link from the appropriate pins.h to
/usr/share/arduino/hardware/arduino/cores/arduino
Hope that helps
Pat
Report
shocklateboy92
9 years ago
Thanks in Advance.
Report