Skip to content

Commit b181ebb

Browse files
committed
Set CONFIG_LINKER_ORPHAN_SECTION_PLACE
fixes #6
1 parent cf1f0c6 commit b181ebb

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
shell: bash
3535
run: |
3636
west build -b qemu_cortex_m3 pthread
37-
west twister -T pthread -W -j 1 -v
37+
west twister -T pthread -j 1 -v

arrayboundscheck/prj.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_NEWLIB_LIBC=y
2+
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y

pthread/prj.conf

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
CONFIG_NEWLIB_LIBC=y
33
CONFIG_POSIX_API=y
44
CONFIG_MAIN_STACK_SIZE=2560
5+
CONFIG_LINKER_ORPHAN_SECTION_PLACE=y

0 commit comments

Comments
 (0)