You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After using ETL a long time on AVR I wanted to replace some etl:: with more standard C++. So I found avr-libstdcpp.
Using Microchip/Arduino avr-gcc-7.3 + ETL + avr-libstdcpp my code already started to look like its normal C++.
Doing some tests with Zak Kemble's avr-gcc-15.2 I'm starting to get errors with modm-io avr-libstdcpp.
Yesterday I used crosstool-ng to build me a avr-gcc-15.2 + libstdc++ giving me the following headers:
So now my idea: Replace avr-libstdcpp with the one provided by GCC, instead of a custom gcc build script, call ct-ng avr Wouldn't this require less maintenance and be more future proof?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
After using ETL a long time on AVR I wanted to replace some
etl::
with more standard C++. So I found avr-libstdcpp.Using Microchip/Arduino
avr-gcc-7.3
+ETL
+avr-libstdcpp
my code already started to look like its normal C++.Doing some tests with Zak Kemble's avr-gcc-15.2 I'm starting to get errors with
modm-io avr-libstdcpp
.Yesterday I used
crosstool-ng
to build me aavr-gcc-15.2 + libstdc++
giving me the following headers:So now my idea: Replace
avr-libstdcpp
with the one provided byGCC
, instead of a custom gcc build script, callct-ng avr
Wouldn't this require less maintenance and be more future proof?Beta Was this translation helpful? Give feedback.
All reactions