We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fe90e commit 8451bc2Copy full SHA for 8451bc2
platform.txt
@@ -43,7 +43,7 @@ compiler.includes="-iprefix{runtime.platform.path}/" "@{runtime.platform.path}/l
43
compiler.flags=-Os -march=armv6-m -mcpu=cortex-m0plus -mthumb -ffunction-sections -fdata-sections -fno-exceptions
44
compiler.wrap="@{runtime.platform.path}/lib/platform_wrap.txt"
45
compiler.libpico="{runtime.platform.path}/lib/libpico.a"
46
-compiler.libstdcpp="{runtime.platform.path}/lib/libstdc++.a"
+compiler.libstdcpp="-lstdc++"
47
48
compiler.c.cmd=arm-none-eabi-gcc
49
compiler.c.flags=-c {compiler.warning_flags} {compiler.defines} {compiler.flags} {compiler.includes} -std=gnu17 -g
0 commit comments