From: "Vincent Snijders" <[EMAIL PROTECTED]>
Vincent Snijders wrote:

I think lazarus support is fine.

I will test later tonight (no time now).


Setting up the build environment takes longer than expected. I think most things can be done by carefully setting up the environment (fpc.cfg and directory layout). Maybe some things in the IDE can be made more comfortable, but using fpc (and not ppcXXX) as compiler and passing the -P compiler option, every thing should work.

Summary to make Lazarus cross compiler friendly:

1. fpc calls ppcarm instead of ppcrossarm when -Parm is passed. It should be fixed. Or Lazarus can directly call needed ppcrossXXX.
2. Lazarus should pass -P parameter to fpc depending of target CPU setting.
3. Lazarus should pass -XP parameter to compiler depending of target CPU and target OS settings (-XP<targetCPU>-<targetOS>-). 4. Lazarus should have an ability to specify debugger settings for each target CPU/OS.

Yury Sidorov.

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

Reply via email to