This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
building cross tool chain
- From: Jyrki Saarinen <jyrki dot o dot saarinen at gmail dot com>
- To: newlib at sourceware dot org
- Date: Mon, 22 Dec 2014 14:40:56 +0200
- Subject: building cross tool chain
- Authentication-results: sourceware.org; auth=none
Hi,
I'm building an ARM cross chain. Which why to build newlib is the preferred way?
1. mv newlib-2.2.0/newlib to gcc's directory
2. build gcc and then build newlib separately by executing configure
&& make & make install
J