Hello Pirmin,
On 1/31/23 13:17, Duss Pirmin wrote:
Hello Genodians
While extending my tests for the feature to build libraries with Goa, I encountered an error when building a library, that works well on x86_64, for arm_v8a.
The error is as follows:
/usr/local/genode/tool/21.05/bin/../lib/gcc/aarch64-none-elf/10.3.0/../../../../aarch64-none-elf/bin/ld: ../../lib/libc++.lib.so: The first section in the PT_DYNAMIC segment is not the .dynamic section /usr/local/genode/tool/21.05/bin/../lib/gcc/aarch64-none-elf/10.3.0/../../../../aarch64-none-elf/bin/ld: final link failed: bad value
I guess, this is due to some remaining bug in my changes. Other libraries built from the same source tree (using cmake) can be built without error.
Searching for the problem, I got [1] and [2].
These are some very old issues (2011). Could you let me know how to reproduce this?
Thanks,
Sebastian