Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Ximsce
The exception handling doesn't seem to be working, I'm compiling from subversion at the moment (takes 2 hours on my sadly out-dated computer). What version would you say is in the repository? Gdb fails saying it can't find .synce/active_connection which I'm guessing is because I'm connected t

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Ximsce
I don't get any int return warnings, the only output from compilation is: Info: resolving _CRT_MT by linking to __imp__CRT_MT (auto-import) which has something to do with multi-threading, I believe. Below is almost the exact code that worked yesterday morning (I unfortunately don't have an exa

Re: [Cegcc-devel] Another newbie trying to build and use ffmpeg

2007-06-18 Thread Danny Backx
Alexander, I don't fully understand your problems. Mixing MS VisualStudio and stuff compiled with another toolset can be trouble. I have the feeling that all the things you describe have a mixture of our tools and MS's. Can you avoid such mixture, and see if you still have problems ? Da

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Danny Backx
On Mon, 2007-06-18 at 08:18 -0600, Ximsce wrote: > Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to > cross-compile on a linux box and then transfer the app to an iPaq > running Windows Mobile 5. I'll look into the initialization routines > and see if I can change somethi

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Danny Backx
On Sun, 2007-06-17 at 22:14 -0600, Ximsce wrote: > Sorry to keep spamming the list with these newbie questions, but I'm in > a bit of a bind and my deadline approaches. > > I had a program that was working fine, and suddenly a bunch of included > methods have stopped working (causing immediate e

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Pedro Alves
Ximsce wrote: > Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to > cross-compile on a linux box and then transfer the app to an iPaq > running Windows Mobile 5. I'll look into the initialization routines > and see if I can change something there, but honestly I've reverted t

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Ximsce
Possibly, I'm not using MSVC, just the arm-wince-cegcc-gcc by itself to cross-compile on a linux box and then transfer the app to an iPaq running Windows Mobile 5. I'll look into the initialization routines and see if I can change something there, but honestly I've reverted the app back to a f

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Pedro Alves
Pedro Alves wrote: > Ximsce wrote: > > Sorry to keep spamming the list with these newbie questions, but I'm in > > a bit of a bind and my deadline approaches. > > > > Sorry noone has replied earlier. I was hoping someone with experience on > MSVC + cegcc would step in. Didn't you say you had your

Re: [Cegcc-devel] force stdio from newlib/cegcc.dll

2007-06-18 Thread Pedro Alves
On 6/18/07, Ximsce wrote: > Hi, > > Sorry to keep spamming the list with these newbie questions, but I'm in > a bit of a bind and my deadline approaches. > Sorry noone has replied earlier. I was hoping someone with experience on MSVC + cegcc would step in. Didn't you say you had your app built w