Advertisement
baldengineer

ethercard fail

Dec 18th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. "/Applications/Arduino.app/Contents/Java/tools-builder/ctags/5.8-arduino2/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns "/var/folders/8j/b__8wsps0jx30v4__zth01fw0000gn/T/build2c1ba46ac629ef65ee9319f3f44c912d.tmp/preproc/ctags_target.cpp"
  2. "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10606 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino" "-I/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/variants/standard" "-I/Users/james/Dropbox/Projects/Proper Larson/Arduino/libraries/ethercard-master" "/var/folders/8j/b__8wsps0jx30v4__zth01fw0000gn/T/build2c1ba46ac629ef65ee9319f3f44c912d.tmp/sketch/webClient.ino.cpp" -o "/var/folders/8j/b__8wsps0jx30v4__zth01fw0000gn/T/build2c1ba46ac629ef65ee9319f3f44c912d.tmp/sketch/webClient.ino.cpp.o"
  3. /Users/james/Dropbox/Projects/Proper Larson/Arduino/libraries/ethercard-master/examples/webClient/webClient.ino: In function 'void my_callback(byte, word, word)':
  4. webClient:15: error: 'void my_callback(byte, word, word)' was declared 'extern' and later 'static' [-fpermissive]
  5. static void my_callback (byte status, word off, word len) {
  6. ^
  7. webClient:15: error: previous declaration of 'void my_callback(byte, word, word)' [-fpermissive]
  8. static void my_callback (byte status, word off, word len) {
  9. ^
  10. Using library ethercard-master in folder: /Users/james/Dropbox/Projects/Proper Larson/Arduino/libraries/ethercard-master (legacy)
  11. exit status 1
  12. 'void my_callback(byte, word, word)' was declared 'extern' and later 'static' [-fpermissive]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement