Skip to content

SoftwareSerial.h not found #141

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

Closed
OwenBrotherwood opened this issue Apr 8, 2017 · 2 comments
Closed

SoftwareSerial.h not found #141

OwenBrotherwood opened this issue Apr 8, 2017 · 2 comments

Comments

@OwenBrotherwood
Copy link
Contributor

Trying to use a sketch with SoftwareSerial.h: but get a:
C:\Users\owen\Desktop\rn\rn.ino:17:28: fatal error: SoftwareSerial.h: No such file or directory
The same sketch can be compiled if the board is an Uno.

Anything I can try to get further with this problem?

Detecting libraries used...
"C:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\tools\gcc-arm-none-eabi\5_2-2015q4/bin/arm-none-eabi-g++" -mcpu=cortex-m4 -mthumb -c -g -Os -w -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=16000000 -DARDUINO=10802 -DARDUINO_NRF52_DK -DARDUINO_ARCH_NRF5  -DNRF52 -DNRF5 "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/toolchain/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/toolchain/CMSIS/Include" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/toolchain/gcc/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/device/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/drivers_nrf/delay/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/softdevice/none/headers/" -DUSE_LFXO "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\variants\nRF52DK" "C:\Users\owen\AppData\Local\Temp\arduino_build_220437\sketch\rn.ino.cpp" -o "nul"
"C:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\tools\gcc-arm-none-eabi\5_2-2015q4/bin/arm-none-eabi-g++" -mcpu=cortex-m4 -mthumb -c -g -Os -w -mfloat-abi=hard -mfpu=fpv4-sp-d16 -std=gnu++11 -ffunction-sections -fdata-sections -fno-threadsafe-statics -nostdlib --param max-inline-insns-single=500 -fno-rtti -fno-exceptions  -w -x c++ -E -CC -DF_CPU=16000000 -DARDUINO=10802 -DARDUINO_NRF52_DK -DARDUINO_ARCH_NRF5  -DNRF52 -DNRF5 "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/toolchain/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/toolchain/CMSIS/Include" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/toolchain/gcc/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/device/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/drivers_nrf/delay/" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5/SDK/components/softdevice/none/headers/" -DUSE_LFXO "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\cores\nRF5" "-IC:\Users\owen\AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.3.0\variants\nRF52DK" "C:\Users\owen\AppData\Local\Temp\arduino_build_220437\sketch\rn.ino.cpp" -o "C:\Users\owen\AppData\Local\Temp\arduino_build_220437\preproc\ctags_target_for_gcc_minus_e.cpp"
C:\Users\owen\Desktop\rn\rn.ino:17:28: fatal error: SoftwareSerial.h: No such file or directory

compilation terminated.

#54 (comment)

@dlabun
Copy link
Collaborator

dlabun commented Apr 8, 2017

Sorry, but soft serial ports are not currently support on the nRF chips.

@dlabun dlabun closed this as completed Apr 8, 2017
@sandeepmistry
Copy link
Owner

#98 is open to track the request for a SoftwareSerial lib.

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

3 participants