Embedded IDE Forum
Loading...
This site is best viewed in a modern browser with JavaScript enabled.
Something went wrong while trying to load the full version of this site. Try hard-refreshing this page to fix the error.
是否考虑更新一下gcc的配置参数?
SummerBreeze630
比如:
添加 picolibc 支持,目前“全局选项”里面只有 newlib,可以做个picolibc的选项,和newlib互斥。
“输出调试信息”更新一下,wch32用的mounriver studio已经默认开到dwarf-4了
“C/C++编译器”中添加一些警告信息选项,比如常用的-Wall -Wextra -Wpedantic等
相似的llvm arm工具链,也可以添加newlib、picolibc、llvmlibc等多选项。