Skip to content

jpbonn/Newlib-build-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

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

No packages published