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

Fix meeb 3dp board SoftwareSerialM lib dep #18178

Merged

Conversation

ccccmagicboy
Copy link
Contributor

Description

Although successful compile the source code for meeb 3dp board, there is something wrong on my printer after load the firmware.
Checked the building log and confirm that the lib SoftwareSerialM is missing.

/home/runner/work/MEEB_3DP/MEEB_3DP/my_marlin/.pio/libdeps/STM32F103RC_cc_meeb_3dp/TMCStepper_ID5513/src/source/TMC2208Stepper.cpp:191: warning: undefined reference to `SoftwareSerial::read()'
/home/runner/work/MEEB_3DP/MEEB_3DP/my_marlin/.pio/libdeps/STM32F103RC_cc_meeb_3dp/TMCStepper_ID5513/src/source/TMC2208Stepper.cpp:207: warning: undefined reference to `SoftwareSerial::available()'
/home/runner/work/MEEB_3DP/MEEB_3DP/my_marlin/.pio/libdeps/STM32F103RC_cc_meeb_3dp/TMCStepper_ID5513/src/source/TMC2208Stepper.cpp:207: warning: undefined reference to `SoftwareSerial::read()'
/home/runner/work/MEEB_3DP/MEEB_3DP/my_marlin/.pio/libdeps/STM32F103RC_cc_meeb_3dp/TMCStepper_ID5513/src/source/TMC2208Stepper.cpp:224: warning: undefined reference to `SoftwareSerial::stopListening()'
Checking size .pio/build/STM32F103RC_cc_meeb_3dp/firmware.elf
Advanced Memory Usage is available via "PlatformIO Home > Project Inspect"
RAM:   [=====     ]  48.3% (used 23760 bytes from 49152 bytes)
Flash: [=====     ]  52.4% (used 274748 bytes from 524288 bytes)
Building .pio/build/STM32F103RC_cc_meeb_3dp/firmware.bin
======================== [SUCCESS] Took 100.99 seconds ========================

Snipaste_2020-06-02_13-15-55

@ccccmagicboy ccccmagicboy changed the title fix meeb 3dp board SoftwareSerialM lib dep Fix meeb 3dp board SoftwareSerialM lib dep Jun 2, 2020
@ccccmagicboy
Copy link
Contributor Author

The SoftwareSerialM lib appear again after PR.
1

@ccccmagicboy ccccmagicboy marked this pull request as ready for review June 2, 2020 06:08
@thinkyhead thinkyhead merged commit 419f31f into MarlinFirmware:bugfix-2.0.x Jun 3, 2020
@ccccmagicboy ccccmagicboy deleted the fix_meeb_3dp_dep_lib branch June 11, 2020 02:35
jmp0x0000 pushed a commit to jmp0x0000/Marlin that referenced this pull request Aug 7, 2020
HairingX pushed a commit to HairingX/Marlin that referenced this pull request Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants