# avr-libstdcxx **Repository Path**: doublecat/avr-libstdcxx ## Basic Information - **Project Name**: avr-libstdcxx - **Description**: avr 标准模板库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-14 - **Last Updated**: 2025-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # avr-libstdcxx #### 介绍 avr 标准模板库,移植了gcc中的libstdc++-v3目录下的库, + 配置参数为 --host=avr --disable-multilib --disable-largefile --enable-static --disable-shared --disable-libtool-lock --disable-long-long --disable-wchar_t --disable-c99 --enable-cxx-flags="-mmcu=avr6" --enable-cstdio=stdio_pure --enable-clocale=generic --disable-cheaders-obsolete --disable-tls --disable-linux-futex --disable-libstdcxx-threads --disable-libstdcxx-filesystem-ts --disable-libstdcxx-backtrace --disable-libstdcxx-static-eh-pool --disable-cet --disable-rpath --disable-libstdcxx-time --enable-libstdcxx-allocator=malloc --disable-libstdcxx-dual-abi --with-default-libstdcxx-abi + io模块可正常编译,但无法运行