search for: dhave_libc

Displaying 3 results from an estimated 3 matches for "dhave_libc".

Did you mean: dhave_libm
2008 Oct 05
1
configure: error: C compiler cannot create executables
...s ] || ln -sf . include/x86/mini-os make[2]: Leaving directory `/usr/src/xen-3.3.0/extras/mini-os'' touch mk-headers-x86_32 mkdir -p newlib-x86_32 ( cd newlib-x86_32 && \ CC_FOR_TARGET="gcc -isystem /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include -D__MINIOS__ -DHAVE_LIBC -isystem /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/posix -isystem /usr/src/xen-3.3.0/stubdom/../tools/xenstore -isystem /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/x86 -isystem /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/x86/x86_32 -U __linux__ -U __FreeBSD__ -U __su...
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
...called, say, app.c, and add it to the Mini-OS directory along with newlib.c and setjmp_x86_32.S, the two files I use to adapt newlib to the Mini-OS environment. One would compile and link it with newlib, with the command: #! /bin/sh COMP_HOME=${HOME}/opt/cross/i386-elf CPPFLAGS="-DINIT_APP -DHAVE_LIBC" LDLIBS="-lc -lnosys" export PATH=${COMP_HOME}/bin:$PATH exec make CPPFLAGS="${CPPFLAGS}" LDLIBS="${LDLIBS}" "$@" The patch changes Makefile so that it needs no modification to handle an application. It also fixes some problems with the original Makef...
2012 Dec 13
5
[PATCH special] vtpm fix cmake dependency
Ian, this one is special just for you. I''m sending it as an attachment because my email client will mangle it. This patch will remove the cmake dependency from xen prior to autoconf stubdom This patch applies ontop of [VTPM v7 3/8] vtpm/vtpmmgr and required libs to stubdom/Makefile You can apply it to your tree by doing the following: git rebase -i <VTPM v7 3/8 revision>