From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [Help] How to build mini-OS with libc support, like Newlib? Date: Tue, 2 Sep 2014 09:47:56 +0200 Message-ID: <20140902074756.GA3779@type.bordeaux.inria.fr> References: <25cadf73.17a7c.148353c8946.Coremail.lelema.cn@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: <25cadf73.17a7c.148353c8946.Coremail.lelema.cn@gmail.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Lele MA Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Lele MA, le Tue 02 Sep 2014 15:20:32 +0800, a =E9crit : > If Newlib can be used to build mini-os, how to do it? Do I have to compil= e a > cross-compiler first? Yes. But this all already handled by the Makefile in stubdom/, and see the end of README about the c-stubdom target which builds the c/ directory. Samuel