Thread overview
PocketPC codegeneration
Apr 06, 2005
Andrew Fedoniouk
Apr 06, 2005
brad
Apr 06, 2005
Andrew Fedoniouk
Apr 06, 2005
brad
Apr 06, 2005
brad
April 06, 2005
Does anyboudy know is it feasible in foreseeable feature?

Andrew.


April 06, 2005
Well, I have a GDC built for ARM linux.  If it is somehow possible to get the GCC toolchain to create binaries (from C/C++ code) that PocketPC will run, then I would say it is possible to use GDC to generate PocketPC binaries.

Brad
April 06, 2005
> Well, I have a GDC built for ARM linux.  If it is somehow possible to get the GCC toolchain to create binaries (from C/C++ code) that PocketPC will run, then I would say it is possible to use GDC to generate PocketPC binaries.
>

Thanks, Brad!

Nice but I can hear sort of uncertainty in your answer... :) Means you never tried it. Right?

Did anybody try it on PocketPC?

Andrew.



April 06, 2005
Andrew Fedoniouk wrote:
>>Well, I have a GDC built for ARM linux.  If it is somehow possible to get the GCC toolchain to create binaries (from C/C++ code) that PocketPC will run, then I would say it is possible to use GDC to generate PocketPC binaries.
>>
> 
> 
> Thanks, Brad!
> 
> Nice but I can hear sort of uncertainty in your answer... :)
> Means you never tried it. Right?
> 
> Did anybody try it on PocketPC?
> 
> Andrew.
> 
> 
> 
You're right, I've never tried it :)
Though I am soon moving to a more WinCE centric environment, so maybe I will have to play with generating PPC binaries.
April 06, 2005
brad@domain.invalid wrote:
> Andrew Fedoniouk wrote:
> 
>>> Well, I have a GDC built for ARM linux.  If it is somehow possible to get the GCC toolchain to create binaries (from C/C++ code) that PocketPC will run, then I would say it is possible to use GDC to generate PocketPC binaries.
>>>
>>
>>
>> Thanks, Brad!
>>
>> Nice but I can hear sort of uncertainty in your answer... :)
>> Means you never tried it. Right?
>>
>> Did anybody try it on PocketPC?
>>
>> Andrew.
>>
>>
>>
> You're right, I've never tried it :)
> Though I am soon moving to a more WinCE centric environment, so maybe I will have to play with generating PPC binaries.

A quick google shows that is may not be impossible though
http://www.windowsfordevices.com/articles/AT3563056498.html
http://mamaich.kasone.com/fr_pocket.htm

Brad