Re: [Cegcc-devel] Fwd: arm-wince-cegcc on Windows Mobile 6.1

2008-09-18 Thread Vincent R .
> So how do we do that ? Is this what > >> You can add a DWORD registry entry in >> [HKEY_LOCAL_MACHINE\System\Loader\LoadModuleLow] with >> key=YourDllName.dll and value=1 > > (from your earlier messages) really means ? > > Danny > Yes it is!! -

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent R .
Hi, Thanks for this because I also wanted to unify script logic but wanting is not doing ;-) Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so we have to create it : # On Cygwin it seems that symbolic link /lib/cpp is not always available # We try to create it. if [[ $(uname

Re: [Cegcc-devel] build-cegcc.sh replumbing

2008-09-24 Thread Vincent R .
On Wed, 24 Sep 2008 13:43:07 +0100, Pedro Alves <[EMAIL PROTECTED]> wrote: > On Wednesday 24 September 2008 08:54:12, Vincent R. wrote: >> Just a few lines for cygwin users, sometimes /lib/cpp doesn't exist so > we >> have to create it : >> >> # On Cygwi

Re: [Cegcc-devel] Added -j option to build scripts

2008-09-25 Thread Vincent R .
It's really weird because it seems your read my mind. I was already using -j option for make but since I was a bit afraid of regression I stopped to use it. On Thu, 25 Sep 2008 14:18:24 +0100, Pedro Alves <[EMAIL PROTECTED]> wrote: > Guys, > > I've added a -j option to the build scripts, whi

Re: [Cegcc-devel] xxx is not a valid Pocket PC application if SizeOfImage>10000

2008-09-27 Thread Vincent R .
wants to help, they could try decompile WM6.0 and WM6.1 ROM and send it here. I think that if playing with PE section gives no result this the way to go. PS : you can find all these files here : http://www.smartmobili.co

Re: [Cegcc-devel] WM 6.1 compatibility

2008-10-05 Thread Vincent R .
Hi, I am a bit surprised by your error message because usually on Windows Mobile, when an application cannot load a DLL, you get a "Invalid Pocket PC application" and that's what I have when I try on WM6.1. On what kind of device are you testing ? As Danny told you the workaround is to declared

Re: [Cegcc-devel] missing declaration functions

2008-10-05 Thread Vincent R .
On Sun, 5 Oct 2008 15:53:26 +0100, Pedro Alves <[EMAIL PROTECTED]> wrote: > On Saturday 27 September 2008 07:05:40, Vincent Torri wrote: > >> actually, SHGetShortcutTarget() is good, but SHCreateShortcutEx() is not > >> declared and the returned type of SHCreateShortcut() is not correct. > > Wo

Re: [Cegcc-devel] functions that are declared but not defined

2008-10-06 Thread Vincent R .
On Mon, 6 Oct 2008 08:03:01 +0200 (CEST), Vincent Torri <[EMAIL PROTECTED]> wrote: > Hey, > > I wanted to use _mktemp, _locking, _get_osfhandle and SetHandleInformation > with mingw32ce > > they are all declared: > > _mktemp, _locking and _get_osfhandle are in io.h > SetHandleInformation is in

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-21 Thread Vincent R.
On Wed, 21 Jan 2009 16:17:12 +, "Hywel B. Richards" wrote: > Hi, > > Is anyone out there compiling for WinCE/SH4? > > Is it possible to coax cegcc to build for this platform, or does there > exist another gcc-based cross-compiling toolchain somewhere? > > Failing that, does anyone know how

Re: [Cegcc-devel] Compiling for WinCE/SH4

2009-01-23 Thread Vincent R.
> Many thanks for your reply, Vincent. Unfortunately I have no experience > in building gcc cross-compilers (including cegcc), so I need to ask > another question. > > Is it really as easy as substituting "sh4" for "arm" in the places > implied by your diff? > Or will it be a much bigger job th

Re: [Cegcc-devel] Sending/receiving SMS messages using cegc c?

2009-01-28 Thread Vincent R.
On Wed, 28 Jan 2009 08:33:13 -0800, Eric House wrote: >> Eric House wrote: > >> > It appears that an app needs to be signed to use SMS APIs. Does >> > anybody know if it's possible, or practical, to do that for an open >> > source app developed on Linux? Maybe Sourceforge could be persuaded >>

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-01 Thread Vincent R.
Look at the arm*-*-mingw32ce* target to > see the sequence of include files in tm_file . > > Danny > I already tried so many things that now I don't think I will solve it by myself... I will wait for you or for Pedro ;-) > On Sun, 2009-02-01 at 19:59 +0100, Vincent R.

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-03 Thread Vincent R.
Hi Vincent, On Tue, 3 Feb 2009 00:26:55 +0100 (CET), Vincent Torri wrote: > On Mon, 2 Feb 2009, Danny Backx wrote: > >> I'm inclined to put this work (based on the current gcc from their svn) >> in our repository. >> >> Upgrading to 4.4.0 once it's out shouldn't be hard. >> >> Does anyone have i

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-03 Thread Vincent R.
, "Vincent R." wrote: > Hi Vincent, > > On Tue, 3 Feb 2009 00:26:55 +0100 (CET), Vincent Torri > > wrote: >> On Mon, 2 Feb 2009, Danny Backx wrote: >> >>> I'm inclined to put this work (based on the current gcc from their svn) >>>

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-03 Thread Vincent R.
On Tue, 03 Feb 2009 20:28:50 +0100, Danny Backx wrote: > This one message has answers to questions/remarks from several mails. > > On Tue, 2009-02-03 at 14:42 +0100, Vincent R. wrote: >> I feel a bit alone so Pedro if could take some time to give your opinion >> it >>

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-04 Thread Vincent R.
-w64 instead of keeping a local copy here. That's why I am begging you to report cegcc patches into binutils/gcc so that you allow other people to contribute more efficiently to this platform. Regards Vincent R. patches-cegcc-4.4.tar.gz Description: GNU

Re: [Cegcc-devel] Ddraw link

2009-02-06 Thread Vincent R.
On Fri, 06 Feb 2009 17:48:06 +0100, Danny Backx wrote: > On Fri, 2009-02-06 at 13:49 +0100, Vincent R. wrote: >> I have attached some files related to ddraw.h. >> Hope it helps. > > Err, this looks like a source we should NOT be using for creating our > include files. I&

Re: [Cegcc-devel] Ddraw link

2009-02-06 Thread Vincent R.
On Fri, 6 Feb 2009 19:14:07 +, Pedro Alves wrote: > You've just emailed everyone on this list MSFT copyrighted files. > In addition they're going to be stuck in the mailing list archives. > > Please do not do that again. > > Thanks, These files of course are copyrighted but freely available

Re: [Cegcc-devel] [PATCH] Added more directx stuff to libce.

2009-02-06 Thread Vincent R.
On Fri, 06 Feb 2009 20:26:54 +0100, Ryan Raasch wrote: > Yes. that is one way. The "only" drawback would be swimming through all > of the ifdef's for WIN and WINCE_VER (can't remember offhand what they > were). > > I will continue adding interfaces for the directx platform. > > However, are th

Re: [Cegcc-devel] [PATCH] Added more directx stuff to libce.

2009-02-06 Thread Vincent R.
On Fri, 06 Feb 2009 21:20:59 +0100, Ryan Raasch wrote: > Vincent R. wrote: >> On Fri, 06 Feb 2009 20:26:54 +0100, Ryan Raasch >> wrote: >>> Yes. that is one way. The "only" drawback would be swimming through all >>> of the ifdef's for WIN

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-16 Thread Vincent R.
When I try your patch from cegcc svn I have the following message : make AS="arm-mingw32ce-as" CC="gcc" CFLAGS="-O2 -g " CXXFLAGS="@CXXFLAGS@ " CPPFLAGS=" " AR="arm-mingw32ce-ar" RANLIB="arm-mingw32ce-ranlib" LD="arm-mingw32ce-ld" DLLTOOL="arm-mingw32ce-dlltool" exec_prefix="/opt/mingw32ce-4.4.

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-16 Thread Vincent R.
* [all] Error 2 > dannypc: {24} > > > On Mon, 2009-02-16 at 18:21 +, Pedro Alves wrote: >> On Monday 16 February 2009 17:47:09, Vincent R. wrote: >> > When I try your patch from cegcc svn I have the following message : >> > >> > make AS=&quo

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-16 Thread Vincent R.
Pedro, I have also noticed that you have hardcoded exception mode in t-wince-pe : ... # This should go somewhere else. # We are using SjLj EH. EH_MODEL = sjlj Wouldn't be possible to do what I suggest in a previous email and use the same logic as mingw ? > config.gcc: > > ... > + if test

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent R.
On Tue, 17 Feb 2009 01:22:37 +, Pedro Alves wrote: > On Monday 16 February 2009 22:55:27, Vincent R. wrote: >> I have also noticed that you have hardcoded exception mode in t-wince-pe >> : >> >> ... >> # This should go somewhere else. >> # W

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent R.
On Tue, 17 Feb 2009 13:15:29 +0100 (CET), Vincent Torri wrote: > On Tue, 17 Feb 2009, Vincent R. wrote: > >> When testing cegcc-4.4 when compiling a lib from EFL >> libtool: link: arm-mingw32ce-gcc -O3 -pipe -Wl,--enable-auto-import >> -Wl,-s >> -o .li

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-17 Thread Vincent R.
On Tue, 17 Feb 2009 13:11:47 +0100, "Vincent R." wrote: > On Tue, 17 Feb 2009 01:22:37 +, Pedro Alves > wrote: >> On Monday 16 February 2009 22:55:27, Vincent R. wrote: >>> I have also noticed that you have hardcoded exception mode in t-wince-pe >>

Re: [Cegcc-devel] cegcc 4.4 failure :-(

2009-02-19 Thread Vincent R.
On Wed, 18 Feb 2009 15:12:27 +, Pedro Alves wrote: > On Tuesday 17 February 2009 12:11:47, Vincent R. wrote: > >> When testing cegcc-4.4 when compiling a lib from EFL >> libtool: link: arm-mingw32ce-gcc -O3 -pipe -Wl,--enable-auto-import >> -Wl,-s >> -o .li

Re: [Cegcc-devel] how to build cegcc

2009-02-20 Thread Vincent R.
On Thu, 19 Feb 2009 23:19:23 -0800, mike johnson wrote: > I feel pretty stupid right now that I cannot make heads or tails out of > the building instructions, so either I'm loosing it or they don't make > sense. > > Here are my steps: > > First I get the repo: > > svn co https://cegcc.svn.sou

Re: [Cegcc-devel] how to build cegcc

2009-02-21 Thread Vincent R.
On Fri, 20 Feb 2009 14:48:57 -0800, Eric House wrote: >> From: "Hywel B. Richards" >> [...] >> mike johnson wrote: >> > ... >> > Then I got another error about: >> > >> > make[3]: Entering directory `/opt/cegcc/newlib/etc' >> > /opt/t/src/newlib/missing makeinfo --split-size=500 >> > --split

Re: [Cegcc-devel] how to build cegcc

2009-02-21 Thread Vincent R.
On Sat, 21 Feb 2009 10:31:30 +0100, "Vincent R." wrote: > On Fri, 20 Feb 2009 14:48:57 -0800, Eric House wrote: >>> From: "Hywel B. Richards" >>> [...] >>> mike johnson wrote: >>> > ... >>> > Then I got another e

Re: [Cegcc-devel] how to build cegcc

2009-02-21 Thread Vincent R.
On Sat, 21 Feb 2009 11:40:10 +0100, "Vincent R." wrote: > On Sat, 21 Feb 2009 10:31:30 +0100, "Vincent R." > wrote: >> On Fri, 20 Feb 2009 14:48:57 -0800, Eric House > wrote: >>>> From: "Hywel B. Richards" >>>> [...] >

Re: [Cegcc-devel] how to build cegcc

2009-02-23 Thread Vincent R.
On Mon, 23 Feb 2009 09:18:26 -0800, Eric House wrote: > Vincent R. wrote: > >> Actually I fixed it in my local repository but never reported it to >> cegcc. >> Line 303 : >> Do the following modification >> >> # If the file does not exist, the user

[Cegcc-devel] cegcc 4.4

2009-03-10 Thread Vincent R.
Hi, When trying to compile the following code with cegcc-4.4 I get undefined reference to `__floatdidf' : find__floatdidf.c: #include LONGLONG _evil_time_freq; LONGLONG _evil_time_count; long _evil_time_second; double evil_time_get() { LARGE_INTEGER count; QueryPerformanceCounte

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

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] 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] 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] 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] 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] 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 --

[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] 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

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] 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] 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] 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

[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-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] 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] 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

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] 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] 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] 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] 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] 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] 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-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-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] 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

[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

[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

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

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] 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] 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] 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] 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

[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] 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] 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)

[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

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

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] 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] 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] 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] 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

[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] 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,

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] 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] 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] 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 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 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] 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] 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.
>> 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] 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.
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] 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] 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

[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] 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

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

[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] 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

  1   2   >