You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appeared after #46 . The compiler emit REL_IRELTIV symbols sometimes causing musl-libc failed to load the program.
The root cause seems that compiling optimized kernel and linking them seperately will introduce some strange changes. Here I mean linking these two together:
src/kern/naive.o
src/kern/optimized/xxx/kernel.o
I'll try to make them header-only somehow. And see if that works.
The text was updated successfully, but these errors were encountered:
It appeared after #46 . The compiler emit
REL_IRELTIV
symbols sometimes causing musl-libc failed to load the program.The root cause seems that compiling optimized kernel and linking them seperately will introduce some strange changes. Here I mean linking these two together:
I'll try to make them header-only somehow. And see if that works.
The text was updated successfully, but these errors were encountered: