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

Error with new Framework v3.0.0 #249

Open
tanguy-e opened this issue Mar 27, 2024 · 1 comment
Open

Error with new Framework v3.0.0 #249

tanguy-e opened this issue Mar 27, 2024 · 1 comment

Comments

@tanguy-e
Copy link

Hello, updating the framework to 3.0.0 and library to 2.0.1 leads to compilation error :
In file included from c:\users\tanguy-e\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\esp-12.2.0_20230208\xtensa-esp32s3-elf\include\c++\12.2.0\bits\ios_base.h:46,
from c:\users\tanguy-e\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\esp-12.2.0_20230208\xtensa-esp32s3-elf\include\c++\12.2.0\ios:42,
from c:\users\tanguy-e\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\esp-12.2.0_20230208\xtensa-esp32s3-elf\include\c++\12.2.0\ostream:38,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Strings/JsonString.hpp:8,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Strings/Adapters/JsonString.hpp:8,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Strings/StringAdapters.hpp:8,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Memory/StringPool.hpp:11,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Memory/ResourceManager.hpp:8,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Variant/JsonVariantConst.hpp:10,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Variant/VariantRefBase.hpp:9,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Array/ElementProxy.hpp:7,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson/Array/JsonArray.hpp:7,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson.hpp:29,
from c:\Users\tanguy-e\Documents\Arduino\libraries\ArduinoJson\src/ArduinoJson.h:9,
from c:\Users\tanguy-e\Documents\Arduino\libraries\CayenneLPP\src/CayenneLPP.h:11,
from C:\Users\tanguy-e\Documents\Arduino\LoRaWAN_End_Device\LoRaWAN_End_Device.ino:4:
c:\users\tanguy-e\appdata\local\arduino15\packages\heltec-esp32\tools\xtensa-esp32s3-elf-gcc\esp-12.2.0_20230208\xtensa-esp32s3-elf\include\c++\12.2.0\system_error:39:10: fatal error: bits/error_constants.h: No such file or directory
39 | #include <bits/error_constants.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

@dirkbeer
Copy link

I have this same problem.

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

2 participants