<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
you're right, ppccrossarm.exe is not installed, but it's there <span
 class="moz-smiley-s11"><span> 8-) </span></span><br>
<br>
concering arm wince support:<br>
i just saw in the 2.1.X snapshoot  fpcmake sources <br>
that wince have been added !<br>
<br>
i like this kind of unsupported functions <span class="moz-smiley-s14"><span>
O:-) </span></span><br>
<br>
if someone interested, attached cross win32/arm-wince binutils<br>
<br>
regard<br>
<br>
<br>
Marco van de Voort a écrit :
<blockquote cite="mid20050803140617.8B9B91CCB8@turtle.stack.nl"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">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 ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
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
 
  </pre>
  <blockquote type="cite">
    <pre wrap="">-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'
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">* any idea ?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is no wince support to my knowledge

_______________________________________________
fpc-devel maillist  -  <a class="moz-txt-link-abbreviated" href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freepascal.org/mailman/listinfo/fpc-devel">http://lists.freepascal.org/mailman/listinfo/fpc-devel</a>


  </pre>
</blockquote>
<br>
</body>
</html>