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.

Views: 239

Reply to This

Replies to This Discussion

@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.

Thanks for the fast reply.

Anyone know of a relax-patch 'ed version for Linux ?

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.

what Arduino version are you using ? - all I got with the default version 0022 - was the relax-related errors.

RSS

Contests

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.

A list of all T3 contests is here

 

© 2012   Created by Chris Anderson.

Badges  |  Report an Issue  |  Terms of Service