hi all i want to build hxen for windows, help me. u200 thanks! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
hi all i want to build hxen for windows, help me. use mingw on windows. x86-mingw32-build.sh: unpacking /home/ThinkPad/xen/tools/cross-mingw/mingw/packa ges/binutils-2.17.50-20060716-1-src.tar.gz ... done. creating cache ./config.cache checking host system type... i686-pc-mingw32 checking target system type... i386-pc-mingw32 checking build system type... i686-pc-mingw32 checking for a BSD compatible install... /bin/install -c checking whether ln works... yes checking whether ln -s works... no checking for gcc... gcc checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot creat e executables. x86-mingw32-build.sh: unrecoverable error configuring binutils make[3]: *** [mingw/.built] Error 1 make[3]: Leaving directory `/home/ThinkPad/xen/tools/cross-mingw' make[2]: *** [tools] Error 2 make[2]: Leaving directory `/home/ThinkPad/xen/windows' make[1]: *** [tools-dep] Error 2 make[1]: Leaving directory `/home/ThinkPad/xen/windows' make: *** [dist] Error 2 u200 thanks! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
hi all i want to build hxen for windows, help me. use mingw on windows. checking whether the C compiler (gcc ) works... no configure: error: installation or configuration problem: C compiler cannot create executables. ;config.log configure:1979: gcc -o conftest conftest.c 1>&5 /usr/home/ThinkPad/xen/tools/cross-mingw/build-bin/gcc: line 14: exec: -o: invalid option exec: usage: exec [-cl] [-a name] file [redirection ...] configure: failed program was: #line 1974 "configure" #include "confdefs.h" main(){return(0);} u200 thanks! _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
On Sat, Jun 9, 2012 at 5:00 PM, byg <1013338600@qq.com> wrote:> > hi all > > i want to build hxen for windows, help me. > > use mingw on windows. > > checking whether the C compiler (gcc ) works... no > configure: error: installation or configuration problem: C compiler cannot > create executables. > > ;config.log > configure:1979: gcc -o conftest conftest.c 1>&5 > /usr/home/ThinkPad/xen/tools/cross-mingw/build-bin/gcc: line 14: exec: -o: > invalid option > exec: usage: exec [-cl] [-a name] file [redirection ...] > configure: failed program was: > #line 1974 "configure" > #include "confdefs.h" > main(){return(0);} > u200 > thanks!I don''t think anyone is currently working on hxen. If you''re just an end user, better use something else. If you want to try anyway, I suggest you look at your gcc installation, cause it''s failing at a basic command:> configure:1979: gcc -o conftest conftest.c 1>&5 > /usr/home/ThinkPad/xen/tools/cross-mingw/build-bin/gcc: line 14: exec: -o: > invalid optionWas the file replaced by an incorrect shell script, perhaps? -- Fajar