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