> From: SiliconBear [mailto:c...@ecafe.idv.tw]
>
> Dear Experts,
>
> I'm trying to port a simple UDP application, which ran on Linux and
> Symbian,
> to Windows Mobile 6.5. I was going to do a fresh MSVC project, but then
> ran
> into cegcc, and gave it a try. I have to say, cegcc saves me a lot
> On Sun, 2010-03-14 at 04:25 -0400, Pavel Pavlov wrote:
> > Sorry, I should have give more info. Off course default vanilla armv4
> will work,
> > but I need to enable armv7 + neon compilation. Currently, It won't
> compile the
> > code: error, unsupported ins for this arch.
>
> arm-mingw32ce-gcc
Dear Experts,
I'm trying to port a simple UDP application, which ran on Linux and Symbian,
to Windows Mobile 6.5. I was going to do a fresh MSVC project, but then ran
into cegcc, and gave it a try. I have to say, cegcc saves me a lot of efforts.
However, I ran into an issue with missing UDP packet
On Sun, 2010-03-14 at 04:25 -0400, Pavel Pavlov wrote:
> Sorry, I should have give more info. Off course default vanilla armv4 will
> work,
> but I need to enable armv7 + neon compilation. Currently, It won't compile the
> code: error, unsupported ins for this arch.
arm-mingw32ce-gcc --target-hel
> On Sun, 2010-03-14 at 03:22 -0400, Pavel Pavlov wrote:
> > > shouldn't the version of _WIN32_WCE be tested ?
> >
> >
> > Well, wince sdk from ms doesn't have any tests, msdn says that the
> api is available from ce.net 4.1 so probably that should be tested
> then.
>
> Just applied a fix.
>
> >
On Sun, 2010-03-14 at 03:22 -0400, Pavel Pavlov wrote:
> > shouldn't the version of _WIN32_WCE be tested ?
>
>
> Well, wince sdk from ms doesn't have any tests, msdn says that the api is
> available from ce.net 4.1 so probably that should be tested then.
Just applied a fix.
> Guys, just a side