[fpc-pascal] Cannot write datetime field on sqlite3 database on ARM
Florian Klämpfl
florian at freepascal.org
Wed Mar 10 08:07:04 CET 2021
> Am 10.03.2021 um 04:59 schrieb Toru Takubo via fpc-pascal <fpc-pascal at lists.freepascal.org>:
>
>> Can you please post the output of -va of the arm compiler and provide some information about the arm system you are using?
>
> The output message with -va option can be downloaded from below.
>
> http://support.e-parcel.ne.jp/downloads/tmp/fpc-va.txt
[0.016] (3101) Macro defined: CPUARMV4
[0.016] (3101) Macro defined: FPUFPA
I am not sure how this happened but you are compiling for an ancient arm architecture, this is not going to work. FPA uses a different floating point format so this explains the problems.
>
> Target machine is Raspberry Pi OS on Raspberry Pi 3 Model B V1.2.
>
> # uname -a
> Linux raspberrypi 5.4.51-v7+ #1327 SMP Thu Jul 23 10:58:46 BST 2020 armv7l GNU/Linux
>
> Best Regards,
>
> Toru
>
>
>
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list