Re: [Cegcc-devel] using thirdparty libs (fwd)

2007-10-12 Thread Vitus Jensen
On Mon, 08 Oct 2007 21:00:15 +0100, "Pedro Alves" said: > Vitus Jensen wrote: > > On Sat, 06 Oct 2007 16:46:09 +0200, "Danny Backx" said: > >> On Fri, 2007-10-05 at 22:26 +0200, Vitus Jensen wrote: > >>> > >>> I'm trying to po

Re: [Cegcc-devel] using thirdparty libs (fwd)

2007-10-08 Thread Vitus Jensen
On Sat, 06 Oct 2007 16:46:09 +0200, "Danny Backx" said: On Fri, 2007-10-05 at 22:26 +0200, Vitus Jensen wrote: I'm trying to port a small testprogramm from embedded Visual C 4 to mingw32ce (cegcc-mingw32ce-0.50-1.i586.rpm). It's text mode, 2 threads, some printf, some file

Re: [Cegcc-devel] using thirdparty libs

2007-10-06 Thread Vitus Jensen
Hello Danny! On Sat, 6 Oct 2007, Danny Backx wrote: > On Fri, 2007-10-05 at 22:26 +0200, Vitus Jensen wrote: >> >> I'm trying to port a small testprogramm from embedded Visual C 4 to >> mingw32ce (cegcc-mingw32ce-0.50-1.i586.rpm). It's text mode, 2 threads, >

[Cegcc-devel] using thirdparty libs

2007-10-06 Thread Vitus Jensen
produced assembler code in the eVC debugger and it seems parameters are transfered via r0, r1 and r2. Isn't this the same as in mingw32ce? In my opinion all this indicates that the program should work. It doesn't :-( Any ideas from you? I'm at my wit's end. Vit