From: "Mattias Gaertner" <[EMAIL PROTECTED]>
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:



On Sat, 4 Mar 2006, Yury Sidorov wrote:

> 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.

'fpc -Twince' calls ppcrossarm.exe, right?

When will this fail?

No. fpc always calls native compiler (e.g. ppc386.exe in Win32).

Yury Sidorov.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to