Re: [Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-01-29 Thread Danny Backx
> thank you > > Ziberg > > -- > This SF.net email is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > _

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

2009-01-31 Thread Danny Backx
ourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > -- Danny Backx ; danny.backx -

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

2009-02-01 Thread Danny Backx
mov r6, r2 ... -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.ne

Re: [Cegcc-devel] CLSID's UUID's usage

2009-02-01 Thread Danny Backx
link. > > > NOTE: > I dumped some library files from CE (strmiids.lib), and there are a few > more/less iids and clsids than supported in CE ( i presume based on the > platform ). > > Ryan > > > Danny Backx wrote: > > I've not needed this so I&#x

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

2009-02-01 Thread Danny Backx
. wrote: > On Sun, 01 Feb 2009 13:59:29 +0100, Danny Backx > wrote: > > On Fri, 2009-01-30 at 14:43 +0100, Vincent R. wrote: > >> I also tried to generate a cegcc-4.4.0 but unfortuantely it DOESN'T WORK > >> because it seems > >> there is an

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

2009-02-02 Thread Danny Backx
n't think I will solve it by > myself... > I will wait for you or for Pedro ;-) -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- This SF.net email is sponsored by: SourcForge Communit

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

2009-02-02 Thread Danny Backx
gt; On Mon, 02 Feb 2009 16:56:17 +0100, Danny Backx > wrote: > > I'm not making any promises, as I said I am a bit short on time right > > now. > > > > But what are the things we want ? > > - gcc 4.4.x -> is it stable enough yet ? > > - binutils 2.19 ? &g

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

2009-02-03 Thread Danny Backx
rk does. Too early to tell. On Mon, 2009-02-02 at 23:48 +0100, Vincent R. wrote: > On Mon, 02 Feb 2009 23:08:31 +0100, Danny Backx > wrote: > > I'm inclined to put this work (based on the current gcc from their svn) > > in our repository. > Maybe you should wait some time

Re: [Cegcc-devel] error: cannot find ltdl.h - when compile the cacao JVM

2009-02-04 Thread Danny Backx
hat combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > ___ > Cegcc-

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

2009-02-04 Thread Danny Backx
directly to mingw-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. -- Danny Backx ; danny.backx - at - scarlet.be ; http://dan

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

2009-02-05 Thread Danny Backx
On Wed, 2009-02-04 at 22:16 +, Pedro Alves wrote: > On Wednesday 04 February 2009 20:55:28, Danny Backx wrote: > > The next thing to fail is mingw. I'm not sure whether I want to invest > > in that given your remarks on mingw-w64. Is your experience that it can > > re

Re: [Cegcc-devel] Ddraw link

2009-02-06 Thread Danny Backx
nother file (LICENSE.RTF, which you didn't send along). What do they say ? If these files are from a Visual C++ or something similar then there's a good chance that we can't use them. Danny -- Danny Backx ; danny.backx - at - scarlet.be

Re: [Cegcc-devel] using PlaySound() with cegcc

2009-02-07 Thread Danny Backx
but I've not tested it yet. I'm attaching the source. A forked project has a similar source, I know they have that stuff working but I don't know with which compiler(s). Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info /* * LICENSE: * * C

Re: [Cegcc-devel] using PlaySound() with cegcc

2009-02-08 Thread Danny Backx
nd(L"/temp/test.wav", NULL, SND_SYNC); } It worked. ("doink".) The compile was with arm-mingw32ce-gcc -o play.exe play.c Danny On Sun, 2009-02-08 at 08:58 +0100, Danny Backx wrote: > On Sat, 2009-02-07 at 22:06 -0600, Brad Riensche wrote: > > I agree, but t

[Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Danny Backx
27; make: *** [all] Error 1 dannypc: {18} -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR,

Re: [Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Danny Backx
Looking good in the standard build, thanks. I'm running the build in a gcc-4.4 environment also, will keep you posted. Danny On Sun, 2009-02-08 at 16:53 +, Pedro Alves wrote: > I've checked in a fix to mingw/ Please try it out. > -- Danny Backx ; danny.backx -

[Cegcc-devel] Libtool port ?

2009-02-08 Thread Danny Backx
I've just done a couple of quick hacks to the libtool sources to get them to cross-compile under arm-mingw32ce . http://danny.backx.info/download/cegcc/libtool-mingw32ce-src.tar.gz and http://danny.backx.info/download/cegcc/libtool-mingw32ce-bin.tar.gz Is this useful ? Danny --

Re: [Cegcc-devel] mingwdll build fails for me

2009-02-08 Thread Danny Backx
Never mind, I still have other issues in my 4.4 build. Danny On Sun, 2009-02-08 at 19:41 +0100, Danny Backx wrote: > Looking good in the standard build, thanks. > I'm running the build in a gcc-4.4 environment also, will keep you > posted. > > Danny > >

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

2009-02-16 Thread Danny Backx
; ^^^ > > This is wrong compiler being used... > > > Don't understand where does it come from ... > > It was working fine before, so maybe a distro update or something like > > that. > > The problem seems to be

[Cegcc-devel] Simplistic applications do compile with gcc-4.4

2009-02-18 Thread Danny Backx
I just ran a couple of simple tests through the gcc-4.4 based toolchain, incomplete as it is. This is Hello World and fibonacci type of stuff. The exe's are all a bit larger than the "normal" ones. They do appear to run. Danny -- Danny Backx ; danny.backx - at - sc

Re: [Cegcc-devel] Simplistic applications do compile with gcc-4.4

2009-02-18 Thread Danny Backx
better result than I was expecting. Danny On Wed, 2009-02-18 at 18:04 +0100, Danny Backx wrote: > I just ran a couple of simple tests through the gcc-4.4 based toolchain, > incomplete as it is. > > This is Hello World and fibonacci type of stuff. > > The exe's

Re: [Cegcc-devel] built trunk but now apps don't run

2009-03-01 Thread Danny Backx
ave been issues with the COREDLL vs. coredll.dll difference, I don't recall whether and how they were solved. 2. My test was performed on Windows Mobile 6 (not 6.1). 6.1 is known to have issues which 6 doesn't have. -- Danny Backx ; danny.backx - at - scarlet.be ; http://

Re: [Cegcc-devel] gcc on x86 Windows CE

2009-03-01 Thread Danny Backx
h that file and src/gcc/gcc/configure.ac mentions i?86*-*-* or i[34567]86-*-* which suggests that you could be making life easier by naming your target i686-mingw32ce (or so) instead of x86-mingw32ce . Please ask q

Re: [Cegcc-devel] gcc on x86 Windows CE

2009-03-01 Thread Danny Backx
c/build-x86-mingw32ce/gcc-bootstrap/gcc' gmake: *** [all-gcc] Error 2 On Sun, 2009-03-01 at 15:01 +0100, Danny Backx wrote: > On Mon, 2009-02-23 at 10:35 -0600, Tory Bjorklund wrote: > > I am looking to use a different compiler. I have the latest x86 mingw > > compiler and a

Re: [Cegcc-devel] Did 4.3.2 get removed from svn?

2009-03-03 Thread Danny Backx
he incomplete work on 4.3.2 obsolete so it was removed. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco

Re: [Cegcc-devel] built trunk but now apps don't run

2009-03-04 Thread Danny Backx
l see if, now that I can build cegcc, I can > get it packaged for Debian. That would be very nice :-) Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Open Source Business Con

Re: [Cegcc-devel] gcc on x86 Windows CE

2009-03-16 Thread Danny Backx
t binutils compiled easily. Script attached. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info build-x86.sh Description: application/shellscript -- Apps built with the Adobe(R) Flex(R)

Re: [Cegcc-devel] Questions for packaging for Debian

2009-03-25 Thread Danny Backx
f several licences. Gcc has the same thing, cegcc is just as bad. One of the reasons for multiple licences is the same as with gcc : the library that gets linked in should not be GPL otherwise you get the "viral" behaviour that the press likes to talk about. Another reason is that e.g. ne

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

2009-03-28 Thread Danny Backx
Torri wrote: > Hey, > > gcc is finally branched. Is it the time to add cegcc support directly in > the main tree, now ? > > Vincent -- Danny Backx ; danny.backx - at - scarlet.be ;

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

2009-03-28 Thread Danny Backx
executables for Wince > platforms? (of course using the proper target values), right? > > If so, I also would say YES, please > > Pablo > > On Sat, Mar 28, 2009 at 11:01 AM, Danny Backx wrote: > > Let's see if I understand you correctly. > > > > The ri

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

2009-03-28 Thread Danny Backx
On Sat, 2009-03-28 at 17:57 +0100, Vincent Torri wrote: > On Sat, 28 Mar 2009, Danny Backx wrote: > > You'd also need : > > - binutils (but that's already in good shape) > > - include files (IMO no distribution is good enough) > > - libraries to approa

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

2009-03-29 Thread Danny Backx
nk they want to help people doing their > modifications on their side. That will change if we get patches in gcc to support arm-mingw32ce natively. Danny -- Danny Backx ; danny.backx - at - scarle

Re: [Cegcc-devel] Compiler errors

2009-04-06 Thread Danny Backx
000 T fdopen I __imp__fdopen_r T _fdopen_r dannypc: {443} arm-cegcc-nm libcegcc.dll.a | grep wputs dannypc: {444} but maybe COREDLL has what you need. In other words : have a look in libcegcc and in libcoredll, think about which environment (cegcc with the unix-like n

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Danny Backx
h:_CRTIMP FILE* __cdecl __MINGW_NOTHROW _wfdopen(int, const wchar_t *); tchar.h:#define _tfdopen_wfdopen wchar.h:_CRTIMP FILE* __cdecl __MINGW_NOTHROW _wfdopen(int, const wchar_t *); dannypc: {150} If the consensus on this list is that I should change all these cases to const wchar_t * then I

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Danny Backx
Updated in SVN. Danny On Tue, 2009-04-07 at 20:22 +0200, Marcel Smit wrote: > Vincent Torri wrote: > > > > > > On Tue, 7 Apr 2009, Danny Backx wrote: > > > >> On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: > >>> I installed the

[Cegcc-devel] cegcc on x86 progress

2009-04-11 Thread Danny Backx
's the next issue to solve in mingw :-) Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environme

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Danny Backx
ctory `/home/Marcel/cegcc/src/scripts/x86/binutils/ld' > make[3]: *** [all-recursive] Error 1 > > This error persists after rebuilding CE gcc. > > May be this is related to the underscore issue you mentioned... > > Please let me know if you need more information. >

Re: [Cegcc-devel] cegcc on x86 progress

2009-04-14 Thread Danny Backx
/src/mingw/winmain_ce.c:143: error: conflicting types > > for > > 'Win > > Main' > > /home/johnny/cegcc/src/mingw/../w32api/include/winbase.h:1177: error: > > previous d > > eclaration of 'WinMain' was here > > make: *** [winmain_ce.o] Error

Re: [Cegcc-devel] Problem with kfuncs.h

2009-04-15 Thread Danny Backx
ke: *** [all] Error 2 > > > > -- > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > htt

[Cegcc-devel] Reading CE error dumps ?

2009-04-15 Thread Danny Backx
Does anyone know how to decode the error dumps generated by a crashed application on CE ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- This SF.net email is sponsored by

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

2009-04-15 Thread Danny Backx
some stuff, I'll put it in SVN in tools/cedump , and examples in a subdirectory. One example is from roadmap, the other is from a trivial divide by zero application. Danny On Wed, 2009-04-15 at 11:54 +0200, Vincent R. wrote: > On Wed, 15 Apr 2009 11:31:15 +0200, Danny Backx >

Re: [Cegcc-devel] Hello world dialog.c works on x86 device!

2009-04-16 Thread Danny Backx
sing.html) with the x86 > compiler and have run it on our x86 device. The hello world dialog with > title H3LLO! was shown on the target! -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info --

Re: [Cegcc-devel] __image_base__ update

2009-04-16 Thread Danny Backx
gt; > With the following construct it doesn't link with ARM. Would it be possible > to have 2 pseudo-reloc.c files, one for ARM and one for x86, or have > ifdeffed code? > extern char _image_base__; > > Jo

Re: [Cegcc-devel] Patches for cegcc on osx-powerpc (again, now cleaner)

2009-04-16 Thread Danny Backx
Any CE application that tries to use GetMenu is invalid so it would be better not to allow it to compile. Right ? Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Stay on top of ever

Re: [Cegcc-devel] __image_base__ update

2009-04-16 Thread Danny Backx
INITIAL_SYMBOL_CHAR ## _imp_ ## S That would require "a bit" of work to hook the binutils build system into src/mingw. I don't think that this would be a very good idea, this is too low level stuff. I've just committed a patch to SVN, can you review ? Dan

Re: [Cegcc-devel] __image_base__ update

2009-04-16 Thread Danny Backx
just committed a patch to SVN, can you review ? > > Looks ok. I will do a svn update tomorrow morning and do a complete fresh > build. > > Johnny > -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info

Re: [Cegcc-devel] __image_base__ update

2009-04-16 Thread Danny Backx
xrwxr-x 1 danny danny 1404084 2009-04-16 22:34 gdbserver.exe Let's hope ... Danny On Thu, 2009-04-16 at 22:23 +0200, Danny Backx wrote: > Everything except src/profile compiles on my system. > > The profile stuff has at least two issues. The easy one is a small > conf

Re: [Cegcc-devel] __image_base__ update

2009-04-17 Thread Danny Backx
sen wrote: > > > Hi, > > > > > > > That would require "a bit" of work to hook the binutils build > > system > > > > into src/mingw. I don't think that this would be a very good

Re: [Cegcc-devel] Patches for cegcc on osx-powerpc (again, now cleaner)

2009-04-17 Thread Danny Backx
I've asked about the STACKSIZE issue on the binutils mailing list. Danny On Sat, 2009-04-18 at 01:32 +0200, Ismail Khatib wrote: > Am 16.04.2009 um 19:52 schrieb Danny Backx: > > I have questions about your submissions. With some answers, I can > > commit

Re: [Cegcc-devel] __image_base__ update

2009-04-18 Thread Danny Backx
o/download/cegcc/x86mingw32ce-gdb- > > linux.tar.gz > > > > > > > > gdbserver isn't in that yet, I still have an issue with it. > > > > > > > > Danny > > > > > > > > On Thu, 2009-04-16 at 20:16 +0200, Johnny

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-04-20 Thread Danny Backx
occasions, %f outputs kilobyte-long > numeric garbage instead of the right value. > > I compiled my tool chain on my Linux x86_64 system, from the latest > revision of the SVN (which says mingw32 3.15.2); normal windows builds > using mingw32 are reported to work fine, which leads m

Re: [Cegcc-devel] Error when cross compiling ffmpeg for WinCE

2009-04-20 Thread Danny Backx
(SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______ > Cegcc-devel mailing list > Cegcc-devel@

[Cegcc-devel] [Fwd: Re: [Fwd: Patches for cegcc on osx-powerpc (again, now cleaner)]]

2009-04-20 Thread Danny Backx
Ismail, This may be a good idea, can you check whether it works ? Danny Forwarded Message > From: Hans-Peter Nilsson > To: Danny Backx > Cc: binutils > Subject: Re: [Fwd: [Cegcc-devel] Patches for cegcc on osx-powerpc > (again, now cleaner)] > Date

Re: [Cegcc-devel] image_base error

2009-04-21 Thread Danny Backx
_ Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ---

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-04-21 Thread Danny Backx
is test program) break. > > We tried patching the format string on the fly, but that's too much of a mess, > or reimplementing compliant *printf functions, but mingw does just that for > us. > There is just thi

[Cegcc-devel] WinCE 6 version of libcoredll.a

2009-04-26 Thread Danny Backx
lower revisions of WinCE. The advantage to using this library is that you don't need to use stuff like LoadLibrary to fetch functions that you want to use. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.

Re: [Cegcc-devel] [Fwd: Re: [Fwd: Patches for cegcc on osx-powerpc (again, now cleaner)]]

2009-04-26 Thread Danny Backx
E target will do. > E.g., --target=i686-pc-cygwin, or --target=i686-pc-mingw32 should do > as well. I asked advice on the binutils list, and got it. It is now tested by Ismail. I'll try to look into this tomorrow. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://d

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

2009-04-26 Thread Danny Backx
There's probably a lot of other useful information out there, but I won't pursue that now : I got where I wanted. Should this type of stuff be integrated with gdb ? (I can imagine that gdb would treat this as a coredump file.) Danny On Wed, 2009-04-15 at 13:26 +0200, Danny B

Re: [Cegcc-devel] [Fwd: Re: [Fwd: Patches for cegcc on osx-powerpc (again, now cleaner)]]

2009-04-27 Thread Danny Backx
L > -%token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANTU CONSTANTL > -%token PRIVATEU PRIVATEL > -%token READ WRITE EXECUTE SHARED NONAMEU NONAMEL DIRECTIVE > -%token ID > -%token NUMBER > -%type opt_base opt_ordinal > -%type

[Cegcc-devel] [Fwd: Re: Question: bison 2.4.1 breaks binutils/ld/deffilep.y, with fix]

2009-04-28 Thread Danny Backx
Ismail, This is fixed upstream, I'll make a similar change to the cegcc sources. With this out of the way, is the other part of the changes (moving those lines in the .y file) still necessary ? Danny Forwarded Message > From: Alan Modra > To: Danny Backx

Re: [Cegcc-devel] doc are not built (svn)

2009-05-02 Thread Danny Backx
and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______ > Cegcc-devel mailing list > Cegcc-devel@l

Re: [Cegcc-devel] libstdc++.dll.a not built (svn)

2009-05-05 Thread Danny Backx
e attachment) : it installs the missing libstdc ++.dll.a file (and two others). Another fix might be not to install the second .la file. I think the approach in this fix is better (using DLLs is preferable). Please confirm that this works, then I'll commit. Danny -- Danny B

[Cegcc-devel] CeGCC 0.55

2009-05-07 Thread Danny Backx
rm, they'll probably work on other systems too. To do : gdb (this is not in those packages). Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- The NEW KODAK i700 Ser

Re: [Cegcc-devel] CeGCC 0.55

2009-05-07 Thread Danny Backx
?group_id=173455&sel_platform=12469 SF project page : http://sourceforge.net/projects/cegcc CeGCC website : http://cegcc.sourceforge.net Debugging : http://cegcc.sourceforge.net/docs/debugging.html On Thu, 2009-05-07 at 17:47 +0200, Danny Backx wrote: > I've just upgraded the rel

Re: [Cegcc-devel] CeGCC 0.55

2009-05-07 Thread Danny Backx
Not much, I was thinking about removing that to avoid confusion. Danny On Fri, 2009-05-08 at 08:43 +0200, Vincent Torri wrote: > > On Fri, 8 May 2009, Danny Backx wrote: > > > GDB is there also now. > > > > Note that this is gdb-6.8, meaning it can

Re: [Cegcc-devel] CeGCC 0.55

2009-05-08 Thread Danny Backx
Do 32-bit executables not run on 64-bit systems ? Danny On Fri, 2009-05-08 at 08:58 +0200, Vincent Torri wrote: > > On Fri, 8 May 2009, Danny Backx wrote: > > > Not much, I was thinking about removing that to avoid confusion. > > I agree. But then, you should a

Re: [Cegcc-devel] CeGCC 0.55

2009-05-08 Thread Danny Backx
On Fri, 2009-05-08 at 09:05 +0200, Vincent Torri wrote: > On Fri, 8 May 2009, Danny Backx wrote: > > Do 32-bit executables not run on 64-bit systems ? > > the first time i tried cegcc on my ubuntu 64 bits, it didn't work (i've > already mentioned that on the ML). Sinc

Re: [Cegcc-devel] GetCurrentThreadID not working

2009-05-13 Thread Danny Backx
same! > > After some investigation it seems that the thread ids are the same as > the current Process ID (GetCurrentProcessId). Maybe src/w32api/include/kfuncs.h is ARM specific. Danny -- Danny Backx ; danny.backx - at - scarl

Re: [Cegcc-devel] GetCurrentThreadID not working

2009-05-13 Thread Danny Backx
Fixed. The PUserKData value needed to be different for x86. This is mentioned on quite a few websites (search for PUserKData). Thanks Marcel for figuring this out. Danny On Wed, 2009-05-13 at 11:27 +0200, Danny Backx wrote: > On Wed, 2009-05-13 at 11:08 +0200, Marcel Smit wr

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-05-13 Thread Danny Backx
0112a8 in my_printf (__format=0x44 ) at stack.c:41 #5 0x000110ac in main (argc=1, argv=0x140090) at stack.c:51 (gdb) On Tue, 2009-04-21 at 21:31 +0200, Danny Backx wrote: > I don't think it's a printf issue. > > The statement > fprintf(f, "foo %d %f %d\n"

Re: [Cegcc-devel] %f problem with C99 conformant printf

2009-05-13 Thread Danny Backx
t_cvt( int mode, __pformat_fpreg_t x, int nd, int *dp, int *sign ) Changing the #ifdef so the "other" implementation is picked makes the example program work. This looks like an upstream mingw bug to me. Danny On Wed, 2009-05-13 at 21:04 +0200, Danny Backx wrote: > Help ! :-)

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

2009-05-14 Thread Danny Backx
tUnhandledExceptionFilter from your other mail. This needs to be ported to x86 though (it does a bit of assembler which is obviously different). This code didn't interfere with anything for ARM, whether that's true for x86 is unknown to me. Danny -- Danny Backx ; danny.back

Re: [Cegcc-devel] Running CeGCC on MSYS

2009-05-14 Thread Danny Backx
t;. Any idea about this bug? > > I would really like to have CeGCC running under MSYS: I use mostly > Windows for development, and MSYS is much faster than Cygwin. > > Good night! > > -- > Geoffroy Couprie -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.in

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-15 Thread Danny Backx
for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > -- Danny Backx ; danny.backx - at - scarlet.be ; http:/

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-15 Thread Danny Backx
172.17.1.10 throw terminate called after throwing an instance of 'Except' warning: SuspendThread failed in thread_rec, (error 87): The parameter is incorrect. Child exited with status 0 GDBserver exiting pavilion: {11} On Fri, 2009-05-15 at 10:56 +0200, Danny Backx wrote: > I've a

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-15 Thread Danny Backx
es it print the next line? > terminate called after throwing an instance of 'Except' Yes, see my other message. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Cry

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-15 Thread Danny Backx
t/howto.html Its source is in src/gcc/libstdc++-v3/libsupc++/vterminate.cc Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Crystal Reports - New Free Runtime and 30 Day Trial C

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-15 Thread Danny Backx
31} rsh ipaq /temp/excepttest throw terminate called after throwing an instance of 'Except' pavilion: {932} ls -l excepttest.exe -rwxrwxr-x 1 danny danny 56044 2009-05-15 16:48 excepttest.exe -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -

Re: [Cegcc-devel] Regression due to changes in kfuncs.h

2009-05-15 Thread Danny Backx
ANDLE x) > { > - return EventModify(x, EVENT_PULSE); > + return EventModify(x, EVENT_SET); > } > > /* TLS Constants and Constructs */ > > > Regards, -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ---

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-15 Thread Danny Backx
structures > > referencing > > symbols from auto-imported DLLs. > > pavilion: {930} rcp excepttest.exe ipaq:/temp > > pavilion: {931} rsh ipaq /temp/excepttest > > throw > > terminate called after throwing an instance of 'Except' >

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-16 Thread Danny Backx
; -- > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and w

Re: [Cegcc-devel] Problem with C++ exceptions?

2009-05-16 Thread Danny Backx
hing between 4.4 and 4.5) if there are good reasons for it c) the gcc-trunk snapshot that I have sitting on my disk right now (svn revision 145210, 2009-03-28). I think this is a choice we make now, and which we live with for a year or so. Pedro and the two Vincents had interest in th

Re: [Cegcc-devel] using -static

2009-05-17 Thread Danny Backx
ARGET)-ar libxx.a *.o $(TARGET)-ranlib libxx.a You can load DLLs dynamically at runtime (this was in one of your tests), not so with static libraries. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info --

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

2009-05-17 Thread Danny Backx
cation picks up armv4. > > How do I get standard libraries from cegcc with the armv3m architecture? > > (Or alternatively what do I change so the resultant binaries run on an arm4t > processor happily)? -- Danny Backx ; danny.

Re: [Cegcc-devel] Problem using ExitProcess

2009-05-18 Thread Danny Backx
alty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists

Re: [Cegcc-devel] Incorrect definition of CRITICAL_SECTION?

2009-05-18 Thread Danny Backx
t/sfu/businessobjects > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -

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

2009-05-18 Thread Danny Backx
> Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel > -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info ---

Re: [Cegcc-devel] Incorrect definition of CRITICAL_SECTION?

2009-05-18 Thread Danny Backx
oyalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.

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

2009-05-18 Thread Danny Backx
lified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > ___ > Cegcc-deve

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

2009-05-18 Thread Danny Backx
* ld-pe/aligncomm-1.c: New test source file. > * ld-pe/aligncomm-2.c: Likewise. > * ld-pe/aligncomm-3.c: Likewise. > * ld-pe/aligncomm-4.c: Likewise. > * ld-pe/aligncomm.d: New test pattern file. > > * ld-pe/direct.exp: Deleted, and content moved int

[Cegcc-devel] Importing gcc 4.4.0

2009-05-19 Thread Danny Backx
For your information, I'm importing into src/gcc-4.4.0 now : - gcc-core-4.4.0 (already done) - gcc-g++-4.4.0 (in progress) This will replace the gcc-4.1.0 in src/gcc soon. Danny -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx

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

2009-05-19 Thread Danny Backx
maybe it'll work from now. Danny On Mon, 2009-05-18 at 19:47 +0100, Dave Korn wrote: > Danny Backx wrote: > > What does this do ? > > It's part of addressing GCC PR37216[*], which is caused by it not being > possible in the PE format to specify an alignment for varia

Re: [Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Danny Backx
icensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > ___ Cegcc-devel mailing list > Cegcc-devel@lists.sourcefor

Re: [Cegcc-devel] Known problems with readdir?

2009-05-19 Thread Danny Backx
ues with readdir? -- Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimi

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

2009-05-19 Thread Danny Backx
1c3418 39 BeginPaint > 1c3428 42 BitBlt > ... > with _stricimp being the solitary function obtained from "coredll.dll" > with the rest from "COREDLL" > > This seems a bit strange to have two DLLs differing only in case and > extension

Re: [Cegcc-devel] TBSTYLE_DROPDOWN | TBSTYLE_AUTOSIZE in resource files

2009-05-19 Thread Danny Backx
xternally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > ___ > Cegcc-devel mailing list > Cegcc-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Re: [Cegcc-devel] Importing gcc 4.4.0

2009-05-19 Thread Danny Backx
As far as I know : not yet. Danny On Tue, 2009-05-19 at 11:03 +0200, Vincent Torri wrote: > > On Tue, 19 May 2009, Danny Backx wrote: > > > For your information, I'm importing into src/gcc-4.4.0 now : > > - gcc-core-4.4.0 (already done) > > - gcc-g++-

Re: [Cegcc-devel] Known problems with readdir?

2009-05-20 Thread Danny Backx
> > > We see a problem with readdir, we only get 1 file back instead of the > > full > > > directory when iterating. Are there known issues with readdir? > > > > -- > > Danny Backx ; da

Re: [Cegcc-devel] Known problems with readdir?

2009-05-20 Thread Danny Backx
return 0 instead of h. Danny On Wed, 2009-05-20 at 10:57 +0200, Johnny Willemsen wrote: > Hi, > > > Fixed. > > Thanks. > > If we do a svn up of cegcc, do we then get gcc 4.3.2 again default or gcc > 4.4? We would prefer to stay on 4.3.2 until we know for su

Re: [Cegcc-devel] getcwd() definition in the headers

2009-05-20 Thread Danny Backx
> > Hello, > > > > The getcwd() function is defined in io.h, whereas it doesn't exist on > > WinCE. Attempts to redefine it (for portability reasons) fail. > > use GetModuleFileName() with GetModuleHandle(NULL) in your program to get > the directory of y

<    1   2   3   4   5   6   7   8   >