-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bare-metal libc #25
Comments
I have managed to include uClibc (set the path in the Makefile and removed the nostdlib linker flag) , but now I am having trouble with the linker script. |
I got it working by using embedlibc from here: https://github.com/cnlohr/ch32v003fun/tree/master/ch32v003evt. I can create a repo with the project template and publish it in case anyone is interested! |
I hope to continue to expand upon embedlibc. Would anyone else be up for working on it? |
I am trying to make a bare-metal hello world program with uclibc, but I am not sure how to do it. Can I please get some suggestions?
The text was updated successfully, but these errors were encountered: