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
Update README and Makefile for improved clarity and functionality
- Added a new section in the README to specify compatible versions of the ViOS toolchain components, enhancing user guidance.
- Included version badges for Libc, Binutils, and ViOS to improve visibility of component versions.
- Modified the Makefile for the c_print program to include the crt0.o object file, ensuring proper assembly and linking of the program.
- Updated the clean target in the Makefile to remove the newly added crt0.o object file, maintaining a clean build environment.