this is the response I received from the Arduino when I attempted to import three standard libraries
specifically they are:
1-eeprom
2-softwareserial
3-gsm/gprs
SoftwareSerial/SoftwareSerial.cpp.o: In function
__vector_3': /Users/*****/Downloads/Arduino 2.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp:305: multiple definition of
__vector_3'
GSM/GSM3SoftSerial.cpp.o:/Users//Downloads/Arduino 2.app/Contents/Resources/Java/libraries/GSM/GSM3SoftSerial.cpp:511: first defined here
SoftwareSerial/SoftwareSerial.cpp.o: In function__vector_4': /Users/*****/Downloads/Arduino 2.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp:312: multiple definition of
__vector_4'
GSM/GSM3SoftSerial.cpp.o:/Users//Downloads/Arduino 2.app/Contents/Resources/Java/libraries/GSM/GSM3SoftSerial.cpp:518: first defined here
SoftwareSerial/SoftwareSerial.cpp.o: In function__vector_5': /Users/*****/Downloads/Arduino 2.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp:319: multiple definition of
__vector_5'
GSM/GSM3SoftSerial.cpp.o:/Users//Downloads/Arduino 2.app/Contents/Resources/Java/libraries/GSM/GSM3SoftSerial.cpp:525: first defined here
core.a(main.cpp.o): In functionmain': /Users/*****/Downloads/Arduino 2.app/Contents/Resources/Java/hardware/arduino/cores/arduino/main.cpp:11: undefined reference to
setup'
/Users//Downloads/Arduino 2.app/Contents/Resources/Java/hardware/arduino/cores/arduino/main.cpp:14: undefined reference to `loop'
platform upon which arduino programming environment is installed equals
Mac OS X 10.6.8
2.93 ghz Intel core 2 duo
4 gb 1067 mhz ddr3
just so you are aware the program blink functions without any situation or inconveniences which proves bidirectional communications are being established between mac and arduino, however when I attempt to verify and compile the three libaries I get error messages plural
please help