Communicator program will not compile. Help.
The communicator program will not compile. I downloaded the .zip file from the blinkm quick start guide site.
2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi,
What version of the Arduino software are you using? What kind of Arduino board do you have? What is the exact error message you are seeing? -
Inappropriate?Hi Todbot
I'm using the latest release of the Arduino software with an Arduino Duemilanove with an ATMega328. I'm receiving multiple "first defined here errors." Below is a sample of just a few of the error messages I've been receiving.
C:\Users\Moose\Documents\arduino-0017\hardware\libraries\Wire\utility/twi_1.c:338: multiple definition of `__vector_24'
C:\Users\Moose\AppData\Local\Temp\build15902.tmp\Wire\utility\twi.c.o:C:\Users\Moose\Documents\arduino-0017\hardware\libraries\Wire\utility/twi.c:338: first defined here
C:\Users\Moose\AppData\Local\Temp\build15902.tmp\Wire\utility\twi_1.c.o: In function `twi_init':
C:\Users\Moose\Documents\arduino-0017\hardware\libraries\Wire\utility/twi_1.c:65: multiple definition of `twi_init'
C:\Users\Moose\AppData\Local\Temp\build15902.tmp\Wire\utility\twi.c.o:C:\Users\Moose\Documents\arduino-0017\hardware\libraries\Wire\utility/twi.c:65: first defined here -
Inappropriate?Hmm, that's very strange. I just tested compiling BlinkMCommunicator from a fresh download if it, using the Arduino 0017 software on Mac OS X 10.5.8 and Windows XP SP2, with the Arduino board type set to "Arduino Duemilenove or Nano w/ ATmega328". Both compiled the sketch just fine.
Can you give me any more details on your system? Is there anything strange about it? Specifically what version of Windows are you on? Have you been able able to compile any other Arduino sketches? (like the ones in the examples, specifically any of the Wire examples)
Have you been experimenting with I2C/TWI/Wire in another capacity? Have you done anything with your Arduino installation that is different than what the Arduino site says to do? -
Inappropriate?I'm running Windows Vista SP2 on a stock Sony Viao. I just attempted to compile a few examples that included wire.h and I got similar results. I haven't been experimenting with Wire in another capacity. I just got my Arduino board a few weeks ago and have been messing around with just standard LED's and a few sensors just to get a feel for the board.
-
Inappropriate?O yes and I installed Arduino with what the site said to do.
-
Inappropriate?Hmm, if you can't compile the Wire example sketches, then I'd explore the reason for that. It sounds like your copy of the Arduino software is messed up.
I'd recommend creating a new user in Windows, downloading a fresh copy of Arduino with that user, and try compiling that user. -
Inappropriate?I'm getting a compile error on arduino-0017 too on linux [ubuntu 9.10]
Error compiling: /home/mrmoz/arduino-0017/hardware/cores/arduino/wiring_digital.c:97: error: expected ‘)’ before ‘pin’
Should also say that it's a duemilanove 328
I’m frustrated
-
Inappropriate?ok, after a reinstall of the software and reinstalling avr-gcc and avr-libc it is working again, yay
I’m happy
Loading Profile...



EMPLOYEE