Skip to content

Commit 7063460

Browse files
committed
platform: rpi rp2040 fix llext undefined symbol __gnu_thumb1_case_uqi
1 parent 8e63528 commit 7063460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ compiler.zephyr.common_cxxflags=-fdata-sections -ffunction-sections -fno-unwind-
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=
47+
compiler.zephyr.extra_ldflags=-lgcc
4848

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

0 commit comments

Comments
 (0)