[GH-ISSUE #685] core 2.4.2 build error #572

Open
opened 2026-02-28 01:25:55 +03:00 by kerem · 8 comments
Owner

Originally created by @marcobrianza on GitHub (Aug 4, 2018).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/685

Hardware

WiFimanager Branch/Release: Development

Esp8266:
Hardware: Wemos D1 Pro
Core Version: 2.4.2

Description

after upgrading the esp8266 core from 2.4.1 to 2.4.2 build fails.

Settings in IDE

Module: Wemos D1 Pro

Debug Messages

/var/folders/lv/r8c0j99n56g8htmghf4qbbyc0000gn/T/arduino_build_266395/libraries/WiFiManager-master/WiFiManager.cpp.o: In function WiFiManager::waitForConnectResult()': /Applications/Arduino.app/Contents/Java/portable/sketchbook/libraries/WiFiManager-master/WiFiManager.cpp:759: undefined reference to WPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool'
/var/folders/lv/r8c0j99n56g8htmghf4qbbyc0000gn/T/arduino_build_266395/libraries/WiFiManager-master/WiFiManager.cpp.o: In function WiFiManager::startWPS()': /Applications/Arduino.app/Contents/Java/portable/sketchbook/libraries/WiFiManager-master/WiFiManager.cpp:759: undefined reference to WPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool'
collect2: error: ld returned 1 exit status

Originally created by @marcobrianza on GitHub (Aug 4, 2018). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/685 #### Hardware WiFimanager Branch/Release: Development Esp8266: Hardware: Wemos D1 Pro Core Version: 2.4.2 ### Description after upgrading the esp8266 core from 2.4.1 to 2.4.2 build fails. ### Settings in IDE Module: Wemos D1 Pro ### Debug Messages /var/folders/lv/r8c0j99n56g8htmghf4qbbyc0000gn/T/arduino_build_266395/libraries/WiFiManager-master/WiFiManager.cpp.o: In function `WiFiManager::waitForConnectResult()': /Applications/Arduino.app/Contents/Java/portable/sketchbook/libraries/WiFiManager-master/WiFiManager.cpp:759: undefined reference to `WPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool' /var/folders/lv/r8c0j99n56g8htmghf4qbbyc0000gn/T/arduino_build_266395/libraries/WiFiManager-master/WiFiManager.cpp.o: In function `WiFiManager::startWPS()': /Applications/Arduino.app/Contents/Java/portable/sketchbook/libraries/WiFiManager-master/WiFiManager.cpp:759: undefined reference to `WPS_is_unavailable_in_this_configuration__Please_check_FAQ_or_board_generator_tool' collect2: error: ld returned 1 exit status
Author
Owner

@liebman commented on GitHub (Aug 4, 2018):

Is that with a recent checkout if the development branch? This should be fixed with https://github.com/tzapu/WiFiManager/pull/645 - merged about a month ago.

<!-- gh-comment-id:410460886 --> @liebman commented on GitHub (Aug 4, 2018): Is that with a recent checkout if the development branch? This should be fixed with https://github.com/tzapu/WiFiManager/pull/645 - merged about a month ago.
Author
Owner

@marcobrianza commented on GitHub (Aug 4, 2018):

thank you @liebman I can confirm that the development branch builds without errors.
The release available from library manger had issues so I switched to the github version but initially I used the master. I think it is the time to make a new official release :-)

<!-- gh-comment-id:410461717 --> @marcobrianza commented on GitHub (Aug 4, 2018): thank you @liebman I can confirm that the development branch builds without errors. The release available from library manger had issues so I switched to the github version but initially I used the master. I think it is the time to make a new official release :-)
Author
Owner

@tablatronix commented on GitHub (Aug 4, 2018):

Hotfixes contains critical fixes to master

<!-- gh-comment-id:410463561 --> @tablatronix commented on GitHub (Aug 4, 2018): Hotfixes contains critical fixes to master
Author
Owner

@marcobrianza commented on GitHub (Aug 4, 2018):

ok switched to the hotfixes branch and works ok

<!-- gh-comment-id:410464437 --> @marcobrianza commented on GitHub (Aug 4, 2018): ok switched to the hotfixes branch and works ok
Author
Owner

@marcobrianza commented on GitHub (Aug 4, 2018):

Is there a plan to make a new release so it is available with Arduino library manager?

<!-- gh-comment-id:410476086 --> @marcobrianza commented on GitHub (Aug 4, 2018): Is there a plan to make a new release so it is available with Arduino library manager?
Author
Owner

@tablatronix commented on GitHub (Aug 4, 2018):

Maybe, development is almost done , just needs some more testers

<!-- gh-comment-id:410481567 --> @tablatronix commented on GitHub (Aug 4, 2018): Maybe, development is almost done , just needs some more testers
Author
Owner

@tablatronix commented on GitHub (Aug 4, 2018):

Does library manager and platformio support beta or alpha versions?

<!-- gh-comment-id:410481589 --> @tablatronix commented on GitHub (Aug 4, 2018): Does library manager and platformio support beta or alpha versions?
Author
Owner

@marcobrianza commented on GitHub (Aug 5, 2018):

I can do some testing after mid August if needed.
for beta versions have a look at ArduinoJson
https://github.com/bblanchon/ArduinoJson/releases

<!-- gh-comment-id:410499296 --> @marcobrianza commented on GitHub (Aug 5, 2018): I can do some testing after mid August if needed. for beta versions have a look at ArduinoJson https://github.com/bblanchon/ArduinoJson/releases
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/WiFiManager#572
No description provided.