[fpc-devel] win32 to arm-wince cross plateform
Marco van de Voort
marcov at stack.nl
Wed Aug 3 16:06:17 CEST 2005
> fpcmake -Tall
> make distclean
> make all install OPT=-vt CPU_TARGET=arm OS_TARGET=linux
> CROSSBINDIR=d:\fpc\binutils\win32-arm-elf BINUTILSPREFIX=arm-elf-
> INSTALL_PREFIX=d:\FPC\2.0.0 >d:\FPC\build-win32-arm-linux.log
> and then all seems to run ok.
>
> -but no ppccrossarm.exe was created in the bin\i386-win32
> instead, a new directory bin\arm-linux was created and i get a
> a ppcarm (linux executable file) it's seems that result is
> a real arm-linux fpc compiler and not a cross compiler :)
>
> *does someone have experimented that ? any suggestion ?
The crosscompiler is created, and used to create the ppcarm file. However it
is simply not installed. Probably it is still in builddir/fpc/compiler/ppccrossarm
> -in a second step i'm trying to do the same but targetting arm-wince
> instead but i get target not exist error message and try
> following changes to MakeFile.fpc
>
> line92 : SMARTTARGETS=win32 [....] wince
> line92 : SMARTTARGETS=win32 [....] wince
> line 452 & 455, just ' wince' added at the end of each line
> but fpcmake result always in 'no target'
> * any idea ?
There is no wince support to my knowledge
More information about the fpc-devel
mailing list