[fpc-pascal] Cross-compiler installation
Sven Barth
pascaldragon at googlemail.com
Fri Feb 22 18:05:42 CET 2013
On 22.02.2013 15:36, silvioprog wrote:
> 2013/2/22 Sven Barth <pascaldragon at googlemail.com
> <mailto:pascaldragon at googlemail.com>>
>
> On 22.02.2013 15:09, silvioprog wrote:
>
> 2013/2/22 Henry Vermaak <henry.vermaak at gmail.com
> <mailto:henry.vermaak at gmail.com>
> <mailto:henry.vermaak at gmail.__com <mailto:henry.vermaak at gmail.com>>>
>
>
> On Fri, Feb 22, 2013 at 10:52:09AM -0300, silvioprog wrote:
> > Hello,
> >
> > What is "cross-compiler installation" mentioned in this
> article?:
> >
> > http://wiki.freepascal.org/__Android
> <http://wiki.freepascal.org/Android> (please see:
> http://imagebin.org/247728)
> >
> > And where do I download it?
>
> The heading of that section is "Building cross compiler",
> so that path
> is where the cross compiler will be installed _after_
> you've built it.
>
> Henry
>
>
> OK, but...
>
> I added the following paths on "PATH" env. variable:
>
> C:\lazarus\fpc\2.7.1\bin\i386-__win32
> C:\Program Files (x86)\Android
> SDK\android-ndk-r8d\__toolchains\arm-linux-__androideabi-4.7\prebuilt\__windows\bin
>
> And after:
>
> C:\Users\silvioprog>make crossall crossinstall OS_TARGET=android
> CPU_TARGET=arm
> INSTALL_PREFIX=C:\Develop\FPC\__pp
> make: *** No rule to make target `crossall'. Stop.
>
> How to solve it please? :(
>
>
> You need to be inside the directory where your 2.7.1 source is
> located (the directory that contains the compiler, rtl, packages,
> etc. directory).
>
> Regards,
> Sven
>
>
> Yeah! :) But, errors again:
>
> http://pastebin.com/NzaFzQsU
You are not the only one: http://bugs.freepascal.org/view.php?id=23931
So it might be best to wait until it's solved (I currently don't see why
it fails... :( )
Regards,
Sven
More information about the fpc-pascal
mailing list