Skip to content

Commit dd9af7a

Browse files
committed
platform: nano connect fix llext undefined symbol __gnu_thumb1_case_uqi
1 parent b04428c commit dd9af7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ compiler.zephyr.common_cxxflags=-fno-exceptions -fno-rtti -fdata-sections -ffunc
4444
compiler.zephyr.common_ldflags=-fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-unwind-tables -fno-use-cxa-atexit -lstdc++ -lsupc++ -lnosys -nostdlib
4545

4646
compiler.zephyr.extra_cxxflags=
47-
compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lm
47+
compiler.zephyr.extra_ldflags=-lstdc++ -lsupc++ -lm -lgcc
4848

4949
# these can be overriden in boards.txt
5050
build.extra_flags=

0 commit comments

Comments
 (0)