Advertisement
flok99

Untitled

Oct 2nd, 2014
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.89 KB | None | 0 0
  1.  
  2.  
  3. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM /tmp/build4266187615280466675.tmp/RTClib.cpp -o /tmp/build4266187615280466675.tmp/RTClib.cpp.o
  4. RTClib.cpp: In constructor ‘DateTime::DateTime(uint32_t)’:
  5. RTClib.cpp:70:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  6. if (days < 365 + leap)
  7. ^
  8. RTClib.cpp: In constructor ‘DateTime::DateTime(const char*, const char*)’:
  9. RTClib.cpp:120:70: warning: operation on ‘((DateTime*)this)->DateTime::m’ may be undefined [-Wsequence-point]
  10. case 'J': m = date[1] == 'a' ? 1 : m = date[2] == 'n' ? 6 : 7; break;
  11. ^
  12. RTClib.cpp: In constructor ‘DateTime::DateTime(const __FlashStringHelper*, const __FlashStringHelper*)’:
  13. RTClib.cpp:145:70: warning: operation on ‘((DateTime*)this)->DateTime::m’ may be undefined [-Wsequence-point]
  14. case 'J': m = buff[1] == 'a' ? 1 : m = buff[2] == 'n' ? 6 : 7; break;
  15. ^
  16. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp -o /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.o
  17. gcopeland_recv_nrf24l01.ino:34:42: warning: integer overflow in expression [-Woverflow]
  18. gcopeland_recv_nrf24l01.ino:35:44: warning: integer overflow in expression [-Woverflow]
  19. gcopeland_recv_nrf24l01.ino:36:47: warning: integer overflow in expression [-Woverflow]
  20. gcopeland_recv_nrf24l01.ino:37:38: warning: integer overflow in expression [-Woverflow]
  21. gcopeland_recv_nrf24l01.ino: In function ‘void loop()’:
  22. gcopeland_recv_nrf24l01.ino:362:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  23. gcopeland_recv_nrf24l01.ino:388:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  24. gcopeland_recv_nrf24l01.ino:388:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  25. gcopeland_recv_nrf24l01.ino:394:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  26. gcopeland_recv_nrf24l01.ino:403:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  27. gcopeland_recv_nrf24l01.ino:403:83: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  28. gcopeland_recv_nrf24l01.ino:406:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  29. gcopeland_recv_nrf24l01.ino:441:66: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  30. gcopeland_recv_nrf24l01.ino: In function ‘void setup()’:
  31. gcopeland_recv_nrf24l01.ino:264:23: warning: array subscript is above array bounds [-Warray-bounds]
  32. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/home/folkert/sketchbook/libraries/MemoryFree/utility /home/folkert/sketchbook/libraries/MemoryFree/MemoryFree.cpp -o /tmp/build4266187615280466675.tmp/MemoryFree/MemoryFree.cpp.o
  33. /home/folkert/sketchbook/libraries/MemoryFree/MemoryFree.cpp:22:24: warning: extra tokens at end of #include directive [enabled by default]
  34. #include "MemoryFree.h";
  35. ^
  36. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/usr/share/arduino/libraries/SPI/utility /usr/share/arduino/libraries/SPI/SPI.cpp -o /tmp/build4266187615280466675.tmp/SPI/SPI.cpp.o
  37. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/home/folkert/sketchbook/libraries/gcRF24/utility /home/folkert/sketchbook/libraries/gcRF24/t.c -o /tmp/build4266187615280466675.tmp/gcRF24/t.c.o
  38. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/home/folkert/sketchbook/libraries/gcRF24/utility /home/folkert/sketchbook/libraries/gcRF24/gcRF24.cpp -o /tmp/build4266187615280466675.tmp/gcRF24/gcRF24.cpp.o
  39. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/usr/share/arduino/libraries/Wire/utility /usr/share/arduino/libraries/Wire/Wire.cpp -o /tmp/build4266187615280466675.tmp/Wire/Wire.cpp.o
  40. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/usr/share/arduino/libraries/Wire/utility /usr/share/arduino/libraries/Wire/utility/twi.c -o /tmp/build4266187615280466675.tmp/Wire/utility/twi.c.o
  41. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs -I/home/folkert/sketchbook/libraries/MemoryFree -I/usr/share/arduino/libraries/SPI -I/home/folkert/sketchbook/libraries/gcRF24 -I/usr/share/arduino/libraries/Wire -I/usr/share/arduino/libraries/EEPROM -I/usr/share/arduino/libraries/EEPROM/utility /usr/share/arduino/libraries/EEPROM/EEPROM.cpp -o /tmp/build4266187615280466675.tmp/EEPROM/EEPROM.cpp.o
  42. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/wiring_shift.c -o /tmp/build4266187615280466675.tmp/wiring_shift.c.o
  43. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/wiring_digital.c -o /tmp/build4266187615280466675.tmp/wiring_digital.c.o
  44. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/wiring.c -o /tmp/build4266187615280466675.tmp/wiring.c.o
  45. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/WInterrupts.c -o /tmp/build4266187615280466675.tmp/WInterrupts.c.o
  46. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/avr-libc/realloc.c -o /tmp/build4266187615280466675.tmp/realloc.c.o
  47. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/avr-libc/malloc.c -o /tmp/build4266187615280466675.tmp/malloc.c.o
  48. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/wiring_analog.c -o /tmp/build4266187615280466675.tmp/wiring_analog.c.o
  49. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/wiring_pulse.c -o /tmp/build4266187615280466675.tmp/wiring_pulse.c.o
  50. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp -o /tmp/build4266187615280466675.tmp/HardwareSerial.cpp.o
  51. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp: In function ‘void store_char(unsigned char, ring_buffer*)’:
  52. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp:100:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  53. if (i != buffer->tail) {
  54. ^
  55. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp: In function ‘void __vector_18()’:
  56. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp:129:21: warning: unused variable ‘c’ [-Wunused-variable]
  57. unsigned char c = UDR0;
  58. ^
  59. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp: In member function ‘void HardwareSerial::begin(long unsigned int, byte)’:
  60. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp:370:11: warning: unused variable ‘current_config’ [-Wunused-variable]
  61. uint8_t current_config;
  62. ^
  63. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp: In member function ‘virtual size_t HardwareSerial::write(uint8_t)’:
  64. /usr/share/arduino/hardware/arduino/cores/arduino/HardwareSerial.cpp:469:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  65. while (i == _tx_buffer->tail)
  66. ^
  67. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/HID.cpp -o /tmp/build4266187615280466675.tmp/HID.cpp.o
  68. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/WString.cpp -o /tmp/build4266187615280466675.tmp/WString.cpp.o
  69. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/IPAddress.cpp -o /tmp/build4266187615280466675.tmp/IPAddress.cpp.o
  70. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/USBCore.cpp -o /tmp/build4266187615280466675.tmp/USBCore.cpp.o
  71. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/new.cpp -o /tmp/build4266187615280466675.tmp/new.cpp.o
  72. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/Stream.cpp -o /tmp/build4266187615280466675.tmp/Stream.cpp.o
  73. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/WMath.cpp -o /tmp/build4266187615280466675.tmp/WMath.cpp.o
  74. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/Tone.cpp -o /tmp/build4266187615280466675.tmp/Tone.cpp.o
  75. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/main.cpp -o /tmp/build4266187615280466675.tmp/main.cpp.o
  76. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/Print.cpp -o /tmp/build4266187615280466675.tmp/Print.cpp.o
  77. /usr/share/arduino/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=105 -D__PROG_TYPES_COMPAT__ -I/usr/share/arduino/hardware/arduino/cores/arduino -I/usr/share/arduino/hardware/arduino/variants/eightanaloginputs /usr/share/arduino/hardware/arduino/cores/arduino/CDC.cpp -o /tmp/build4266187615280466675.tmp/CDC.cpp.o
  78. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/wiring_shift.c.o
  79. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/wiring_digital.c.o
  80. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/wiring.c.o
  81. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/WInterrupts.c.o
  82. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/realloc.c.o
  83. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/malloc.c.o
  84. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/wiring_analog.c.o
  85. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/wiring_pulse.c.o
  86. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/HardwareSerial.cpp.o
  87. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/HID.cpp.o
  88. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/WString.cpp.o
  89. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/IPAddress.cpp.o
  90. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/USBCore.cpp.o
  91. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/new.cpp.o
  92. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/Stream.cpp.o
  93. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/WMath.cpp.o
  94. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/Tone.cpp.o
  95. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/main.cpp.o
  96. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/Print.cpp.o
  97. /usr/share/arduino/hardware/tools/avr/bin/avr-ar rcs /tmp/build4266187615280466675.tmp/core.a /tmp/build4266187615280466675.tmp/CDC.cpp.o
  98. /usr/share/arduino/hardware/tools/avr/bin/avr-gcc -Os -Wl,--gc-sections -mmcu=atmega328p -o /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.elf /tmp/build4266187615280466675.tmp/RTClib.cpp.o /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.o /tmp/build4266187615280466675.tmp/MemoryFree/MemoryFree.cpp.o /tmp/build4266187615280466675.tmp/SPI/SPI.cpp.o /tmp/build4266187615280466675.tmp/gcRF24/t.c.o /tmp/build4266187615280466675.tmp/gcRF24/gcRF24.cpp.o /tmp/build4266187615280466675.tmp/Wire/Wire.cpp.o /tmp/build4266187615280466675.tmp/Wire/utility/twi.c.o /tmp/build4266187615280466675.tmp/EEPROM/EEPROM.cpp.o /tmp/build4266187615280466675.tmp/core.a -L/tmp/build4266187615280466675.tmp -lm
  99. /usr/share/arduino/hardware/tools/avr/bin/avr-objcopy -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.elf /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.eep
  100. /usr/share/arduino/hardware/tools/avr/bin/avr-objcopy -O ihex -R .eeprom /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.elf /tmp/build4266187615280466675.tmp/gcopeland_recv_nrf24l01.cpp.hex
  101. Binary sketch size: 2,402 bytes (of a 30,720 byte maximum)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement