Re: How to configuring a cross compiler for ARM Cortex M4F from GCC using Cygwin

2021-03-01 Thread Carlo B. via Cygwin
Hello, Il giorno dom 28 feb 2021 alle ore 09:29 Welwin Joseph via Cygwin ha scritto: > > Hi, > I am new to the concept of configuring crosscompiler from GCC , can anyone > guide me on how to create/ Configure a cross compiler from GCC compiler for > ARM cortex M4F using Cygwi

How to configuring a cross compiler for ARM Cortex M4F from GCC using Cygwin

2021-02-28 Thread Welwin Joseph via Cygwin
Hi, I am new to the concept of configuring crosscompiler from GCC , can anyone guide me on how to create/ Configure a cross compiler from GCC compiler for ARM cortex M4F using Cygwin. I am using a windows 10 PC, my target is arm cortexM4F TM4C129ENCPDT and I am using it as bareboard (no OS

Re: setting up a cygwin cross compiler on linux

2020-07-28 Thread Corinna Vinschen
On Jul 27 22:52, marty leisner via Cygwin wrote: > I want to cross compile cygwin programs on linux. > > I vaguely recall there was a debian package for this years ago. No luck > now. > > All my web searches talk about cross compiling on cygwin for linux. > > I wonder if there's a pre-assemble

setting up a cygwin cross compiler on linux

2020-07-27 Thread marty leisner via Cygwin
I want to cross compile cygwin programs on linux. I vaguely recall there was a debian package for this years ago. No luck now. All my web searches talk about cross compiling on cygwin for linux. I wonder if there's a pre-assembled kit to do this (i.e. include files, libraries, and specs file)

Re: DJGPP cross compiler crashes.

2019-04-19 Thread Hans-Bernhard Bröker
[A side note, first: this is a traditional mailing list, i.e. the policy is snipping and bottom-replying...] Am 19.04.2019 um 01:41 schrieb Carlo B.: > I have no idea how you can run it without errors, please note that > i586-pc-msdosdjgpp-gcc works fine until it does not link. Please note that

Re: DJGPP cross compiler crashes.

2019-04-18 Thread Carlo B.
errors, please note that i586-pc-msdosdjgpp-gcc works fine until it does not link. Sincerely. Il giorno gio 18 apr 2019 alle ore 23:19 Hans-Bernhard Bröker ha scritto: > > Am 18.04.2019 um 16:11 schrieb Carlo B.: > > > I would like to signal that the DJGPP cross compiler, includ

Re: DJGPP cross compiler crashes.

2019-04-18 Thread Hans-Bernhard Bröker
Am 18.04.2019 um 16:11 schrieb Carlo B.: > I would like to signal that the DJGPP cross compiler, included into > the available packages, crashes as soon as you try to compile > something with it. Doesn't, here. It just works. -- Problem reports: http://cygwin.com/pro

DJGPP cross compiler crashes.

2019-04-18 Thread Carlo B.
Hello everyone, I would like to signal that the DJGPP cross compiler, included into the available packages, crashes as soon as you try to compile something with it. To reproduce the problem, just create a simple source file with just this line for simplicity: int main() { return 0; } and after

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Brian Inglis
On 2017-05-27 12:22, Michele wrote: > I'm running Linux Debian as host and i would like to create a > cross-compiler like mingw that uses cygwin.dll as libc, so I can > compile software with POSIX support such as bash..is this possible? See links in https://cygwin.com/ml/cygwin/20

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Eliot Moss
On 5/28/2017 9:46 AM, Michele wrote: Il 27 maggio 2017 20:25:45 CEST, Michele ha scritto: Il 27 maggio 2017 20:22:46 CEST, Michele ha scritto: I'm running Linux Debian as host and i would like to create a cross-compiler like mingw that uses cygwin.dll as libc, so I can compile sof

Re: cygwin cross-compiler on linux host

2017-05-28 Thread cyg Simple
On 5/28/2017 11:13 AM, Dan Kegel wrote: > On Sun, May 28, 2017 at 6:46 AM, Michele wrote: >> I know Windows XP it is now unsupported by cygwin and I apoligize for making >> such a question, but let's suppose I want to make a cross-compiler targeting >> a newer support

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Dan Kegel
On Sun, May 28, 2017 at 6:46 AM, Michele wrote: > I know Windows XP it is now unsupported by cygwin and I apoligize for making > such a question, but let's suppose I want to make a cross-compiler targeting > a newer supported version of windows what should i do? Let's remembe

Re: cygwin cross-compiler on linux host

2017-05-28 Thread Michele
Il 27 maggio 2017 20:25:45 CEST, Michele ha scritto: > > >Il 27 maggio 2017 20:22:46 CEST, Michele ha >scritto: >>I'm running Linux Debian as host and i would like to create a >>cross-compiler like mingw that uses cygwin.dll as libc, so I can >>compile softw

Re: cygwin cross-compiler on linux host

2017-05-27 Thread Dan Kegel
On Sat, May 27, 2017 at 11:25 AM, Michele wrote: >>I'm running Linux Debian as host and i would like to create a >>cross-compiler like mingw that uses cygwin.dll as libc, so I can >>compile software with POSIX support such as bash..is this possible? > > the targ

Re: cygwin cross-compiler on linux host

2017-05-27 Thread Michele
Il 27 maggio 2017 20:22:46 CEST, Michele ha scritto: >I'm running Linux Debian as host and i would like to create a >cross-compiler like mingw that uses cygwin.dll as libc, so I can >compile software with POSIX support such as bash..is this possible? the target of course is

cygwin cross-compiler on linux host

2017-05-27 Thread Michele
I'm running Linux Debian as host and i would like to create a cross-compiler like mingw that uses cygwin.dll as libc, so I can compile software with POSIX support such as bash..is this possible? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwi

Re: how to build a Cygwin Cross compiler on linux

2017-02-16 Thread Yaakov Selkowitz
On 2017-02-16 17:49, Michele Bucca wrote: I would like to know if it was possible to make a cygwin cross-compiler that targets i686-pc-cygwin from source in Linux Debian. I would like to use it to compile programs like bash from source using linux. I already know how to build a mingw-w64 cross

how to build a Cygwin Cross compiler on linux

2017-02-16 Thread Michele Bucca
Hi There, I would like to know if it was possible to make a cygwin cross-compiler that targets i686-pc-cygwin from source in Linux Debian. I would like to use it to compile programs like bash from source using linux. I already know how to build a mingw-w64 cross-compiler -- Problem reports

cannot find crti.o error, while building gcc cross compiler:

2015-07-24 Thread sindhu selvam
I am trying to build a GCC (version 4.9.3)cross compiler on my windows machine using Cygwin. I am using the source package that came along with cygwin. I have already built binutils version 2.25 and installed, this is through cygwin as well. binutils configuration used: ../binutils-x.y.z

Re: mingw.org cross compiler [Was: problem with cvs binary?]

2013-07-16 Thread Charles Wilson
On 7/16/2013 12:25 PM, Earnie Boyd wrote: On Tue, Jul 16, 2013 at 11:39 AM, Charles Wilson wrote: least want to update our current offering to something more current than 4.5.x, AND it's necessary on i686 because recent gmp/mpfr/mpc library updates have broken mingw-gcc. If, after this update,

Re: mingw.org cross compiler [Was: problem with cvs binary?]

2013-07-16 Thread Earnie Boyd
different threading library, different > w32api/runtime library). If you are using a cygwin $host to develop, > specifically, mingw.org-distribution compatible apps/libs...then you need > the mingw.org cross compiler. > > I don't know how many people that represents -- it migh

mingw.org cross compiler [Was: problem with cvs binary?]

2013-07-16 Thread Charles Wilson
ally, mingw.org-distribution compatible apps/libs...then you need the mingw.org cross compiler. I don't know how many people that represents -- it might just be me and Earnie -- but I'm not ready to declare mingw(.org)-gcc dead just yet. I at least want to update our current offering

Re: MinGW cross-compiler: missing libraries

2011-06-14 Thread Charles Wilson
On 6/14/2011 1:09 PM, Zouzou wrote: > I would first like to congratulate everyone involved in getting the > long-awaited MinGW cross-compiler out. Much appreciated. > > There is a program I would like to compile with it, that depends on the > bfd and iberty libraries. These ar

MinGW cross-compiler: missing libraries

2011-06-14 Thread Zouzou
Hi, I would first like to congratulate everyone involved in getting the long-awaited MinGW cross-compiler out. Much appreciated. There is a program I would like to compile with it, that depends on the bfd and iberty libraries. These are provided by a standard MinGW install (with "ming

Re: building a cross-compiler for Linux/OSX

2011-02-17 Thread Yaakov (Cygwin/X)
On Mon, 2011-02-14 at 22:01 +0100, Fabiano Sidler wrote: > Not without any further difficulties, but at least with a different error: > === snip === > Again, the same error on Linux and OSX. Depending on your distro, this might make things a bit easier: http://cygwinports.blogspot.com/2011/02/acr

Re: building a cross-compiler for Linux/OSX

2011-02-15 Thread Yaakov (Cygwin/X)
On Mon, 2011-02-14 at 22:01 +0100, Fabiano Sidler wrote: > Not without any further difficulties, but at least with a different error: > > /opt/devel/cygwin/src/cygwin-1.7.6-1/winsup/utils/mingw: couldn't find > i686-pc-m > ingw32 directory > make[3]: *** [crt1.o] Error 1 You need to have mingw.o

Re: building a cross-compiler for Linux/OSX

2011-02-14 Thread Fabiano Sidler
Sorry for replying so late. Thus spoke Yaakov (Cygwin/X): > On Mon, 2011-02-07 at 10:50 +0100, Fabiano Sidler wrote: > > I'm trying to build a cross-compiler under Linux and MacOSX using this > > script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt > > I get t

Re: building a cross-compiler for Linux/OSX

2011-02-10 Thread Yaakov (Cygwin/X)
On Thu, 2011-02-10 at 10:26 +0100, Peter John Acklam wrote: > Fabiano Sidler [fabianosid...@swissonline.ch]: > > > Hello? Noone building cross-compilers for cygwin? > > I tried several times building a cross-compiler for sparc Solaris. I tried > using the headers for Solari

Re: building a cross-compiler for Linux/OSX

2011-02-10 Thread Yaakov (Cygwin/X)
On Mon, 2011-02-07 at 10:50 +0100, Fabiano Sidler wrote: > I'm trying to build a cross-compiler under Linux and MacOSX using this > script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt > I get the same error on Linux and MacOSX after the make of line 340: Cygwin normal

Re: building a cross-compiler for Linux/OSX

2011-02-10 Thread Peter John Acklam
Fabiano Sidler [fabianosid...@swissonline.ch]: > Hello? Noone building cross-compilers for cygwin? I tried several times building a cross-compiler for sparc Solaris. I tried using the headers for Solaris 8, 9, and 10, but I never succeeded. I was able to build binutils, though, but not gcc

Re: building a cross-compiler for Linux/OSX

2011-02-09 Thread Fabiano Sidler
Hello? Noone building cross-compilers for cygwin? Thus spake Fabiano Sidler, 11/02/07 10:50: > Hi folks! > > I'm trying to build a cross-compiler under Linux and MacOSX using this > script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt > I get the same error on Linux

building a cross-compiler for Linux/OSX

2011-02-07 Thread Fabiano Sidler
Hi folks! I'm trying to build a cross-compiler under Linux and MacOSX using this script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt I get the same error on Linux and MacOSX after the make of line 340: === snip === [...] i686-pc-cygwin-c++ -L/opt/devel/cygwin/build/cygwin/i686-pc-c

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Frédéric Bron
> Basically, "stuff from mingw-w64.sf.net" > > The middle piece of the triplet is the vendor tag.  We at mingw-w64 > are the vendors.  We support win32 and win64, for both host and > target.  I admit it's confusing, but we didn't come up with a better > name fast enough. That is really good news.

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Kai Tietz
Dec 2010 14:13:15 +0100, Frédéric Bron >>>>> >>>>> wrote: >>>>> >>>>>>>>> I checked the Make file, it used this flag: >>>>>>>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-a

Re: mingw-targeted cross-compiler question

2010-12-22 Thread lemkemch
-Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the default on cygwin but the cross compiler is not supported for that version. Frédéric Well, I don't know but I'd really like to know what is the replacement these days for gcc -mno-cygwin -mwindows x.c I tried

Re: mingw-targeted cross-compiler question

2010-12-22 Thread NightStrike
-symbols ... >>>>> >>>>> replace gcc by gcc-3 >>>>> gcc 4 is now the default on cygwin but the cross compiler is not >>>>> supported for that version. >>>>> Frédéric >>>> >>>> What do you mean by not supp

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Andy Koppe
On 22 December 2010 15:12, NightStrike wrote: > 2010/12/22 Frédéric Bron: >>>>> I checked the Make file, it used this flag: >>>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >>>> >>>> replace gcc by gcc-3 >>

Re: mingw-targeted cross-compiler question

2010-12-22 Thread NightStrike
2010/12/22 Frédéric Bron : >>>> I checked the Make file, it used this flag: >>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >>> >>> replace gcc by gcc-3 >>> gcc 4 is now the default on cygwin but the cross compiler

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Kai Tietz
;>>>>>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols >>>>>>> ... >>>>>> >>>>>> replace gcc by gcc-3 >>>>>> gcc 4 is now the default on cygwin but the cross compiler is not >>>>

Re: mingw-targeted cross-compiler question

2010-12-22 Thread lemkemch
default on cygwin but the cross compiler is not supported for that version. Frédéric What do you mean by not supported? JonY maintains the cross compilers I meant that i686-w64-mingw32-gcc exists but not i686-w32-mingw32-gcc. I thought that w64 meant "built on win64" and mingw32 &quo

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Kai Tietz
> x.c:35:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before > 'WinMain' > > and that also for all other option combinations that made sense to me. > > Thanks, > Michael Hi, the -w64- within cross-co

Re: mingw-targeted cross-compiler question

2010-12-22 Thread lemkemch
On Wed, 22 Dec 2010 14:13:15 +0100, Frédéric Bron wrote: I checked the Make file, it used this flag: gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the default on cygwin but the cross compiler is not supported for that version

Re: mingw-targeted cross-compiler question

2010-12-22 Thread Frédéric Bron
>>> I checked the Make file, it used this flag: >>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >> >> replace gcc by gcc-3 >> gcc 4 is now the default on cygwin but the cross compiler is not >> supported for that versio

Re: mingw-targeted cross-compiler question

2010-12-16 Thread Charles Wilson
On 12/16/2010 7:55 AM, NightStrike wrote: > 2010/12/16 Frédéric Bron <...>: >>> I checked the Make file, it used this flag: >>> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >> >> replace gcc by gcc-3 >> gcc 4 is now the de

Re: mingw-targeted cross-compiler question

2010-12-16 Thread NightStrike
2010/12/16 Frédéric Bron : >> I checked the Make file, it used this flag: >> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... > > replace gcc by gcc-3 > gcc 4 is now the default on cygwin but the cross compiler is not > supported for that version.

Re: mingw-targeted cross-compiler question

2010-12-15 Thread Frédéric Bron
> I checked the Make file, it used this flag: > gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... replace gcc by gcc-3 gcc 4 is now the default on cygwin but the cross compiler is not supported for that version. Frédéric -- Problem reports: http://cygw

Re: mingw-targeted cross-compiler question

2010-12-15 Thread Chiheng Xu
> > make JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22" > > or > > JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22" > export JAVA_HOME > make correction: JAVA_HOME='C:\Program Files\Java\jdk1.5.0_22' JAVA_HOME=`cygpath -m ${JAVA_HOME}` export JAVA_HOME make CC=x86_64-w64-mingw32-gcc -- Chiheng

Re: mingw-targeted cross-compiler question

2010-12-15 Thread Chiheng Xu
On Thu, Dec 16, 2010 at 6:03 AM, gviewer wrote: > > Yes, That problem got solved. But now I got a new problem: > "fatal error, jni.h, no such file or directory" > > The jni.h is included in a .h c file. > > What's going on? > > make JAVA_HOME="C:\Program Files\Java\jdk1.5.0_22" or JAVA_HOME="C:

Re: mingw-targeted cross-compiler question

2010-12-15 Thread gviewer
.dll ${BRILL_JAVA_BASE}/*.c ${BRILL_SRC} >> >> This is a Java wrapper around a C/C++ library. Can you help have a look >> and >> see if there is an easy change to the "gcc -mno-cygwin ..." part? I am >> using >> Windows 7 64-bit machine. >>

Re: mingw-targeted cross-compiler question

2010-12-15 Thread NightStrike
A_HOME}/include/win32 > -shared -o lib/BTagger.dll ${BRILL_JAVA_BASE}/*.c ${BRILL_SRC} > > This is a Java wrapper around a C/C++ library. Can you help have a look and > see if there is an easy change to the "gcc -mno-cygwin ..." part? I am using > Windows 7 64-bit machine. &g

Re: mingw-targeted cross-compiler question

2010-12-15 Thread gviewer
t;> My cygwin may already install that package, then how to modify the flag >> in >> Makefile to compile. > > That depends on the makefile. Usually, there's a user-settable > variable called CFLAGS that you can use to customize things. But > basically, with the cross co

Re: mingw-targeted cross-compiler question

2010-12-15 Thread NightStrike
asically, with the cross compiler, you call a canonically named executable instead of the normal one. So for instance, to compile for 64-bit windows, instead of: gcc -mno-cygwin file.c you would use: x86_64-w64-mingw32-gcc file.c Make sense? -- Problem reports: http://cygwin.com/pro

Re: mingw-targeted cross-compiler question

2010-12-15 Thread gviewer
message: >> >> "gcc: The -mno-cygwin flag has been removed; use a mingw-targeted >> cross-compiler." >> >> I checked the Make file, it used this flag: >> gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols ... >> >> What shoul

Re: mingw-targeted cross-compiler question

2010-12-15 Thread NightStrike
On Wed, Dec 15, 2010 at 2:41 PM, gviewer wrote: > > Hello, I downloaded a software and tried to compile it on cygwin, I got an > error message: > > "gcc: The -mno-cygwin flag has been removed; use a mingw-targeted > cross-compiler." > > I checked the Make f

mingw-targeted cross-compiler question

2010-12-15 Thread gviewer
Hello, I downloaded a software and tried to compile it on cygwin, I got an error message: "gcc: The -mno-cygwin flag has been removed; use a mingw-targeted cross-compiler." I checked the Make file, it used this flag: gcc -mno-cygwin -g -Wl,--add-stdcall-alias -Wl,--export-all-symbols

Looking for Linux cross-compiler for cygwin

2009-02-25 Thread videoguy
Hi I am trying to build android sdk components for windows on Linux. I read there are cygwin cross compiler that can run on Linux and generate Cygwin compatible binaries. I came across http://www.libsdl.org/extras/win32/cross/ that has mingw cross compiler that runs on Linux. I am looking for

Re: building a cross compiler for linux

2006-12-14 Thread Jan Nieuwenhuizen
"Domen Vrankar" <[EMAIL PROTECTED]> writes: > I think I wrote what I want to do the wrong way. > > I want to build a cross compiler on linux that would output Cygwin > executables ( Linux host -> Cygwin target). > Anny suggestions? You might want to try GUB

RE: building a cross compiler for linux

2006-12-13 Thread Dave Korn
On 13 December 2006 08:51, Domen Vrankar wrote: > I think I wrote what I want to do the wrong way. > > I want to build a cross compiler on linux that would output Cygwin > executables ( Linux host -> Cygwin target). Ah, ok, understood. This is known to be possible. > I dow

Re: building a cross compiler for linux

2006-12-13 Thread Domen Vrankar
2006/12/12, Vin Shelton <[EMAIL PROTECTED]>: Hi Domen, Domen Vrankar wrote: > I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html > for building a cygwin cross compiler for linux. > > I built binutils sucessfully but when trying to build gcc I ge

Re: building a cross compiler for linux

2006-12-13 Thread Domen Vrankar
But you don't mean to cross-compile: you mean to natively compile something that just happens to be a cross-compiler itself. So you should be using --target instead of --host. cheers, DaveK I think I wrote the question wrong. I want to build Linux->Cygwin cross compi

RE: building a cross compiler for linux

2006-12-12 Thread Dave Korn
On 12 December 2006 09:55, Domen Vrankar wrote: > I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html > for building a cygwin cross compiler for linux. > > I built binutils sucessfully but when trying to build gcc I get: > > configure: error

Re: building a cross compiler for linux

2006-12-12 Thread Vin Shelton
Hi Domen, Domen Vrankar wrote: I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html for building a cygwin cross compiler for linux. I built binutils sucessfully but when trying to build gcc I get: configure: error: cannot run C compiled programs. If you meant to

building a cross compiler for linux

2006-12-12 Thread Domen Vrankar
I'm using this tutorila: http://x.cygwin.com/docs/cg/prog-build-cross.html for building a cygwin cross compiler for linux. I built binutils sucessfully but when trying to build gcc I get: configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host&

Re: Building a cygwin->linux cross-compiler problem

2006-11-26 Thread Roelof Berg
[Alain Paschoud:] For some reason, I need to compile in cygwin applications that will run on linux (OpenBSD to be precise). [...] To do so, I am following first part of next howto: http://gentoo-wiki.com/HOWTO_Distcc_server_on_Windows But when I compile the binutils (binutils-20050610-1) with gcc

RE: Cygwin problem with cross compiler

2006-03-01 Thread Dave Korn
On 01 March 2006 15:47, Basavaraj Hiremath wrote: > Hi, > Where can I get gcc source code, I want to cross > compile it for Wince/ARM and related tools as well. > > Thanks in advance. > Raj > > > --- Dave Korn <[EMAIL PROTECTED]> wrote: PLEASE DON'T DO THIS!

RE: Cygwin problem with cross compiler

2006-03-01 Thread Basavaraj Hiremath
Hi, Where can I get gcc source code, I want to cross compile it for Wince/ARM and related tools as well. Thanks in advance. Raj --- Dave Korn <[EMAIL PROTECTED]> wrote: > On 01 March 2006 14:27, Basavaraj Hiremath wrote: > > > Hi, > > I am not able to compile "Hello World" program > > using th

RE: Cygwin problem with cross compiler

2006-03-01 Thread Dave Korn
On 01 March 2006 14:27, Basavaraj Hiremath wrote: > Hi, > I am not able to compile "Hello World" program > using this compiler in CygWin Environment, but I am > able to compile in Redhat linux enviromnet. > > "arm-wince-pe-gcc foo.c" -> does't > work(/usr/local/wince/cross-tools/bin/arm-wince-pe-

Cygwin problem with cross compiler

2006-03-01 Thread Basavaraj Hiremath
Hi, I am not able to compile "Hello World" program using this compiler in CygWin Environment, but I am able to compile in Redhat linux enviromnet. "arm-wince-pe-gcc foo.c" -> does't work(/usr/local/wince/cross-tools/bin/arm-wince-pe-gcc: /usr/local/wince/cross-tools/ bin/arm-wince-pe-gcc: cannot e

Re: Building a cygwin->linux cross-compiler problem

2005-08-22 Thread Alain Paschoud
Brian Dessent wrote: > Alain Paschoud wrote: > > >>For some reason, I need to compile in cygwin applications that will run >>on linux (OpenBSD to be precise). I didn't find any pre-compiled >>cross-compiler to do that (does it exist one ?), so I try to build one.

Re: Building a cygwin->linux cross-compiler problem

2005-08-22 Thread Brian Dessent
Alain Paschoud wrote: > For some reason, I need to compile in cygwin applications that will run > on linux (OpenBSD to be precise). I didn't find any pre-compiled > cross-compiler to do that (does it exist one ?), so I try to build one. > To do so, I am following first part of n

Building a cygwin->linux cross-compiler problem

2005-08-22 Thread Alain Paschoud
Hi all, For some reason, I need to compile in cygwin applications that will run on linux (OpenBSD to be precise). I didn't find any pre-compiled cross-compiler to do that (does it exist one ?), so I try to build one. To do so, I am following first part of next howto : http://gentoo-wik

Re: looking for an arm9 cross-compiler

2004-11-12 Thread Christopher Faylor
On Fri, Nov 12, 2004 at 11:33:01AM +0100, [EMAIL PROTECTED] wrote: >Quoting Larry Hall <[EMAIL PROTECTED]>: > >> At 05:20 AM 11/10/2004, you wrote: >> >> >> >Hi, >> >I used to work with Linux and I'm trying Cygwin. Does anyone know if there&#x

Re: looking for an arm9 cross-compiler

2004-11-12 Thread niac78
Quoting Larry Hall <[EMAIL PROTECTED]>: > At 05:20 AM 11/10/2004, you wrote: > > > >Hi, > >I used to work with Linux and I'm trying Cygwin. Does anyone know if there's > an > >existing cross compiler for arm9 package? I could not find it in the packag

RE: looking for an arm9 cross-compiler

2004-11-11 Thread Williams, Gerald S \(Jerry\)
I've had some luck with the ECOS version. You can find it at http://sources.redhat.com/ecos/ -Jerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: h

RE: looking for an arm9 cross-compiler

2004-11-11 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Larry Hall > Sent: 11 November 2004 12:44 > >Hi, > >I used to work with Linux and I'm trying Cygwin. Does anyone > know if there's an > >existing cross compiler for arm9 package? I cou

Re: looking for an arm9 cross-compiler

2004-11-11 Thread Larry Hall
At 05:20 AM 11/10/2004, you wrote: >Hi, >I used to work with Linux and I'm trying Cygwin. Does anyone know if there's an >existing cross compiler for arm9 package? I could not find it in the package >list. Otherwise, what is the solution? Do I have to compile an arm-gcc wi

looking for an arm9 cross-compiler

2004-11-10 Thread niac78
Hi, I used to work with Linux and I'm trying Cygwin. Does anyone know if there's an existing cross compiler for arm9 package? I could not find it in the package list. Otherwise, what is the solution? Do I have to compile an arm-gcc with the cygwin library? I'm sure there's

g++-3.4.1 / CVS small cygwin cross compiler problems

2004-09-22 Thread Jan Nieuwenhuizen
Due to libtool/gcc related problems I tried building a cross compiler linux->cygwin. The C compiler works fine, but the c++ compiler has linux->three small problems * libstdc++-v3/crossconfig.m4 is missing an entry for cygwin * libstdc++-v3/configure.ac defines GCC_NO_EXECUTABLES,

RE: Building a cross compiler Solaris to Cygwin

2004-04-06 Thread Dave Korn
> -Original Message- > From: binutils-owner On Behalf Of Brian Ford > Sent: 06 April 2004 21:23 > > My problem is that I haven't been able to find a description of the > > current way of building a cross compiler for Cygwin... > except for the > > buil

Re: Building a cross compiler Solaris to Cygwin

2004-04-06 Thread Brian Ford
that I haven't been able to find a description of the > current way of building a cross compiler for Cygwin... except for the > build-cross-gcc script mentionned above. Not considering the bug above, building a cross toolchain from Solairs to Cygwin shouldn't be different than building a

Re: Building a cross compiler Solaris to Cygwin

2004-04-06 Thread Christophe LYON
set up the directory tree. > Well... I don't remember where I got the original shell script: it was several years ago, by the time of cygwin 1.3.12... Since then I have tried hacking this script, but I think it is too much outdated, and probably the build process has completely changed

RE: Building a cross compiler Solaris to Cygwin

2004-04-05 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christophe LYON > Sent: 05 April 2004 14:54 > Hi, > > I have been working on how to build a cross-gcc for cygwin. > I have used the build-cross-gcc shell script with success > with a Linux host, targetting cygwin 1.5.9, binutils 20040

Building a cross compiler Solaris to Cygwin

2004-04-05 Thread Christophe LYON
t.h, and I wonder if I am trying to do something which is not supported? What is the "right" supposed way of build a cross compiler for Cygwin? Thanks Christophe. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

building a cygwin/mingw32 cross compiler

2004-03-18 Thread Ben . Taylor
ould call building a cross-compiler? I have got mingw and cygwin both installed on the system properly (apart from mingw apparently hasn't got bison and flex, but cygwin has) and cygwin's bin path is in the environment variables (mingw's isn't, as it's gcc isn't being used

Building Linux hosted cross compiler to cygwin target

2004-01-13 Thread Fred Fish
Does anyone have a pointer to a detailed set of instructions for building a linux hosted (i686-pc-linux-gnu) toolchain to a cygwin target (i686-pc-cygwin) starting from the bare CVS sources with no precompiled/preinstalled components? I've spent a couple of days trying to build this from the curre

Re: cross-compiler problems on win98

2003-12-14 Thread Larry Hall
At 10:00 AM 12/14/2003, roland you wrote: >hi ! >i have a strange problem and perhaps anbody can give me a hint, how to analyze this >further: > >i run cygwin on my windows XP machine and built gcc&binutils from sources to make a >hitachi sh1 crosscompile environment. after >setup, it works flawl

cross-compiler problems on win98

2003-12-14 Thread roland
hi ! i have a strange problem and perhaps anbody can give me a hint, how to analyze this further: i run cygwin on my windows XP machine and built gcc&binutils from sources to make a hitachi sh1 crosscompile environment. after setup, it works flawlessly - i can compile all my stuff and the result

Re: cygwin windows to linux cross compiler issues !!

2003-12-04 Thread Corinna Vinschen
On Thu, Dec 04, 2003 at 09:47:34AM +0530, mohanlal jangir wrote: > I remember, during cygwin installation I clicked dos. But I don't know how > to change this now. I hope there should be some way to do this without > reinstalling cygwin. I have installed cygwin in my E: drive and mount gives > foll

Re: cygwin windows to linux cross compiler issues !!

2003-12-03 Thread mohanlal jangir
ring install. > > /A > > > > / "mohanlal jangir" <[EMAIL PROTECTED]> wrote: > | I could succeed to build cygwin windows to linux cross compiler. Binaries > | seems to be almost ok as I am able to compile many applications perfectly. > | While cross compiling linux kerne

cygwin windows to linux cross compiler issues !!

2003-12-03 Thread mohanlal jangir
I could succeed to build cygwin windows to linux cross compiler. Binaries seems to be almost ok as I am able to compile many applications perfectly. While cross compiling linux kernel, I encountered one problem: I used to get some errors from Assermber like "Error: junk `adcl $0x&#

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-28 Thread Jim Wilson
mohanlal jangir wrote: I am trying to build cross compiler from cygwin window to linux. Building a cross to linux is an involved process. You need to build gcc and glibc in parallel, or supply a pre-compiled glibc before building gcc. I suggest looking at the info available at http

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-26 Thread mohanlal jangir
glibc, I got undefined refrence to __open and many other functions. To get rid of these errors, I reconfigured glibc with --disable-shared (--enable-shared was giving linking problem, as I explained). I could build glibc also. When I tried to compile my source using newly built cross compiler, I got fol

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread qinfeng . zhang
lt;[EMAIL PROTECTED]> Subject: Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread mohanlal jangir
t; You try to create a empty crt0.c file. > > > cross-gcc crt0.c -c -o /usr/local/gnu/obj/gcc-3.3.1-3/gcc/crt0.o > > > > I am trying to build cross compiler from cygwin window to linux. I did > configured and build binutils as follows: > dir>/binutils-2.14/configure --

Re: building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread qinfeng . zhang
RESEARCH/PHILIPS) Subject: building cross compiler from cygwin windows to linux: crti.o no such file or directory

building cross compiler from cygwin windows to linux: crti.o no such file or directory

2003-11-25 Thread mohanlal jangir
[Excuse me for sending this mail to both mailing list. I am not very sure, which mailing list this mail is more suitable] I am trying to build cross compiler from cygwin window to linux. I did configured and build binutils as follows: /binutils-2.14/configure --host=i686-pc-cygwin --target=i686

RE: windows to linux cross compiler under cygwin

2003-10-14 Thread Hannu E K Nevalainen
> From: mohanlal jangir > Sent: Tuesday, October 14, 2003 8:52 AM > > I am looking for windows to linux cross compiler under cygwin. I want to > know if any binary distribution available, before I go for building the > tool-chian. I'd use Google, possibly 'concentrati

windows to linux cross compiler under cygwin

2003-10-14 Thread mohanlal jangir
I am looking for windows to linux cross compiler under cygwin. I want to know if any binary distribution available, before I go for building the tool-chian. Regards Mohanlal -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: [Mingw-users] free pascal cross compiler from windows to linux working.

2003-06-30 Thread Joerg Bruehe
Dear all! As I do not know on which lists it might be considered on-topic (I read only MinGW), I did not change the distribution. Harald Houppermans wrote: > > The free pascal 1.0.6 cross compiler host windows target linux is now > working. > > [...] > > The only problem

Re: free pascal cross compiler from windows to linux working.

2003-06-29 Thread Larry Hall
Harald Houppermans wrote: So other weird red hat linux server behaviour... I have to use: ./hello ( just hello does work on knoppix ) That's probably a red hat linux server setting... ./ means current folder... Just wondering what that is all about. "." is not in the PATH by default on most Uni

  1   2   >