On 03/08/07, Tony Maro <[EMAIL PROTECTED]> wrote:
>  I'm unclear of how to get the LCL built for ARM... if I try this to build
> any GUI app, it won't link, complaining about an incompatible crtbegin.o
>
>  Well I got past that with a few #ifdef in the fpc.cfg.

you shouldn't have to do this.  i dunno about how to do it in the ide,
but i get mine to compile by:

make lcl LCL_PLATFORM=gtk2 CPU_TARGET=arm OS_TARGET=linux
BINUTILSPREFIX=arm-linux- CROSSBINDIR=/opt/slugosle/bin
FPC=/usr/lib/fpc/2.3.1/ppcrossarm OPT="-CfSOFT"

you don't need all these options, but it gives you an idea what's possible.

cheers
henry

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

Reply via email to