We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After upgrading from [email protected] to [email protected], the following code doesn't work anymore:
[email protected]
#include <Arduino.h> #include <iostream> void setup() {} void loop() {}
Linking .pio\build\debug\firmware.elf c:/users/xxx/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: c:/users/xxx/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/lib\libstdc++_nano.a(locale_init.o): in function `(anonymous namespace)::get_locale_mutex()': (.text._ZN12_GLOBAL__N_116get_locale_mutexEv+0xc): undefined reference to `__sync_synchronize' c:/users/xxx/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/bin/ld.exe: c:/users/xxx/.platformio/packages/[email protected]/bin/../lib/gcc/arm-none-eabi/8.2.1/../../../../arm-none-eabi/lib\libstdc++_nano.a(locale.o): in function `std::locale::_Impl::_M_install_cache(std::locale::facet const*, unsigned int)': (.text._ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetEj+0x18): undefined reference to `__sync_synchronize' collect2.exe: error: ld returned 1 exit status *** [.pio\build\debug\firmware.elf] Error 1
(issue initially reported here)
The text was updated successfully, but these errors were encountered:
9d461cf
Thanks for reporting, the toolchain package has been downgraded to GCC v7.
Sorry, something went wrong.
No branches or pull requests
After upgrading from
[email protected]
to[email protected]
, the following code doesn't work anymore:(issue initially reported here)
The text was updated successfully, but these errors were encountered: