<p>Am 28.08.2014 17:35 schrieb "FreeMan" <<a href="mailto:freeman35@delphiturkiye.com">freeman35@delphiturkiye.com</a>>:<br>
><br>
> On 28-08-2014 15:54, Sven Barth wrote:<br>
>><br>
>> No, that are not those I ment. So better stay with the self compiled binaries :)<br>
><br>
><br>
> Thank you Sven, I can compiled now,<br>
> command line is:<br>
> make clean all install INSTALL_PREFIX=/opt/freepascal/2.7.1 OS_TARGET=wince CPU_TARGET=arm BINUTILSPREFIX=arm-cegcc-<br>
> sudo make crossinstall OS_TARGET=wince CPU_TARGET=arm BINUTILSPREFIX=arm-cegcc-</p>
<p>You need to specify INSTALL_PREFIX for the crossinstall as well. The make file will not guess where you might want it to install its files ;)</p>
<p>Note: Because you didn't specify it you'll most likely need to clean up the files which were now copied to /share/fpc, etc. as the default prefix is "/" (compare with the folders in /opt/freepascal/2.7.1 to find out what you should remove)</p>
<p>Regards,<br>
Sven</p>