-
Notifications
You must be signed in to change notification settings - Fork 0
jpbonn/Newlib-build-scripts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
These scripts build newlib (libc and libm) and libgloss (libg) for the LM32 using Clang. The Newlib build process depends on the gcc-lm32 tool chain for the linker, assembler and ranlib so those tools should be built first. The steps to build newlib are as follows: 1) checkout the newlib scripts to directory of your choice: $NEWLIBTOP. # git clone git@github.com:jpbonn/Newlib-build-scripts.git $NEWLIBTOP 2) Run the downloaded Makefile. It will download the newlib source code. # cd $NEWLIBTOP # make Files will be installed to $NEWLIBTOP/install.
About
scripts to build newlib using clang for lm32
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published