Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using SoftwareSerial library triggers bizarre compile-time errors #1

Open
DEGoodmanWilson opened this issue Jan 19, 2014 · 0 comments
Assignees

Comments

@DEGoodmanWilson
Copy link
Member

So weird.

/Applications/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=at90can128 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=102 -I/Users/dgoodman/Documents/Arduino/hardware/Railstars/cores/Io-duino -I/Users/dgoodman/Documents/Arduino/hardware/Railstars/variants/Io-duino -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial /var/folders/yr/y5b48jqj7bqg9b4dq99twrj80000gn/T/build8380131872402740482.tmp/SoftwareSerialExample.cpp -o /var/folders/yr/y5b48jqj7bqg9b4dq99twrj80000gn/T/build8380131872402740482.tmp/SoftwareSerialExample.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=at90can128 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=102 -I/Users/dgoodman/Documents/Arduino/hardware/Railstars/cores/Io-duino -I/Users/dgoodman/Documents/Arduino/hardware/Railstars/variants/Io-duino -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial -I/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial/utility /Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp -o /var/folders/yr/y5b48jqj7bqg9b4dq99twrj80000gn/T/build8380131872402740482.tmp/SoftwareSerial/SoftwareSerial.cpp.o
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp:59: warning: only initialized variables can be placed into program memory area
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp: In member function 'void SoftwareSerial::begin(long int)':
/Applications/Arduino.app/Contents/Resources/Java/libraries/SoftwareSerial/SoftwareSerial.cpp:398: error: invalid type argument of 'unary *'

@ghost ghost assigned DEGoodmanWilson Jan 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant