Re: [Cegcc-devel] [PATCH] Make conio.h unavailable on mingw32ce

2009-08-02 Thread cartman
Danny Backx wrote: > > On Mon, 2009-07-27 at 22:56 +0300, Martin Storsjö wrote: >> conio.h isn't available on official WinCE SDKs, including it therefore >> should yield an error. It currently doesn't contain any usable >> functionality anyway. > > I don't understand what I should do with thi

Re: [Cegcc-devel] [PATCH] Make conio.h unavailable on mingw32ce

2009-08-02 Thread cartman
Danny Backx wrote: > > On Sun, 2009-08-02 at 06:44 -0700, İsmail "cartman" Dönmez wrote: >> >> Danny Backx wrote: >> > >> > On Mon, 2009-07-27 at 22:56 +0300, Martin Storsjö wrote: >> >> conio.h isn't available on official WinC

Re: [Cegcc-devel] Next steps ?

2009-08-10 Thread cartman
Danny Backx wrote: > > Hi, > > With both the ARM and the i386 show-stoppers out of the way, I would > like to suggest the following steps : > - move the build scripts's defaults to the gcc 4.4 environment > - get arm-cegcc to work with 4.4 > - do a pre-release > > Your input ? > I can provi

[Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1375 binary build

2009-09-07 Thread cartman
Hi; As promised earlier, cygwin 1.7 build of latest SVN is available @ http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1375.tar.bz2 MacOSX 10.6 build will come later. Regards, İsmail DÖNMEZ -- View this message in context: http://n2.nabble.com/mingw32ce-for-cygwin-1-7-revi

Re: [Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1375 binary build

2009-09-07 Thread cartman
Vincent R. wrote: > > On Mon, 7 Sep 2009 09:32:22 -0500 (CDT), İsmail "cartman" Dönmez > wrote: >> Hi; >> >> As promised earlier, cygwin 1.7 build of latest SVN is available @ >> > http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1

[Cegcc-devel] mingw32 revision 1381 binary build for Mac OSX 10.6 Snow Leopard

2009-09-19 Thread cartman
Hi; As promised, http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_snowleopard_r1381.tar.bz2 . I would also thank to Danny Backx, Pedro Alves and all the other cegcc maintainers, your work is greatly appreciated. Please keep up the good work. Regards, i.d. -- View this message in context

Re: [Cegcc-devel] mingw32ce revision 1381 binary build for Mac OSX 10.6 Snow Leopard

2009-09-19 Thread cartman
İsmail "cartman" Dönmez wrote: > > Hi; > > As promised, > http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_snowleopard_r1381.tar.bz2 > . > > I would also thank to Danny Backx, Pedro Alves and all the other cegcc > maintainers, your work is greatly

Re: [Cegcc-devel] Link msvc and cegcc libraries in one executable?

2009-09-19 Thread cartman
Johnny Willemsen wrote: > > Hi, > > Has anyone tried to link an executable that consists of some libraries > compiled with msvc and some with cegcc? Will that work? > > Johnny > http://www.cygwin.com/cygwin-ug-net/dll.html especially "Linking against DLLs" part might help you. Regards, i.d

[Cegcc-devel] New binutils does not compile on cygwin 1.7

2009-10-27 Thread cartman
Hi; Got the following error: /home/cartman/cegcc/src/build-mingw32ce/binutils/binutils/syslex.c:1: multiple definition of `_main' sysinfo.o:/home/cartman/cegcc/src/build-mingw32ce/binutils/binutils/sysinfo.c:1: first defined here Using gcc version 4.3.4 20090804 (release) 1 (GCC). Re

[Cegcc-devel] mingw32ce (for cygwin 1.7) revision 1399 binary build

2009-10-30 Thread cartman
$SUBJECT is available at http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1399.tar.bz2 Regards, i.d. - Regards, İsmail DÖNMEZ -- View this message in context: http://n2.nabble.com/mingw32ce-for-cygwin-1-7-revision-1399-binary-build-tp3918303p3918303.html Sent from the ceg

[Cegcc-devel] Can't see the exports table

2009-12-05 Thread cartman
Hi all; Seems like objdump is broken : [~]> arm-mingw32ce-objdump -v GNU objdump (GNU Binutils) 2.20.51.20091016 Copyright 2009 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or (at your option) an

Re: [Cegcc-devel] Can't see the exports table

2009-12-08 Thread cartman
Since noone replied, am I doing something wrong maybe? İsmail "cartman" Dönmez wrote: > > Hi all; > > Seems like objdump is broken : > > [~]> arm-mingw32ce-objdump -v > GNU objdump (GNU Binutils) 2.20.51.20091016 > Copyright 2009 Free Software Foundation,

Re: [Cegcc-devel] Can't see the exports table

2009-12-08 Thread cartman
Danny Backx wrote: > > On Tue, 2009-12-08 at 05:49 -0800, İsmail "cartman" Dönmez wrote: >> Since noone replied, am I doing something wrong maybe? > > Sorry about that. > >> > [~]> arm-mingw32ce-objdump -x coredll.dll > >> > Please note

Re: [Cegcc-devel] Can't see the exports table

2009-12-08 Thread cartman
İsmail "cartman" Dönmez wrote: > > > > Danny Backx wrote: >> >> On Tue, 2009-12-08 at 05:49 -0800, İsmail "cartman" Dönmez wrote: >>> Since noone replied, am I doing something wrong maybe? >> >> Sorry about that. >> &g

Re: [Cegcc-devel] Can't see the exports table

2009-12-09 Thread cartman
Vincent R. wrote: > > Could you open a bugzilla and attach your coredll.dll ? > Thanks > Danny privately analyzed the file and objdump is correct it seems, so there is no bug. Thanks. - Regards, İsmail DÖNMEZ -- View this message in context: http://n2.nabble.com/Can-t-see-the-exports-

Re: [Cegcc-devel] Can't see the exports table

2009-12-09 Thread cartman
On Wed, Dec 9, 2009 at 4:45 PM, Dave Korn-2 [via cegcc-devel] wrote: > İsmail cartman Dönmez wrote: >> Vincent R. wrote: >>> Could you open a bugzilla and attach your coredll.dll ? >>> Thanks >>> >> >> Danny privately analyzed the file and objdu

Re: [Cegcc-devel] Can't see the exports table

2009-12-09 Thread cartman
Vincent R. wrote: > > On Wed, 9 Dec 2009 06:58:12 -0800 (PST), İsmail "cartman" Dönmez > wrote: >> On Wed, Dec 9, 2009 at 4:45 PM, Dave Korn-2 [via cegcc-devel] >> wrote: >>> İsmail cartman Dönmez wrote: >>>> Vincent R. wrote: >>

Re: [Cegcc-devel] can't compile under cygwin

2009-12-09 Thread cartman
Thorsten wrote: > > Hello > > I'm new to cegcc. > I've installed the current cygwin-version and unpacked > cegcc_mingw32ce_cygwin1.7_r1399.tar.bz2 in /opt of my cygwin-installation. > I put /opt/mingw32ce/bin at the beginning of my PATH > > Wenn I call arm-mingw32ce-g++ it say's nothing. I ca

[Cegcc-devel] mingw32ce build 1416 for cygwin 1.7

2009-12-13 Thread cartman
Hi; Available at http://cekirdek.pardus.org.tr/~ismail/cegcc_mingw32ce_cygwin1.7_r1416.tar.bz2 . Compiled using latest cygwin 1.7 which should be close to upcoming final cygwin 1.7. Please let me know of any problems. - Regards, İsmail DÖNMEZ -- View this message in context: http://n2.n

Re: [Cegcc-devel] gcc seems to be non-functional

2010-01-23 Thread cartman
Sean Healy wrote: > > Hello, > > I found no way to search the archive to see if someone else has reported > a similar error, so I'm posting it to the list. gcc doesn't seem to be > working. When I run the program, it exits with no error message - no > message of any kind, in fact - but no ou

Re: [Cegcc-devel] Porting cegcc changes to latest version of cegcc

2010-07-23 Thread cartman
Pavel Pavlov wrote: > > I think I was subscribed to cegcc before 4.5.0 was released (release date > is like a couple of months ago). > I tried to merge and see what I can do to fix it, but I came to conclusion > that it's all wasted time. I'm not going to do this same job once there is > a new g