[Lazarus] Android LCL example with 2.7.1
Sven Barth
pascaldragon at googlemail.com
Wed Mar 6 15:48:43 CET 2013
Hello together!
I've managed to run the Android LCL example compiled with the
arm-android port of 2.7.1 on the Android emulator (API version 8) with
default settings (no -Cparmv6). What is important though is that in the
lcl.lpk the following code in the Conditionals is removed (line 49)
otherwise a SIGILL error happens when starting the app:
=== code begin ===
if TargetCPU='arm' then
CustomOptions := '-CpARMV6';
=== code end ===
Regards,
Sven
More information about the Lazarus
mailing list