Building grub2 for windows

2009-02-26 Thread Alexandre Bique
also tried with cygwin, gcc 3.4.4, binutils 2.18.50.20080625. So is it possible to build grub2-svn for windows ? If yes, is it possible to build it on linux using mingw32 ? What the configure line should looks like ? Thank you very much. -- Alexandre Bique

Re: Building grub2 for windows

2009-02-26 Thread Alexandre Bique
On Thu, Feb 26, 2009 at 2:35 PM, Christian Franke wrote: > Alexandre Bique wrote: >> >> I am trying to build grub2-svn for windows by using mingw32 or cygwin >> but it fails to generate valid windows executables (grub-setup, >> grub-mkimage, etc...). >> >

[PATCH] make install on windows

2009-02-26 Thread Alexandre Bique
Hi, On windows with cygwin or mingw, when i do make install, it installs linux elf32 files instead of windows *.exe. Here is a patch to install the right file depending on $(EXEEXT). Thank you. -- Alexandre Bique grub2-r2001-make-install-win32.patch Description: Binary data

Re: [PATCH] make install on windows

2009-02-26 Thread Alexandre Bique
On Thu, Feb 26, 2009 at 4:40 PM, Alexandre Bique wrote: > Hi, > > On windows with cygwin or mingw, when i do make install, it installs > linux elf32 files instead of windows *.exe. > > Here is a patch to install the right file depending on $(EXEEXT). > > Thank you. Ooouu

[PATCH] grub-setup, wrong core_path_dev

2009-02-27 Thread Alexandre Bique
Hi, Here is a patch to fix core_path_dev path, because it should depends on the --directory parameters. Thank you. -- Alexandre Bique grub2-fix-grub-setup-directory.patch Description: Binary data ___ Grub-devel mailing list Grub-devel@gnu.org http

Re: [PATCH] make install on windows

2009-02-27 Thread Alexandre Bique
On Sat, Feb 28, 2009 at 12:32 AM, Christian Franke wrote: > > Alexandre Bique wrote: >> >> >>> >>> Hi, >>> >>> On windows with cygwin or mingw, when i do make install, it installs >>> linux elf32 files instead of windows *.exe.