On Sat, 4 Mar 2006, Yury Sidorov wrote:

> From: "Michael Van Canneyt" <[EMAIL PROTECTED]>
> > From: "Mattias Gaertner" <[EMAIL PROTECTED]>
> > 
> > > > Now onto the problem. How can we add support for Windows CE on
> > > > the
> > > > IDE?
> > > > 
> > > > It behaves differently then other widgetsets on some aspects:
> > > > 
> > > > - The compiler it uses has a diferent name, it´s called
> > > > ppcrossarm.exe
> > > > and must be from 2.1.x branch. Do we need a extra field to put
> > > > the
> > > > path
> > > > to the cross compiler?
> > > 
> > > Can we use 'fpc' with some option?
> > 
> > No, ppcrossarm.exe should be called.
> 
> > Normally, the 'fpc' binary can choose the correct compiler name based on
> > target OS and CPU setting. That is what it is for in the first place.
> 
> I do not see in fpc source that it can run crosscompiler. It only run native
> compiler.

Then it must be corrected; 
The function of 'fpc' is to call the correct compiler based on the CPU/OS 
target settings.

Michael.

Reply via email to