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

undefined reference to `sscanf' #47

Open
Chokhonelidze opened this issue Mar 6, 2023 · 3 comments
Open

undefined reference to `sscanf' #47

Chokhonelidze opened this issue Mar 6, 2023 · 3 comments
Labels
type: imperfection Perceived defect in any part of project

Comments

@Chokhonelidze
Copy link

Chokhonelidze commented Mar 6, 2023

/tmp/arduino-sketch-9112C3771E1D54AB13D36005A1B0E5E5/libraries/Arduino_JSON/cjson/cJSON.c.o:(.text.print_value+0x20): undefined reference to `sscanf'
/tmp/arduino-sketch-9112C3771E1D54AB13D36005A1B0E5E5/libraries/Arduino_JSON/cjson/cJSON.c.o: In function `print_value':
/home/george/Arduino/libraries/Arduino_JSON/src/cjson/cJSON.c:3127: undefined reference to `sscanf'
collect2: error: ld returned 1 exit status

exit status 1

Compilation error: exit status 1
@aentinger
Copy link
Contributor

For which platform/board did you compile when this error occured?

@Chokhonelidze
Copy link
Author

Hi I am using NodeMCU ESP-12E board
and Arduino IDE 2.0.4-nightly-20221210
I was using arduino-PR-beta1.9-BUILD-116 before but ESP8266WiFi just stopped connecting to wifi.
I am rebuilding my project for Arduino IDE 2.0.4-nightly-20221210 but now Arduino_JSON is not working :(
I tried everything none of the libraries are working for this IDE.

@per1234 per1234 added the type: imperfection Perceived defect in any part of project label Mar 6, 2023
@aentinger
Copy link
Contributor

This may be a very special NodeMCU problem, see here. I'd go and ask for help over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

3 participants