You are not logged in.
Pages: 1
Hi guys,
i really would like to use mORMot2 on some of my projects,
all tests on different systems went great,
except our target production system, which is running Linux on a arm5tejl cpu.
It doesn't matter if i try some of the examples or just write an own small example(see attachment).
All tests ending up in an access violation during start up.
Maybe I'm missing some compiler switches ?
IMPORTANT NOTE: The Filesystem of the target system is READONLY !!!
That's why I set the mormot logging to NO_FILE.
I really hoping someone can push me into the right direction to solve the problem.
Access violation on Linux arm5tejl:
https://drive.google.com/file/d/1hvy0nH … drive_link
CPU details:
https://drive.google.com/file/d/1khyrkY … drive_link
Lazarus version:
https://drive.google.com/file/d/1jwSydB … drive_link
Log Settings: NO_FILE
https://drive.google.com/file/d/1xQKRh3 … drive_link
Simple Source:
https://drive.google.com/file/d/1chgk2c … drive_link
Test-Project as download:
https://drive.google.com/file/d/17f5SQb … drive_link
Last edited by JF-MS (Yesterday 12:08:27)
Offline
AFAIR armv5 is not supported.
We only tested with armv7 on 32-bit arm on a Raspberry PI.
See buster_armhf and bullseye_armhf in our last regression run:
https://luti.tranquil.it/get_folder_res … 9saW51eA==
Online
Pages: 1