Replies: 1 comment 4 replies
-
Can you paste the complete command and output that you are using ? I have some other (private) users in a kernel and what they have done was to comment out (via a define guard) the debug functions due to having no FILE types in their kernel. The basic allocator doesn't use any IO so you should be good to just remove these functions - or fork and re-implement them so that they can work with your kernel. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to bypass e.g. __subsf3 undefined symbol (with -ffreestanding) errors?
I want to use this for memory management in a kernel.
Beta Was this translation helpful? Give feedback.
All reactions