[fpc-pascal] alternative name fpc cross
Karoly Balogh (Charlie/SGR)
charlie at scenergy.dfmk.hu
Tue Oct 10 12:16:00 CEST 2017
Hi,
On Tue, 10 Oct 2017, turro75 wrote:
> when I create the cross compiler to arm-android and arm-embedded I get the
> same compiler name so unable to have both running in the same system.
> any workaround?
The compiler is *NOT* OS/platform specific, only CPU specific. Use any for
both, and specify the right target using -Tandroid or -Tembedded when
invoking.
Charlie
More information about the fpc-pascal
mailing list