Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 906dbd9

Browse filesBrowse files
helmut64cmaglie
authored andcommitted
Added c++ linker command to allow to include libstdc++ when linking. (#276)
Added c++ linker command to allow to include libstdc++ when linking
1 parent 07925f2 commit 906dbd9
Copy full SHA for 906dbd9

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎platform.txt

Copy file name to clipboardExpand all lines: platform.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ compiler.warning_flags.all=-Wall -Wextra
3434
compiler.path={runtime.tools.arm-none-eabi-gcc-4.8.3-2014q1.path}/bin/
3535
compiler.c.cmd=arm-none-eabi-gcc
3636
compiler.c.flags=-mcpu={build.mcu} -mthumb -c -g -Os {compiler.warning_flags} -std=gnu11 -ffunction-sections -fdata-sections -nostdlib --param max-inline-insns-single=500 -MMD
37-
compiler.c.elf.cmd=arm-none-eabi-gcc
37+
compiler.c.elf.cmd=arm-none-eabi-g++
3838
compiler.c.elf.flags=-Os -Wl,--gc-sections -save-temps
3939
compiler.S.cmd=arm-none-eabi-gcc
4040
compiler.S.flags=-c -g -x assembler-with-cpp -MMD

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.