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 mingw packages and it worked allmost out of the box

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Marcel Smit
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 mingw packages and it worked allmost out of the box... >> >> Great ! >> >>> When compiling ACE, I ran into a compiler error regarding _wfdopen. >>> >>

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Vincent Torri
On Tue, 7 Apr 2009, Danny Backx wrote: > On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: >> I installed the mingw packages and it worked allmost out of the box... > > Great ! > >> When compiling ACE, I ran into a compiler error regarding _wfdopen. >> >> In MSDN (http://msdn.microsoft.com/e

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Danny Backx
On Tue, 2009-04-07 at 10:26 +0200, Marcel Smit wrote: > I installed the mingw packages and it worked allmost out of the box... Great ! > When compiling ACE, I ran into a compiler error regarding _wfdopen. > > In MSDN (http://msdn.microsoft.com/en-us/library/ms861280.aspx), the > second paramete

[Cegcc-devel] CE gcc on x86

2009-04-07 Thread Marcel Smit
Hi guys, last month some of you put some effort into building CE gcc for a x86 target. Did you succeed on this or is it still under investigation? Since a customer of us is keen on having such enviroment, I'm most interested in how you getting on with this. Thanks! Marcel. --

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

2009-04-07 Thread Marcel Smit
Vincent R. wrote: > 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 >> >> Usi

[Cegcc-devel] Linking problems

2009-04-07 Thread Marcel Smit
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 doesn't reveal these functions in any of the supplied CE gcc libraries. The

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: >> >> 1. Missing parameter/function: >> >> I noticed that STA

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

[Cegcc-devel] Issues during compile

2009-04-07 Thread Marcel Smit
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 CeGetThreadPriority and CeSetThreadPriority couldn't be found. 2. Declaration

Re: [Cegcc-devel] Compiler errors

2009-04-07 Thread Marcel Smit
Hi Danny, thanks for the quick response. I installed the mingw packages and it worked allmost out of the box... When compiling ACE, I ran into a compiler error regarding _wfdopen. In MSDN (http://msdn.microsoft.com/en-us/library/ms861280.aspx), the second parameter of the _wfdopen function is d