Page 1 of 1

Can't update Code

Posted: Mon Dec 29, 2014 5:18 pm
by maineultraclassic
I hooked up to the RA tonight to make a couple of changes, but when I go to generate and upload I get an error after a minute or so. It won't generate the new code and upload it to the RA.

I did notice it's asking me for a Dynamic DNS...........which I don't use, does that have anything to do with it?

Any help would be great.

Thanks,

Steve

Re: Can't update Code

Posted: Mon Dec 29, 2014 5:29 pm
by pandimus
What's the error? Did you try compilation first?

Re: Can't update Code

Posted: Mon Dec 29, 2014 5:35 pm
by maineultraclassic
ReefAngel\ReefAngel.cpp.o: In function `__vector_9':
C:\Users\Steve1\Documents\Arduino\libraries\ReefAngel/ReefAngel_1.5_LCD.h:4: multiple definition of `__vector_9'
SoftwareSerial\SoftwareSerial.cpp.o:C:\Program Files\Reef Angel Controller\libraries\SoftwareSerial/SoftwareSerial.cpp:305: first defined here
c:/program files/reef angel controller/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/bin/ld.exe: Disabling relaxation: it will not work with multiple definitions

Re: Can't update Code

Posted: Mon Dec 29, 2014 5:47 pm
by lnevo
Sounds like something wrong with your installation. I would try downloading the latest installer and reinstall

Re: Can't update Code

Posted: Mon Dec 29, 2014 5:48 pm
by rimai
Bug on the wizard :(
Remove the very first line:

Code: Select all

#include <SoftwareSerial.h>

Re: Can't update Code

Posted: Mon Dec 29, 2014 5:49 pm
by maineultraclassic
Figured it out............my joystick was just slightly sticking to the right, causing the problem.
Once I centered it, everything went fine.

Re: Can't update Code

Posted: Mon Dec 29, 2014 5:51 pm
by maineultraclassic
Before figuring this out, I did download all the new files and installed them. And went thru the fresh wizard and set everything back up again.