Project

General

Profile

Feature #6732

Updated by Evgeny Novikov over 7 years ago

At the moment any architecture where Klever and its addons are built, installed and run are just x86_64 is supported. But likely it is very-very hard or even impossible to built some specific addons, e.g. CIF, as well as to ensure all run-time dependencies on some specific architectures. Moreover running Klever on them will be a disaster since they are intended for other purposes. That is why it has sense to support non-system architectures (likely everything except x86 and x86_64) when we have just a corresponding cross compiler. This will require many works at the level of CIF as well.

Back