Re: [fpc-pascal] Compile for WinCE 7, target ARM, CPU Cortex-A9

2019-04-04 Thread Christo Crause
On Thu, Apr 4, 2019 at 1:13 PM LacaK wrote: > Answering my own question: > > When I build cross compiler using FpcUpDeluxe, where I set "Cross Build > Options Override" to "-Cparmv7A" (The Cortex -A9 cores implement the > ARMv7-A architecture) then I can sucessfully compile my application for > W

Re: [fpc-pascal] Compile for WinCE 7, target ARM, CPU Cortex-A9

2019-04-04 Thread LacaK
Hi, Is there needed something special to setup when I want compile for my Symbol MC9200 device, which has Windows Embedded Compact 7 and Dual core 1GHz OMAP 4 processor (ARM Cortex-A9). When I set up simplest project with only few lines of code and compile for OS="WinCE", CPU family="arm"