similar to: Is it possible to compile syslinux by cygwin (not mingw)?

Displaying 20 results from an estimated 50000 matches similar to: "Is it possible to compile syslinux by cygwin (not mingw)?"

2007 Aug 11
2
[help] Use syslinux but can not boot from USB key
I try two ways to use syslinux for USB key (2GB USB key), and one approach can boot from machine, another approach can not. Could you review the following steps and tell me why #2 can not boot? Thanks very much! approach #1 steps: mkfs.vfat -F 16 -n USB /dev/sdb -I (pay attention, it uses "-I" here) syslinux /dev/sdb (pay attention, it is "sdb", not "sdb1" here)
2007 Aug 12
2
How to show the version of syslinux?
syslinux usage does not include "--version" ---------------- ./syslinux --version Usage: ./syslinux [-sfr][-d directory][-o offset] device --------------- As I know, other utilities support "--version", eg., --------------- linux:/tmp/syslinux-3.51/unix # wget --version GNU Wget 1.9.1 Copyright (C) 2003 Free Software Foundation, Inc. This program is distributed in the hope
2007 Aug 16
3
Does syslinux support FAT32? If so, which version? eg., 3.11 and above
I know syslinux supports FAT16 and works very well, but how about FAT32? Does syslinux support FAT32? If so, which version? eg., 3.11 and above Thanks!
2008 Jan 21
2
Question about gfx_boot patch for syslinux
SLES10's syslinux 3.11 has included two gfx_boot patches. My question is: Has syslinux mainline (e.g., 3.60 right now) integrated the two patches? FYI. SLES10's syslinux 3.11 source code is in http://demeter.uni-regensburg.de/SLES10-x86/suse/src/syslinux-3.11-20.3.src.rpm, I care about the two gfx_boot patches because my machine can not boot if the two patches are applied and boot
2008 Feb 12
2
Is there debug version of syslinux?
According to http://syslinux.zytor.com/iso.php, ISOLinux has debug version. -----http://syslinux.zytor.com/iso.php--- ISOLINUX is by default built in two versions, one version with extra debugging messages enabled. -------------------------------------------------------- My question is: Is there similar debug version for syslinux? PS. My USB Key uses syslinux 3.11. When it boots, it shows
2008 Mar 03
1
Syslinux compilation in MinGw
hi I have download the syslinux-3.51 source package and i have tried to compile syslinux with MinGw. I got the following error message. *********************************************************************** $ make nasm -O99 -f bin -DDATE_STR="'0x47bd5366'" -DHEXDATE="0x47bd5366" \ -DMAP=isolinux.map -l isolinux.lst -o isolinux.bin isolinux.asm
2005 Feb 01
2
How to compile "iaxclient" with MinGW/Cygwin
Hello, I can?t compile "iaxclient", because one needs to compile the new version "wiax.dll". I tried to compile it under MinGW/Cygwin, but I had the messages like: cc -I. -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio -Iportmixer/px_common -Ilibspeex/include -g -O2 -DSPEEX_PREPROCESS=1 -DNEWJB -Ilibiax2/src -IAXC_IAX -DLIBIAX -DSPEEX_EC=1 -DWIN32 -DBUILDING_DLL -c
2008 Oct 11
1
[LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
Julien Lerouge wrote: > On Mon, Oct 06, 2008 at 08:12:05PM -0400, Chuck Zhao wrote: > >> I used to be able to build LLVM (from source) under Cygwin for llvm-2.2 >> and previous releases, but can't continue the trend since the release of >> LLVM 2.3. >> I have tried a wide variety of gcc compilers (gcc 3.4.4, 4.1.2, 4.2.4 >> and 4.3.2) on cygwin, they
2008 Oct 07
0
[LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
On Mon, Oct 06, 2008 at 08:12:05PM -0400, Chuck Zhao wrote: > I used to be able to build LLVM (from source) under Cygwin for llvm-2.2 > and previous releases, but can't continue the trend since the release of > LLVM 2.3. > I have tried a wide variety of gcc compilers (gcc 3.4.4, 4.1.2, 4.2.4 > and 4.3.2) on cygwin, they all fail at the same location: > >
2008 Jan 16
0
[LLVMdev] Compiling LLVM on Mingw/Cygwin
Hello, This is an update on my previous email about the compilation of LLVM on Mingw/Cygwin (i.e. compiling in a Cygwin environment a version of LLVM that does not depend on the Cygwin DLL). Thanks to recent changes in the svn, such a build is now as simple as: ./configure --build=i686-pc-mingw32 CC="gcc -mno-cygwin" CXX="g++ -mno-cygwin" ac_cv_lib_dl_dlopen=no (and
2004 Sep 26
1
[repost] Problem compiling 2.6.3.pre1 and pre2 under Cygwin with Mingw
Can anybody offer usggestions on what to do, or where else to ask? thanks --nils. Hello, I'm trying to compile rsync under Cygwin using Mingw, but without success so far. The same problem appears in pre2. $ CC='gcc -mno-cygwin' ./configure --build=mingw32 configure: Configuring rsync 2.6.3pre1 checking build system type... i386-pc-mingw32 checking host system type...
2004 Sep 20
0
Problem compiling 2.6.3.pre1 under Cygwin with Mingw
Hello, I'm trying to compile rsync under Cygwin using Mingw, but without success so far. $ CC='gcc -mno-cygwin' ./configure --build=mingw32 configure: Configuring rsync 2.6.3pre1 checking build system type... i386-pc-mingw32 checking host system type... i386-pc-mingw32 checking target system type... i386-pc-mingw32 checking for gcc... gcc -mno-cygwin checking for C compiler default
2008 Oct 07
2
[LLVMdev] can't build LLVM under Cygwin | released MinGW llvm-2.3 image
I used to be able to build LLVM (from source) under Cygwin for llvm-2.2 and previous releases, but can't continue the trend since the release of LLVM 2.3. I have tried a wide variety of gcc compilers (gcc 3.4.4, 4.1.2, 4.2.4 and 4.3.2) on cygwin, they all fail at the same location: C:\cygwin\home\czhao\ResearchTools\LLVM\2.3\obj2.3>make make[1]: Entering directory
2007 Aug 06
0
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
In any case, it seems that GCC 3.4.4 may be in hot water even if you did get it to compile: http://llvm.org/docs/GettingStarted.html#brokengcc -- Christopher Lamb On Aug 6, 2007, at 9:48 AM, Alain Frisch wrote: > Hello, > > I'm starting to play with LLVM today and I've trouble compiling it. > I'm > working under Windows Vista, with the gcc from Cygwin: > >
2007 Aug 06
2
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
Hello, I'm starting to play with LLVM today and I've trouble compiling it. I'm working under Windows Vista, with the gcc from Cygwin: gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Is LLVM supposed to work with this version of GCC (probably using the -mno-cygwin option to get a Mingw-like behavior)? The LLVM source tree is from the current SVN trunk. Compilation
2007 Aug 06
1
[LLVMdev] Problem compiling LLVM under Cygwin/Mingw
Hello, Alain. > I'm starting to play with LLVM today and I've trouble compiling it. > I'm > working under Windows Vista, with the gcc from Cygwin: Oh, this seems to be killer mix :) GCC (at least native mingw32 port) has known problems being running on Vista. > Is LLVM supposed to work with this version of GCC (probably using the > -mno-cygwin option to get a
2010 Jan 21
3
[LLVMdev] cygwin/mingw help
Can someone with cygwin/mingw access tell me what .s file gcc compiles this .c file to: static int test[100]; void *x = &test; Thanks! -Chris
2005 May 18
1
[LLVMdev] runtest on cygwin for a gdb built on mingw failed
Hi, as you know dejagnu and expect have not yet been ported to MinGW correctly, so, I need to know how can I run runtest on cygwin for a gdb that was built on mingw Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,34€/mn) ; tél : 08 92 68 13 50 (0,34€/mn) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Feb 19
1
[LLVMdev] Cygwin and MingW target triples
Does anyone know what target triples are used for Cygwin and mingw? If someone has a GCC compiler available for one of these systems, typing 'gcc -v' should tell. Thanks! -Chris -- http://nondot.org/sabre/ http://llvm.cs.uiuc.edu/
2006 Jul 03
1
[LLVMdev] Release building on Mingw & Cygwin
Hello everyone. The bug in ld prevented release build of LLVM on Mingw & Cygwin is fixed by now. You might get the patch for binutils sources at http://sourceware.org/bugzilla/show_bug.cgi?id=2659 Hope, this fix will be included in the next binutils release. -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.