[fpc-pascal] Android and cwstring

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Aug 1 23:01:47 CEST 2013


On 01 Aug 2013, at 22:22, Torsten Bonde Christiansen wrote:

> On 2013-08-01 21:58, Sven Barth wrote:
>> How exactly did you compile?
>> 
>> As described in the wiki with "make crossall OS_TARGET=android CPU_TARGET=arm ..." in the top level directory? In that case it should be compiled and a fpwidestring.ppu should be located in the $fpcsrc/rtl/units/arm-android directory.
>> ̈́
> I did that, but I also included a "crossinstall" which installed the units to somewhere else in my home dir.
> 
> However now that i compare the $fpcsrc/rtl/units/arm-android with $install_dir/rtl/units/arm-android some of the files are missing - this includes the fpwidestring and collation files... strange?

They're probably missing as implicit units in the makefile. However, even if you get them to install, they will probably crash unless the patch at http://bugs.freepascal.org/view.php?id=24158 is applied.


Jonas


More information about the fpc-pascal mailing list