mirror of
https://github.com/drasko/codezero.git
synced 2026-07-26 00:55:24 +02:00
Progress on executing test0 from memfs file as an elf.
Elf is recognised OK, but somehow section table is not read correctly.
This commit is contained in:
6
conts/posix/test0/include/elf_wrapper.lds.in
Normal file
6
conts/posix/test0/include/elf_wrapper.lds.in
Normal file
@@ -0,0 +1,6 @@
|
||||
SECTIONS
|
||||
{
|
||||
. = %s;
|
||||
.data : { *(.data) }
|
||||
_end = .;
|
||||
}
|
||||
Reference in New Issue
Block a user