Errors compiling

General support questions and discussions.

Errors compiling

Postby ivanhg » Mon Dec 16, 2013 7:48 pm

Hi,

I have a problem making work relays, everything else is working, relay shield, I can access arduino xml, app communicates with arduino, but relay don't answer to button push.

I receive so much warnings while compiling, can be these the problem? Compiling with Arduino 1.0.4

Hardware: Arduino Ethernet + DFRobot Relay shield.

Pasted the output:
Code: Select all
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.o
In file included from MyDoorOpener.ino:39:
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:144: warning: 'typedef' was ignored in this declaration
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In constructor 'WebServer::WebServer(const char*, int)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:295: warning: 'WebServer::m_cmdCount' will be initialized after
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:284: warning:   'int WebServer::m_contentLength'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:321: warning:   when initialized here
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::addCommand(const char*, void (*)(WebServer&, WebServer::ConnectionType, char*, bool))':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:350: warning: comparison between signed and unsigned integer expressions
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:352: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:353: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::printP(const prog_uchar*)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:406: warning: suggest parentheses around assignment used as truth value
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'bool WebServer::dispatchCommand(WebServer::ConnectionType, char*, bool)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:432: warning: deprecated conversion from string constant to 'char*'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:461: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:461: warning: comparison between signed and unsigned integer expressions
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:462: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:466: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::httpFail()':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:552: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::noRobots(WebServer::ConnectionType)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:575: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::favicon(WebServer::ConnectionType)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:585: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::httpUnauthorized()':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:592: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::httpServerError()':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:605: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::httpSuccess(const char*, const char*)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:618: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::httpSeeOther(const char*)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:634: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'int WebServer::read()':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:714: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::push(int)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:723: warning: array subscript has type 'char'
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h: In member function 'void WebServer::outputCheckboxOrRadio(const char*, const char*, const char*, const char*, bool)':
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1139: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1140: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1141: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1142: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1143: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1144: warning: only initialized variables can be placed into program memory area
/Users/ivanhg/Documents/Arduino/libraries/Webduino/WebServer.h:1145: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino: In function 'void notifyViaPush(const char*, const char*)':
MyDoorOpener.ino:247: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:250: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:252: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:253: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:257: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:262: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:267: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:269: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:272: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:273: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:274: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino:275: warning: only initialized variables can be placed into program memory area
MyDoorOpener.ino: In function 'void webRequestHandler(WebServer&, WebServer::ConnectionType, char*, bool)':
MyDoorOpener.ino:538: warning: comparison between signed and unsigned integer expressions
MyDoorOpener.ino:570: warning: comparison between signed and unsigned integer expressions
MyDoorOpener.ino:612: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:613: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:617: warning: comparison between signed and unsigned integer expressions
MyDoorOpener.ino:619: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:621: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:626: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:635: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:637: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino:641: warning: deprecated conversion from string constant to 'char*'
MyDoorOpener.ino: In function 'void watchDogNotificationsHandler()':
MyDoorOpener.ino:662: warning: comparison between signed and unsigned integer expressions
MyDoorOpener.ino: In function 'void setup()':
MyDoorOpener.ino:808: warning: comparison between signed and unsigned integer expressions
MyDoorOpener.ino:811: warning: comparison between signed and unsigned integer expressions
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/SPI/SPI.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/SPI/SPI.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Users/ivanhg/Documents/Arduino/libraries/Time/utility /Users/ivanhg/Documents/Arduino/libraries/Time/Time.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Time/Time.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/Dhcp.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/Dhcp.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/Dns.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/Dns.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/Ethernet.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/Ethernet.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/EthernetClient.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/EthernetClient.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/EthernetServer.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/EthernetServer.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/EthernetUdp.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/EthernetUdp.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility/socket.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/utility/socket.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet/utility/w5100.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/utility/w5100.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SPI -I/Users/ivanhg/Documents/Arduino/libraries/Time -I/Applications/Arduino.app/Contents/Resources/Java/libraries/Ethernet -I/Users/ivanhg/Documents/Arduino/libraries/Webduino -I/Users/ivanhg/Documents/Arduino/libraries/Aes256 -I/Users/ivanhg/Documents/Arduino/libraries/Aes256/utility /Users/ivanhg/Documents/Arduino/libraries/Aes256/aes256.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Aes256/aes256.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/malloc.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/malloc.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/malloc.c:67: warning: initialization makes pointer from integer without a cast
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WInterrupts.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/WInterrupts.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_analog.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_analog.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_digital.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_digital.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_pulse.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_pulse.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -c -g -Os -Wall -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/wiring_shift.c -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_shift.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/CDC.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/CDC.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/HardwareSerial.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp: In function 'void store_char(unsigned char, ring_buffer*)':
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp:98: warning: comparison between signed and unsigned integer expressions
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp: In function 'void __vector_18()':
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp:132: warning: unused variable 'c'
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp: In member function 'void HardwareSerial::begin(long unsigned int, byte)':
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp:379: warning: unused variable 'current_config'
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp: In member function 'virtual size_t HardwareSerial::write(uint8_t)':
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HardwareSerial.cpp:478: warning: comparison between signed and unsigned integer expressions
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/HID.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/HID.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/IPAddress.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/IPAddress.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/main.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/main.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/new.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/new.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Print.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.cpp: In member function 'size_t Print::print(const __FlashStringHelper*)':
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Print.cpp:44: warning: '__progmem__' attribute ignored
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Stream.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Stream.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Tone.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/Tone.cpp:119: warning: only initialized variables can be placed into program memory area
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/USBCore.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/USBCore.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WMath.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/WMath.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/standard /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino/WString.cpp -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/WString.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/malloc.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/WInterrupts.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_analog.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_digital.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_pulse.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/wiring_shift.c.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/CDC.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/HardwareSerial.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/HID.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/IPAddress.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/main.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/new.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Print.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Stream.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Tone.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/USBCore.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/WMath.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-ar rcs /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/WString.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-gcc -Os -Wl,--gc-sections -mmcu=atmega328p -o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.elf /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/SPI/SPI.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Time/Time.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/Dhcp.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/Dns.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/Ethernet.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/EthernetClient.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/EthernetServer.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/EthernetUdp.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/utility/socket.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Ethernet/utility/w5100.cpp.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/Aes256/aes256.c.o /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/core.a -L/var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp -lm
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.elf /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.eep
/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.elf /var/folders/rm/qc0546xd61bgwl7jsccwkmlc0000gn/T/build2493560806115957995.tmp/MyDoorOpener.cpp.hex
Tamaño binario del Sketch: 23.936 bytes (de un máximo de 32.256 bytes)

ivanhg
 
Posts: 4
Joined: Mon Dec 16, 2013 7:39 pm

Re: Errors compiling

Postby support » Tue Dec 17, 2013 9:27 pm

Hi,

There should be no warnings when compiling. Not sure if that's what's causing the issues with
your relay not working but it won't help for sure ...

1) Are you using an authentic Arduino board or a "clone" ?
2) In the Arduino IDE, have you made sure the appropriate board is selected in Tools -> Board ?
3) From the compiler warnings, I see you're running Mac OSX ... What version are your running off ?

Best regards,
support
Site Admin
 
Posts: 384
Joined: Thu Aug 22, 2013 7:30 pm

Re: Errors compiling

Postby ivanhg » Mon Dec 23, 2013 6:23 am

Hi Support,

Changing compiling computer this problem was solved but a new one appear. Now there isn't error compiling, and relay 1 from iphone is working fine, but I have in iphone app configured 4 relays:

1 Controller with devices:
Device 1 Relay Pin Number 2 - Working.
Device 2 Relay Pin Number 3 - NOT Working
Device 3 Relay Pin Number 4 - NOT Working
Device 4 Relay Pin Number 5 - NOT Working

When I push on Toggle button in device 2 3 and 4 I don't hear the relay "click", and led corresponding relay 4 in DFRobot shield is always on. Manually test pressing button on relay shield works fine and "click" is heard.

arduino.JPG
arduino.JPG (132.55 KiB) Viewed 4365 times
ivanhg
 
Posts: 4
Joined: Mon Dec 16, 2013 7:39 pm

Re: Errors compiling

Postby support » Mon Dec 23, 2013 7:28 pm

Hi,

Make sure you configured each device in the iPhone app using the
appropriate RELAY PIN number, such that it matches your hardware
configuration.

Best regards,
support
Site Admin
 
Posts: 384
Joined: Thu Aug 22, 2013 7:30 pm

Re: Errors compiling

Postby ivanhg » Tue Dec 24, 2013 6:55 am

Hi,

I don't know which is the correct relay PIN, but in instructions says DFROBOT RELAY 1 is RELAY PIN 2 in iphone app and is working fine, so:

RELAY 1 = RELAY PIN 2 Iphone App
RELAY 2 = RELAY PIN 3 Iphone App
RELAY 3 = RELAY PIN 4 Iphone App
RELAY 4 = RELAY PIN 5 Iphone App

I have this configuration into iphone app and is only working fine relay 1. If there is something wrong please let me know.
ivanhg
 
Posts: 4
Joined: Mon Dec 16, 2013 7:39 pm

Re: Errors compiling

Postby support » Tue Dec 24, 2013 10:09 am

The latest version (2.1) of the DFRobot RelayShield uses a different pin configuration. If you look at the following Wiki
reference from DFRobot ...

http://www.dfrobot.com/wiki/index.php/R ... DFR0144%29

... The default pins to control the relays (for that version of the RelayShield) are now #2, #7, #8 and #10. Therefore,
you should change the iPhone app configuration for your devices 2, 3 & 4. You will also need to change the INO (Arduino)
code to update the relayPins array definition (near line #71). It will need to match the actual pins your hardware uses.

From the above Wiki document, they explain how you can change the default pins, so you should follow that for your 4th
device, which by default, is set to operate using pin #10. Pin #10 is reserved for the operation of the Ethernet portion of
the circuitry so you'll have to change relay 4 to operate using another pin #.

Let us know how this works out for you.

Best regards,
support
Site Admin
 
Posts: 384
Joined: Thu Aug 22, 2013 7:30 pm


Return to Support



cron