Loading debug symbols from musllibc #21
Closed
astevins
started this conversation in
Knowledge Base
Replies: 1 comment
-
Thanks for documenting it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an info post if you want to use debug symbols for musllibc in GDB.
/projects/musllibc/makefile
line 57, change${ENABLE_DEBUG}
to--enable-debug
. I have not figured out how to properly set the flag, as build errors occured when I tried to set it from the cmake file.ar -xv apps/sel4test-driver/musllibc/build-temp/lib/libc.a malloc.o
ORar -xv apps/sel4test-driver/musllibc/build-temp/stage/lib/libc.a malloc.o
(whichever works) from the build folder.Beta Was this translation helpful? Give feedback.
All reactions