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
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.