Hi,
FYI, when I tried to compile the lastest code with arduino IDE 1.0, the code generate a lot of errors but it work very smoothly with arduino IDE 0023.
Tags:
@bertrand,
I just checked in a bunch of changes yesterday to add support for Arduino 1.0 so I think it will work now if you get the latest code from trunk. Remember to use the Arduino with the relax-patch which you can find in the download area (look for arduino-0100-relax-windows.zip - sorry we only have the windows version at the moment). By the way we expect arduino will include this relax-patch in the next official release.
Permalink Reply by Bertrand Duchiron on January 28, 2012 at 7:46pm Thanks for the fast reply.
Permalink Reply by Andke on March 4, 2012 at 2:55pm Anyone know of a relax-patch 'ed version for Linux ?
Permalink Reply by Steven Harsanyi on March 4, 2012 at 4:33pm Hi, I use ubuntu linux and I had problems with this line that is in the library files.
#if defined(ARDUINO) && ARDUINO >= 100
I had to change all the files with that line to
#if defined(ARDUINO) && defined(ARDUINO) >= 100
if you cut and paste the following two separate commands while in the libraries folder
each line runs thru all the libraries files and find and replaces
find . -name '*.h' | xargs perl -pi -e 's/&& ARDUINO/&& defined(ARDUINO)/g'
find . -name '*.cpp' | xargs perl -pi -e 's/&& ARDUINO/&& defined(ARDUINO)/g'
after doing that you should be able to make with no errors
there is probably is a better way but this works for me.
Season Two of the Trust Time Trial (T3) Contest has now begun. The third round was a reliablilty/aerial photography round for both planes and copters, which is now closed. Stay tuned for the next round, beginning soon.58 members
106 members
54 members
27 members
59 members
© 2012 Created by Chris Anderson.
