<p>Am 08.09.2013 00:57 schrieb "Michel Catudal" <<a href="mailto:mcatudal@comcast.net">mcatudal@comcast.net</a>>:<br>
><br>
><br>
> with two patches in my ebuild file I was able to compile the latest fpc snapshot on funtoo on the Odroid U2<br>
><br>
> In the compile section I pointed to the 2.6.2 fpc compiler<br>
><br>
> emake -j5 OPT='-dFPC_ARMHF' PP=/usr/bin/ppcarm_2.6.2 compiler_cycle<br>
><br>
> and in the install section I had to change the location where to find fpcmake, the original /utils/fpcm/fpcmake location was generating errors<br>
><br>
><br>
> set -- PP="${pp}" FPCMAKE="${S}/utils/fpcm/bin/arm-linux/fpcmake" \<br>
> INSTALL_PREFIX="${D}"usr \<br>
> INSTALL_DOCDIR="${D}"usr/share/doc/${PF} \<br>
> INSTALL_MANDIR="${D}"usr/share/man \<br>
> INSTALL_SOURCEDIR="${D}"usr/lib/fpc/${PV}/source</p>
<p>Great to hear that it indeed worked as it should. :)</p>
<p>Regards,<br>
Sven</p>