[fpc-devel] WinCE port
    Yury Sidorov 
    jura at ce.blagovest.com
       
    Fri Jul  1 22:40:28 CEST 2005
    
    
  
Hi,
I reached significant waypoint in WinCE port.
I have Hello world application running on WinCE. :)
Here are some notes:
Official binutils seems to be buggy for WinCE target. I used binutils from 
Pocket GCC port and they work fine.
procedure fpc_cpuinit for ARM performs illegal instruction (rfs r0) on 
WinCE.
A question why this init is needed and is it needed at WinCE?
    rfs r0
    and r0,r0,#0xffe0ffff
    orr r0,r0,#0x00020000
    wfs r0
Currently I excluded this code for WinCE using ifdefs.
Yury Sidorov. 
    
    
More information about the fpc-devel
mailing list