[Cegcc-devel] cegcc status

2010-01-12 Thread Vincent R.
Hi, So finally what is the status of cegcc ? Can we reliably compile cegcc from sources and now does it work fine or is there still some issues ? If it's ok maybe we could make some release for cygwin 1.7/Snow leopard/linux ... ---

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2010-01-03 Thread Vincent R.
On Sun, 3 Jan 2010 12:11:10 +, Pedro Alves wrote: > On Saturday 02 January 2010 16:42:23, Danny Backx wrote: >> On Fri, 2010-01-01 at 16:24 +, Pedro Alves wrote: >> > FYI, I hadn't applied the ld patch myself because I was >> > looking to confirm/hear if there's another cleaner way >> > to

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2009-12-31 Thread Vincent R.
On Thu, 31 Dec 2009 18:06:36 +, Pedro Alves wrote: > On Thursday 31 December 2009 17:32:02, Danny Backx wrote: >> On Thu, 2009-12-31 at 16:11 +, Pedro Alves wrote: >> > And, I'm using ld's --defsym switch to define it. >> >> > It looks like Windows Mobile 6.1's loader is darn strict WRT >

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2009-12-31 Thread Vincent R.
On Thu, 31 Dec 2009 18:24:21 +0100, Danny Backx wrote: > On Thu, 2009-12-31 at 16:33 +, Pedro Alves wrote: >> Also, lest I forget, I've just applied this binutils patch to >> fix bogus import table sizes. Danny, you had it right in the >> export table size, looks like you just forgot to propa

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2009-12-30 Thread Vincent R.
On Wed, 30 Dec 2009 15:16:11 +, Pedro Alves wrote: > On Wednesday 30 December 2009 14:56:18, Vincent R. wrote: >> >> > #if defined(TARGET_IS_arm_wince_pe) >> > /* Windows CE ignores the image base, but we want to >> >    be compatible with MSFT's

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2009-12-30 Thread Vincent R.
On Wed, 30 Dec 2009 14:05:35 +0100, Danny Backx wrote: > On Wed, 2009-12-30 at 12:41 +0100, Vincent R. wrote: >> Some remarks, DLLs produced by cegcc have a weird IAT address because >> in Data Directories fields there is : >> >> Virtual Address Size >&g

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2009-12-30 Thread Vincent R.
On Wed, 30 Dec 2009 00:44:08 +0100, Danny Backx wrote: > On Tue, 2009-12-29 at 18:34 +, Pedro Alves wrote: >> My knee jerk reaction is: you could try a first step at checking if it's >> a problem with loader applied relocations, or, if it's a runtime, >> post loader problem. Replace your debu

Re: [Cegcc-devel] Yay (Re: More WM 6.1 work committed)

2009-12-29 Thread Vincent R.
On Tue, 29 Dec 2009 15:49:36 +0100, Danny Backx wrote: > On Mon, 2009-12-28 at 10:00 +0100, Danny Backx wrote: >> I just committed a cleaned up version of my current work. >> >> This now has .edata and .idata sections hidden in .rdata, and can >> generate working DLL and EXEs but with the SizeOfI

Re: [Cegcc-devel] Compiling thumb code

2009-12-23 Thread Vincent R.
On Wed, 23 Dec 2009 11:53:53 +, "Hywel B. Richards" wrote: > Does anyone routinely use cegcc to compile in thumb mode? > > I thought I would give it a try, but I'm having problems. > > If I try: > arm-wince-cegcc-g++ -mthumb -mcpu=xscale -c trivial.c > > on some trivial code it appears to

[Cegcc-devel] Linker issue

2009-12-20 Thread Vincent R.
Hi Danny, I can see that your linker issue when merging some sections doesn't interest lots of people. You should contact K.Tietz and ask him to try to merge .edata and .idata into .rdata. The thing I don't understand is everytime we ask we are answered "Hey why don't you just use scripts, blabla

Re: [Cegcc-devel] Possible to use cegcc to start cellular n etwork?

2009-12-20 Thread Vincent R.
On Sun, 20 Dec 2009 08:12:39 +0100, Danny Backx wrote: > On Sat, 2009-12-19 at 08:12 -0800, Eric House wrote: >> Problem with testing network code on emulators: they always have a >> network connection. On a real "Smartphone", I'm learning, you have to >> be prepared to handle the WSAENETDOWN err

Re: [Cegcc-devel] Fix struct BY_HANDLE_FILE_INFORMATI ON.

2009-12-10 Thread Vincent R.
On Thu, 10 Dec 2009 11:39:43 +, Pedro Alves wrote: > A collegue found out the hard way that GetFileInformationByHandle > was stomping the stack. Turns out that struct BY_HANDLE_FILE_INFORMATION > was missing a field on CE > . > I've appli

Re: [Cegcc-devel] More WM 6.1 - next problem appears to be section size

2009-12-09 Thread Vincent R.
On Wed, 09 Dec 2009 12:01:45 +0100, Danny Backx wrote: > In the examples at http://danny.backx.info/download/cegcc/demo.tar.gz > you can see source and compiled version for two DLLs, and objdump for > both. > > The lib1.dll works, lib2.dll doesn't, as shown in testapi2 output : > Started processi

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

2009-12-09 Thread Vincent R.
On Wed, 9 Dec 2009 13:40:48 -0800 (PST), İsmail "cartman" Dönmez wrote: > 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

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

2009-12-09 Thread Vincent R.
On Wed, 9 Dec 2009 19:40:37 +0200, İsmail Dönmez wrote: > On Wed, Dec 9, 2009 at 6:37 PM, Vincent R. wrote: >> >> OK I had a look with PE Explorer tool and it doesn't detect any exports >> either. >> Let me make some assumptions, are you extracting those files

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

2009-12-09 Thread Vincent R.
OK I had a look with PE Explorer tool and it doesn't detect any exports either. Let me make some assumptions, are you extracting those files from ROM with the kind of tool you can find on XDA website ? IT might explain your corrupted binaries. -

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

2009-12-09 Thread Vincent R.
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: >>>> Could you open a bugzilla and attach your c

Re: [Cegcc-devel] More WM 6.1 - next problem appears to be section size

2009-12-09 Thread Vincent R.
> It reminds me what was reported the first time someone talked about issue > between cegcc and Windows Mobile 6.1. > In this initial report there was something about the size and under some > value, it was working fine. > Here is extract of the original post : "I tried to modify binutils/bfd/pe

Re: [Cegcc-devel] More WM 6.1 - next problem appears to be section size

2009-12-09 Thread Vincent R.
On Wed, 09 Dec 2009 12:01:45 +0100, Danny Backx wrote: > In the examples at http://danny.backx.info/download/cegcc/demo.tar.gz > you can see source and compiled version for two DLLs, and objdump for > both. > > The lib1.dll works, lib2.dll doesn't, as shown in testapi2 output : > Started processi

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

2009-12-09 Thread Vincent R.
Could you open a bugzilla and attach your coredll.dll ? Thanks -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev __

[Cegcc-devel] MPFR is out and what it means for us

2009-11-30 Thread Vincent R.
Hi everyone, a new release(2.4.2) of the multiple-precision floating-point computations (MPFR) is out but I can see among changes the following lines : - Bug fixes. - Also note that GCC 4.4.0 (only this obsolete version) does not build MPFR 2.4.2 correctly; this is detected by "make check" (fa

Re: [Cegcc-devel] DLGINIT resource problem

2009-11-26 Thread Vincent R.
On Thu, 26 Nov 2009 19:52:49 +0100, Danny Backx wrote: > On Thu, 2009-11-26 at 03:19 +0100, Jacek M. Holeczek wrote: >> I am trying to parse a Microsoft Developer Studio generated resource >> script with an arm mingw32ce windres (CeGCC version 0.55, I believe) >> and it reports a syntax error in a

Re: [Cegcc-devel] Libiconv fixes

2009-11-18 Thread Vincent R.
On Wed, 18 Nov 2009 14:14:42 +0100, Pierre Ynard wrote: > Hello, > > I just got replied this: > > http://lists.gnu.org/archive/html/bug-gnu-libiconv/2009-11/msg6.html > > What should I tell him? More generally, is there any MSDN resource > documenting what features are available or not on W

Re: [Cegcc-devel] News about Qt

2009-11-12 Thread Vincent R.
On Thu, 12 Nov 2009 11:45:35 +0100, Sébastien Lorquet wrote: > Re-Hello, > > I can confirm that > > wget > http://www.unsads.com/~squalyl/wincehello.c > /opt/mingw32ce/bin/arm-mingw32ce-gcc wincehello.c -o wincehello.exe > > produces a valid 24.7kB

Re: [Cegcc-devel] News about Qt

2009-11-11 Thread Vincent R.
On Wed, 11 Nov 2009 10:31:38 +, "Hywel B. Richards" wrote: > Vincent R. wrote: >> >> NO and NO! >> I am talking about Windows Mobile >= 5 not Windows CE ,just for >> information >> >> Windows Mobile 5 = ARM + windows ce 5.1 + spe

Re: [Cegcc-devel] News about Qt

2009-11-11 Thread Vincent R.
On Wed, 11 Nov 2009 09:15:08 +0100, Danny Backx wrote: > On Tue, 2009-11-10 at 17:45 +0100, Vincent R. wrote: >> binaries generated by cegcc cannot be run on windows mobile >= 5 without >> packing them >> or modifying registry. > > I don't think this is entirel

Re: [Cegcc-devel] News about Qt

2009-11-10 Thread Vincent R.
On Tue, 10 Nov 2009 13:41:50 -0300, Pablo Rogina wrote: > Sebastien, > > I'm working with a MS desktop project that signs the executable file. > In the Visual Studio project settings, at the Post-Build Event in > Build Events there is the command: > > "signtool.exe" sign /f "cert.pfx" /d "Applic

Re: [Cegcc-devel] News about Qt

2009-11-10 Thread Vincent R.
inaries I recommend to call it from cygwin or msys with something like find . \( -name "*.exe" -o -name "*.dll" \) -print | xargs upx (haven't tested) Regards Vincent R. -- Let Crystal

Re: [Cegcc-devel] fix cegcc PE bug

2009-11-06 Thread Vincent R.
On Fri, 06 Nov 2009 02:03:41 +, Dave Korn wrote: > Vincent R. wrote: > >>> So Dave, question coundn't we manually change .idata section >>> characteristics for instance instead of disabling auto-import ? >> >> >> Ok I just tried to mo

Re: [Cegcc-devel] fix cegcc PE bug

2009-11-03 Thread Vincent R.
On Tue, 03 Nov 2009 17:59:20 +0100, Danny Backx wrote: > On Tue, 2009-11-03 at 14:10 +0100, Vincent R. wrote: >> I have been fired (the company I was working for doesn't have money >> anymore) so I have some time to answer you ;-) > > Auch. Sorry to see that. >

[Cegcc-devel] fix cegcc PE bug

2009-11-01 Thread Vincent R.
Hi, Now that binutils have been updated to latest version and normally cegcc is using pseudo-reloc v2 maybe it's time to try to fix the most annoying bug ie binary generated with cegcc cannot be loaded on windows ce platforms without some tricks. What I can do to help is very limited but if some

Re: [Cegcc-devel] binutils warning on Snow Leopard

2009-10-25 Thread Vincent R.
On Sat, 24 Oct 2009 14:39:38 +0200, Danny Backx wrote: > On Fri, 2009-10-23 at 21:58 +0200, Vincent R. wrote: >> When compiling latest sources on Snow Leopard I have the following >> warning >> : >> >> cc1: warnings being treated as errors >> /Users/vinc

[Cegcc-devel] binutils warning on Snow Leopard

2009-10-23 Thread Vincent R.
Hi, When compiling latest sources on Snow Leopard I have the following warning : cc1: warnings being treated as errors /Users/vincent/Projets/cegcc/src/binutils/binutils/strings.c: In function ‘strings_file’: /Users/vincent/Projets/cegcc/src/binutils/binutils/strings.c:419: warning: ‘stat64’ is d

Re: [Cegcc-devel] Build problem on Cygwin (using SVN trunk).

2009-10-18 Thread Vincent R.
On Sun, 18 Oct 2009 08:57:54 +0200, Danny Backx wrote: > On Sat, 2009-10-17 at 22:46 -0400, Claude Sylvain wrote: >> Hello, >> >> >> My host platform is running Windows XP professionnal and Cygwin 1.5.x >> >> I have followed directive in "build-toolchain.html" document. >> >> ... But can not b

[Cegcc-devel] mingw32ce : abandoned child

2009-10-08 Thread Vincent R.
status would be important. PS : I have cc'ed people working on improving pe support with GNU tools because they might have some ideas about how to improve things, help collaboration and so on... I would like to help more and do everything by myself, but unfortunately I don't have time nor sk

Re: [Cegcc-devel] Console to windows mobile,

2009-10-04 Thread Vincent R.
On Sun, 4 Oct 2009 21:06:50 +0200, mobi phil wrote: > I think everybody shares the same problem: development on wince is > difficult > due to the fact, that we do not have a working console with at least *X > pipes. Did anybody think about how to implement that? Maybe stupid > question: > writing

Re: [Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Vincent R.
On Thu, 01 Oct 2009 12:57:46 +0200, "Vincent R." wrote: > Hi, > > I wrote a simple compatibility libarry that implements missing mingw > functions (_errno, getenv,GetCurrentDirectory, ...) > and I am using it to port some software and especially glib and its &g

[Cegcc-devel] cegcc-4.4 potential bug in g++ and shared lib

2009-10-01 Thread Vincent R.
Hi, I wrote a simple compatibility libarry that implements missing mingw functions (_errno, getenv,GetCurrentDirectory, ...) and I am using it to port some software and especially glib and its dependencies. The first dependency I am porting is gettext and I got an error when compiling some C++ cod

Re: [Cegcc-devel] Things to do

2009-09-25 Thread Vincent R.
On Fri, 25 Sep 2009 08:09:26 +0100, Dave Korn wrote: > Dave Korn wrote: >> Vincent R. wrote: >> >>> For instance I wanted to test Dw2 exception on wince platform and from >>> what I know >>> normally you only need to call configure with --with-dwarf2 an

Re: [Cegcc-devel] Things to do

2009-09-23 Thread Vincent R.
On Sat, 19 Sep 2009 11:17:22 +0200 (CEST), Vincent Torri wrote: > On Sat, 19 Sep 2009, Vincent R. wrote: > >> On Fri, 18 Sep 2009 20:15:05 +0200, Danny Backx >> wrote: >>> Trying to assemble a list of things to do. Please help me make it >>> sensible. >

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
On Mon, 21 Sep 2009 17:25:19 +0200, "Vincent R." wrote: >>> I am really doomed because when I try it but using bison/flex from > mingw >> I >>> have the following error : >>> >>> /bin/sh >>> >> > /z/cygming-home/Realeyes

Re: [Cegcc-devel] Q: how to reproduce WM 6.1 failure ?

2009-09-21 Thread Vincent R.
On Sun, 20 Sep 2009 14:54:23 +0200, Danny Backx wrote: > Does anyone have a simple scenario that demonstrates how applications > built with cegcc fail to run on WM 6.1 ? > > Will that turn up on the WM 6.1.4 emulators from the Microsoft site > too ? > Easy you look in archives and you will find

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
>> I am really doomed because when I try it but using bison/flex from mingw > I >> have the following error : >> >> /bin/sh >> > /z/cygming-home/Realeyes/projects/cegcc/cegcc/src/gcc-4.4.0/gcc/../move-if-change >> tmp-gi.list gtyp-input.list >> echo timestamp > s-gtyp-input >> build/gengtype.exe

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
On Mon, 21 Sep 2009 14:56:23 +0200, "Vincent R." wrote: > On Sun, 20 Sep 2009 09:51:07 +0200 (CEST), Vincent Torri > wrote: >> On Mon, 10 Aug 2009, Vincent Torri wrote: >> >>> >>> Hey, >>> >>> I have installed MSYS, bison (b

Re: [Cegcc-devel] compilation failure with MSYS

2009-09-21 Thread Vincent R.
On Sun, 20 Sep 2009 09:51:07 +0200 (CEST), Vincent Torri wrote: > On Mon, 10 Aug 2009, Vincent Torri wrote: > >> >> Hey, >> >> I have installed MSYS, bison (bin + dep on GnuWin32), flex (bin on >> GnuWin32), >> GMP 4.2.4 (compilation of the source code from mingw SF repo), MPRF >> 2.4.1 >> (compi

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

2009-09-19 Thread Vincent R.
On Sat, 19 Sep 2009 20:27:15 +0300, İsmail Dönmez wrote: > On Sat, Sep 19, 2009 at 8:26 PM, Vincent R. > wrote: >> On Sat, 19 Sep 2009 20:12:37 +0300, İsmail Dönmez >> wrote: >>> Hi, >>> >>> On Sat, Sep 19, 2009 at 8:11 PM, Vincent R. >>&g

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

2009-09-19 Thread Vincent R.
On Sat, 19 Sep 2009 20:12:37 +0300, İsmail Dönmez wrote: > Hi, > > On Sat, Sep 19, 2009 at 8:11 PM, Vincent R. > wrote: >> >> On Sat, 19 Sep 2009 19:51:09 +0300, İsmail Dönmez >> wrote: >> > Hi, >> > >> > On Sat, Sep 19, 2009 at 7:47 PM

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

2009-09-19 Thread Vincent R.
On Sat, 19 Sep 2009 19:51:09 +0300, İsmail Dönmez wrote: > Hi, > > On Sat, Sep 19, 2009 at 7:47 PM, Vincent R. > wrote: >> On Sat, 19 Sep 2009 09:44:04 -0700 (PDT), İsmail "cartman" Dönmez >> wrote: >>> İsmail "cartman" Dönmez wro

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

2009-09-19 Thread Vincent R.
On Sat, 19 Sep 2009 09:44:04 -0700 (PDT), İsmail "cartman" Dönmez wrote: > İ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 c

Re: [Cegcc-devel] Things to do

2009-09-19 Thread Vincent R.
On Fri, 18 Sep 2009 20:15:05 +0200, Danny Backx wrote: > Trying to assemble a list of things to do. Please help me make it > sensible. > > Also, volunteers are welcome to kick in ;-) > > Note that making gcc 4.4 stable is not on this list, I see no complaints > so the new release must work. Righ

Re: [Cegcc-devel] objc

2009-09-18 Thread Vincent R.
Forget my previous patch it doesn't work ... -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerr

Re: [Cegcc-devel] objc

2009-09-18 Thread Vincent R.
On Fri, 18 Sep 2009 09:26:52 +0100, Dave Korn wrote: > Danny Backx wrote: > >> Seriously : I've not looked into objc at all. Does it have porting >> issues like the rest of gcc/g++/libg++ or does it sit quietly on top of >> gcc ? > > Generally speaking, it "just works": if C works, ObjC works,

Re: [Cegcc-devel] objc

2009-09-18 Thread Vincent R.
On Fri, 18 Sep 2009 09:26:52 +0100, Dave Korn wrote: > Danny Backx wrote: > >> Seriously : I've not looked into objc at all. Does it have porting >> issues like the rest of gcc/g++/libg++ or does it sit quietly on top of >> gcc ? > > Generally speaking, it "just works": if C works, ObjC works,

[Cegcc-devel] objc

2009-09-17 Thread Vincent R.
Hi, Why do you think objective-C doesn't interest anyone on windows mobile ? Actually I would like to test it but you deleted objc folders from gcc-4... -- Come build with us! The BlackBerry® Developer Conference in SF,

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

2009-09-07 Thread Vincent R.
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.7_r1375.tar.bz2 > > MacOSX 10.6 build will come later. > > Regards, > İsmail DÖNME

Re: [Cegcc-devel] 0.59.1 requires more than one dll for mingw32ce?

2009-09-06 Thread Vincent R.
> Do you know the status of all this in binutils now ? Now that our gcc > 4.4 environment is stable, this could be the next topic to look into. If my memory serves me right IAT issue was fixed by Kai Tietz but he didn't commit it because of a pseudo-relocation v1 issue. Actually I have never unders

Re: [Cegcc-devel] 0.59.1 requires more than one dll for mingw32ce?

2009-09-04 Thread Vincent R.
ith objdump or PE explorer) binary section from a Visual Studio binary and from a cegcc one... Vincent R. -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report des

Re: [Cegcc-devel] getenv/setenv

2009-07-19 Thread Vincent R.
On Sun, 19 Jul 2009 18:55:23 +0200, mobi phil wrote: > I started to edit the wiki... please do it yourself. > > > I mentioned an idea how I would implement the getenv/setenv, if it would be > possible... So I would write a kernel driver that if could intercept > process creation events, then it

Re: [Cegcc-devel] cegcc-4.4 status

2009-07-19 Thread Vincent R.
Here is the patchtracker reference : http://sourceforge.net/tracker/?func=detail&aid=2813569&group_id=2435&atid=302435 and the patch http://sourceforge.net/tracker/download.php?group_id=2435&atid=302435&file_id=332699&aid=2813569 It will be easier than looking at svn changelog... --

Re: [Cegcc-devel] cegcc-4.4 status

2009-07-19 Thread Vincent R.
>> > cegcc-4.4 doesn't seem to make any progress ? Could someone give a >> > current >> > status of what is missing/not working ? >> > I can see that float issues have been patched on mingw project and >> > reported upstream so maybe cegcc could update >> > its sources and it might solve at least

[Cegcc-devel] cegcc-4.4 status

2009-07-18 Thread Vincent R.
Hi, cegcc-4.4 doesn't seem to make any progress ? Could someone give a current status of what is missing/not working ? I can see that float issues have been patched on mingw project and reported upstream so maybe cegcc could update its sources and it might solve at least the float issue. Thanks

[Cegcc-devel] cegcc4.4 float issues

2009-07-12 Thread Vincent R.
Danny, from mingw mailing list, post from kai tietz : "Hello, this issue is well known. It is related to the default strict-aliasing rules of gcc's 4.4.x gcc. Some libraries in old mingw runtime aren't aware of this, and so the POSIX printf methods and some parts of the math (dependent to cephes)

Re: [Cegcc-devel] list of API functions available in mingw32ce

2009-07-07 Thread Vincent R.
> >> I did not get the point, is there an >> intention to implement all the functions defined in the header files >> , etc.? It would probably make sense, as this >> would >> allow easier port of certain applications from windows to windows mobile. >> Do >> you have such a plan? > > No. But, I

[Cegcc-devel] binutils test

2009-07-03 Thread Vincent R.
Hi, I am posting to make running mailing list daemon because these few weeks nothing came here, my other concern is about a change being done in binutils. I dont' have time to test it but now binutils dev. have checked in a patch that create a .eh_frame in its own section (before it was in .rdata)

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-24 Thread Vincent R.
Some key point : Chris Sutcliffe wrote: But the compiler complains of duplicate definitions of c++ functions in libstdc++_s.a and libstdc++.a. Did I miss something? I found the source of the issue, compiling using -O2 somehow links in libstdc++.a. Is there an equivalent optimization option to

Re: [Cegcc-devel] Problem compling GCC 4.4 with Cygwin

2009-06-24 Thread Vincent R.
Hi, I am following mingw mailing list and they are testing gcc-4.4 and there are some issues with float, gdb ... You shoukl read every post and see if it can be related to cegcc-4.4 issues. read starting from this post : http://article.gmane.org/gmane.comp.gnu.mingw.user/29985 and keep on this on

Re: [Cegcc-devel] x86 libstdc++ crashes

2009-06-16 Thread Vincent R.
On Tue, 16 Jun 2009 21:03:44 +0200, Danny Backx wrote: > The C++ library on x86 appears to crash at initialisation even in the > simplest of programs. At least, it does so when compiled against the DLL > version of the library. > > #include > using namespace std; > int main(int argc, char *argv[

Re: [Cegcc-devel] Cannot create import lib

2009-06-11 Thread Vincent R.
On Thu, 11 Jun 2009 17:47:32 +0200, Danny Backx wrote: > Can you spell out the different steps you perform ? > > And I would expect you to obtain two things : > - a real DLL (libgynoid.dll), to be copied to the device > - an import library (libgynoid.dll.a), to be used in development > to get t

Re: [Cegcc-devel] Add support for pimstore

2009-06-11 Thread Vincent R.
On Thu, 11 Jun 2009 17:15:40 +0900, Pawel Veselov wrote: > I would do that: > > [...@e03077]/tmp$ cat > /tmp/1.c > #include > _CTYPE_Q > [...@e03077]/tmp$ gcc -E /tmp/1.c |tail > {snip} > 0x0020L > [...@e03077]/tmp$ > Am I missing something ? what is 1.c ? why are you including ctype.h ? A

Re: [Cegcc-devel] Add support for pimstore

2009-06-10 Thread Vincent R.
OK finally I found enough information from MSDN to rebuild the definitions with the exceptions of CEVT_ (I put in comment msdn url from which I got the information). So please find the two includes and if I can find missing definitions I will let you know.#ifndef _MAPIDEFS_H #define _MAPIDEFS_H

[Cegcc-devel] Cannot create import lib

2009-06-10 Thread Vincent R.
Hi, So I have compiled gynoid framework using msvc and obtained a dynamic library called libgynoid.dll. When I try to generate an import lib as described in cygwin faq and using toolchain nm it doesn't work : $ arm-mingw32ce-nm.exe libgynoid.dll arm-mingw32ce-nm: libgynoid.dll: no symbols But w

[Cegcc-devel] Add support for pimstore

2009-06-10 Thread Vincent R.
Hi, I started to write a multiplateform framework called gynoid aiming at wrapping specific API from mobile phones running wince, symbian, iPhone, ... see here http://www.codeproject.com/KB/mobile/gynoid.aspx I started with the platform I know the best and I wanted to add support for address book

Re: [Cegcc-devel] CVS directories needed?

2009-06-04 Thread Vincent R.
On Thu, 4 Jun 2009 21:03:04 +0200, "Johnny Willemsen" wrote: > Hi, > > I just noticed that the svn archive also contains all files from CVS, like > the ones below and .cvsignore. Should these really be in the svn archive? > > Johnny > > Asrc/binutils/include/elf/CVS > Asrc/binutils/incl

Re: [Cegcc-devel] Error when compiling SVN

2009-06-04 Thread Vincent R.
On Thu, 04 Jun 2009 18:08:29 +0200, Danny Backx wrote: > You'll probably find that the problem is solved with my latest commit. > > Danny > So now the only problem we have with gcc-4.4 is about floating point I suppose. -

Re: [Cegcc-devel] Error when compiling SVN

2009-06-04 Thread Vincent R.
On Wed, 03 Jun 2009 22:23:11 +0200, Danny Backx wrote: > I'll need a bit of help to figure out what's wrong. I really don't have time to dig into gcc but maybe Dave Korn could hep(he is the one that suggested the modification after all ;-) Dave please comment. --

Re: [Cegcc-devel] Error when compiling SVN

2009-06-03 Thread Vincent R.
On Wed, 3 Jun 2009 07:44:35 +0200, Danny Backx wrote: > It looks related > > Danny Backx - danny.backx - at scarlet.be ; http://danny.backx.info > > -Original Message- > > Don't know yet if it has something to do with latest modification on trunk > or if it's platform specific. I can

Re: [Cegcc-devel] Error when compiling SVN

2009-06-02 Thread Vincent R.
On Tue, 26 May 2009 20:37:59 +0200, Danny Backx wrote: > On Tue, 2009-05-26 at 15:08 +0200, Vincent R. wrote: >> Danny in your build script please modify the line like this : >> >> tail --lines=+$L2 ${INCFILE} >>${DESTFILE} >> >> or it won't

Re: [Cegcc-devel] Getting the new configure triplet names into upstream binutils (PING Pedro A.)

2009-05-27 Thread Vincent R.
On Wed, 27 May 2009 01:29:32 +0100, Dave Korn wrote: > Vincent R. wrote: >> On Tue, 26 May 2009 20:08:10 +0100, Dave Korn > >>> I >>> haven't tried to extract any of the functional patches from your tree >> yet, > >> Generally here is the patc

Re: [Cegcc-devel] Getting the new configure triplet names into upstream binutils (PING Pedro A.)

2009-05-26 Thread Vincent R.
On Tue, 26 May 2009 20:08:10 +0100, Dave Korn wrote: > Hi cegcc-devel, > > I think it would be helpful to have your new target-names implemented in > upstream binutils, and to that end I've extracted a bunch of patches from > your > CVS and the related ChangeLog entries. I've also written a bu

Re: [Cegcc-devel] For the adventurous : gcc 4.4.0 for mingw32ce

2009-05-26 Thread Vincent R.
On Tue, 26 May 2009 17:50:10 +0200, "Vincent R." wrote: > On Tue, 26 May 2009 14:41:08 +0200, "Vincent R." > wrote: >> On Mon, 25 May 2009 17:13:00 +0200, Danny Backx >> wrote: >>> Haven't figured out the extent of the problem yet, part or all

Re: [Cegcc-devel] For the adventurous : gcc 4.4.0 for mingw32ce

2009-05-26 Thread Vincent R.
On Tue, 26 May 2009 14:41:08 +0200, "Vincent R." wrote: > On Mon, 25 May 2009 17:13:00 +0200, Danny Backx > wrote: >> Haven't figured out the extent of the problem yet, part or all of it may >> be double alignment. >> >> Here is (first) ARM output, t

Re: [Cegcc-devel] Error when compiling SVN

2009-05-26 Thread Vincent R.
On Tue, 26 May 2009 15:00:35 +0200, "Vincent R." wrote: > On Tue, 26 May 2009 14:58:12 +0200, "Vincent R." > wrote: >> I tried to compile SVN and I think it could have been a good idea >> to allow build script to choose between 4.1 and 4.4 because by default

Re: [Cegcc-devel] Error when compiling SVN

2009-05-26 Thread Vincent R.
On Tue, 26 May 2009 14:58:12 +0200, "Vincent R." wrote: > I tried to compile SVN and I think it could have been a good idea > to allow build script to choose between 4.1 and 4.4 because by default > it compiles 4.4. > Then I het the following error whan compiling w32api

[Cegcc-devel] Error when compiling SVN

2009-05-26 Thread Vincent R.
I tried to compile SVN and I think it could have been a good idea to allow build script to choose between 4.1 and 4.4 because by default it compiles 4.4. Then I het the following error whan compiling w32api : mkdir -p /home/Vincent/toolchains/mingw32ce-4.1.0/arm-mingw32ce/include/GL for i in gl.h

Re: [Cegcc-devel] For the adventurous : gcc 4.4.0 for mingw32ce

2009-05-26 Thread Vincent R.
On Mon, 25 May 2009 17:13:00 +0200, Danny Backx wrote: > Haven't figured out the extent of the problem yet, part or all of it may > be double alignment. > > Here is (first) ARM output, then linux output. > > pavilion: {1254} rsh ipaq /temp/f > Yow 16.00 2.00 -0.00 > a 00 00 00

[Cegcc-devel] Imaging, pimstore and specific lib

2009-05-25 Thread Vincent R.
Hi, Will there be some support for pim(pimstore.h) and imaging(imaging.h) API one day ? Without it you cannot really do interesting stuff on Windows Mobile because you cannot access contacts, tasks, sms, ... -- Registe

Re: [Cegcc-devel] For the adventurous : gcc 4.4.0 for mingw32ce

2009-05-25 Thread Vincent R.
On Fri, 22 May 2009 17:12:08 +0200, Danny Backx wrote: > Floating point doesn't work. Does anyone know how this is supposed to ? > > Danny > Hi, How do you know it doesn't work ? What is your testcase ? -- Regis

Re: [Cegcc-devel] Controlling architecture on binaries built

2009-05-19 Thread Vincent R.
On Tue, 19 May 2009 14:09:59 +0200, Danny Backx wrote: > Hmm, this is not something I can explain, but it may not be the cause of > your problem. > > Again, please provide details about what you're experiencing. > > Danny > I have already reported this error ten times !!! See here :

Re: [Cegcc-devel] Problem with fileno()

2009-05-18 Thread Vincent R.
On Mon, 18 May 2009 15:27:57 +0200, Danny Backx wrote: > MSDN is consistent in stating that the return value of _fileno is an > int, but MSDN has been known to be wrong. I have the impression that > this is deliberate in some occasions. Hi, With msvc, fileno is declared like this : _CRTIMP void

Re: [Cegcc-devel] [PATCH] Support aligned common symbols on PE.

2009-05-18 Thread Vincent R.
Transferring a mail from Dave Korn about PE change in binutils. Dave or Danny could you have a look ? Dave Korn wrote: > Dave Korn wrote: > >> But it's quite a big one, and the tests still have 24 hours or so to run > > The tests completed, and showed up a couple of problems; > So, I'm now put

Re: [Cegcc-devel] Supporting structured exception handling?

2009-05-15 Thread Vincent R.
On Thu, 14 May 2009 20:44:40 +0200, "Johnny Willemsen" wrote: > Hi, > > I just found that structured exception handling (__try, __except, > __finally) > is not supported with cegcc. Are there plans/ideas to add this? > > Johnny Hi, about seh there are plans to add support for it and I had pro

[Cegcc-devel] Weird import table

2009-05-05 Thread Vincent R.
Hi, When compiling efl framework on wince and using mingw32ce I have noticed that some dll have weird import tables and especially, some DLL are referenced twice. For instance with libecore_wince-ver-pre-svn-01-0.dll : >arm-mingw32ce-objdump.exe -x libecore_wince-ver-pre-svn-01-0.dll | less

Re: [Cegcc-devel] Reading CE error dumps ?

2009-04-15 Thread Vincent R.
On Wed, 15 Apr 2009 11:31:15 +0200, Danny Backx wrote: > Does anyone know how to decode the error dumps generated by a crashed > application on CE ? > > Danny What is the file extension and format of you dump ? Could you send it ? Thanks --

Re: [Cegcc-devel] Linking problems

2009-04-07 Thread Vincent R.
On Tue, 07 Apr 2009 14:58:27 +0200, Marcel Smit wrote: > Hi all, > > I managed to compile my project with CE gcc. Now I run into some linker > problems. > The following references cannot be found: > > - LockFileEx > - UnlockFileEx > - GetSystemTimeAsFileTime > > Using arm-wince-mingw32ce-nm -C

Re: [Cegcc-devel] Issues during compile

2009-04-07 Thread Vincent R.
On Tue, 07 Apr 2009 12:13:45 +0200, "Vincent R." wrote: > On Tue, 07 Apr 2009 12:10:55 +0200, Marcel Smit wrote: >> Hi, >> >> After all, I succeeded compiling ACE. Thanks !! >> >> During compilation, I ran into two seperate issues: >> >&g

Re: [Cegcc-devel] Issues during compile

2009-04-07 Thread Vincent R.
On Tue, 07 Apr 2009 12:10:55 +0200, Marcel Smit wrote: > Hi, > > After all, I succeeded compiling ACE. Thanks !! > > During compilation, I ran into two seperate issues: > > 1. Missing parameter/function: > > I noticed that STACK_SIZE_PARAM_IS_A_RESERVATION wasn't found in CE gcc. > Also CeGet

Re: [Cegcc-devel] Apologies to any autotesters that noticed an extra FAIL in binutils HEAD.

2009-04-03 Thread Vincent R.
Hi Dave, Thanks for the information but cegcc doesn't upgrade binutils very often and I think we don't use testsuite either (I know it's bad). By the way you are really on every mailing list and I thought cegcc ML would be the last shelter but you found us ;-) One day I will do a script that mon

Re: [Cegcc-devel] finally, gcc 4.5 is branched

2009-03-29 Thread Vincent R.
able to reproduce it gcc developpers will have to patch their sources and this case we cannot talk about gcc anymore, I don't think they want to help people doing their modifications on their side. Vincent R. -- ___ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Re: [Cegcc-devel] cegcc 4.4

2009-03-10 Thread Vincent R.
On Tue, 10 Mar 2009 23:52:36 +0100, "Vincent R." wrote: > On Tue, 10 Mar 2009 20:44:27 +0100, "Vincent R." > wrote: >> Hi, >> >> When trying to compile the following code with cegcc-4.4 I get undefined >> reference to `__floatdidf&#x

Re: [Cegcc-devel] cegcc 4.4

2009-03-10 Thread Vincent R.
On Tue, 10 Mar 2009 20:44:27 +0100, "Vincent R." wrote: > Hi, > > When trying to compile the following code with cegcc-4.4 I get undefined > reference to `__floatdidf' : > > find__floatdidf.c: > > > #include > > LONGLONG _evi

  1   2   >