|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Allow use of a C library in Mini-OS
I noticed many improvements have been made to Mini-OS, and one can now
easily integrate an application into Mini-OS as long as the
application does not depend on a C library. My thanks go to those
responsible.
I'd like to make it so that the following command builds libminios.a
using a cross-compiler that provides a full C library.
$ $PATH=${COMP_HOME}/bin:$PATH make CPPFLAGS=-DHAVE_LIBC libminios.a
The enclosed patch makes small changes to three files. The Makefile
is changed so that the libminios.a target depends on the links target,
and lib/printf.c and lib/string.c are changed so their content is
omitted when HAVE_LIBC is defined.
John
have_libc.patch
Description: Allow use of a C library in Mini-OS
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Allow use of a C library in Mini-OS,
John D. Ramsdell <=
|
|
|
|
|