-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Build Error: random.cc:452: undefined reference to `getentropy' (IDFGH-10746) #11963
Comments
@franz-ms-muc Do you have any reproducing example for this? It seems that the libstdc++ is somehow configured to use |
i will make one. it could come from the 4diac Lib i link to the Project. this is in fact a Random Number Generator, which is incuded there. see this Lines:
|
Yes, this is strange. I looked at the code of random.cc. |
@franz-ms-muc |
so you mean: the Toolchain is configured different in Windows and in Linux ? |
It pretty much seems so, yes. |
@franz-ms-muc We merged a fix. If you can, please try to build again with the latest master version. |
@andychess , sorry for the late response. Please try the latest toolchain version https://github.com/espressif/crosstool-NG/releases/tag/esp-13.2.0_20230928 |
Answers checklist.
General issue report
using ESP-IDF 5.1 i get the Following Error at a Build in Windows,
however same Project build fine in Ubuntu:
The text was updated successfully, but these errors were encountered: