QuantumLeaps / qm

Graphical modeling and code generation tool based on UML state machines
https://www.state-machine.com/products/qm
Other
137 stars 37 forks source link

qmc for armv8 architecture? #18

Open piponazo opened 10 months ago

piponazo commented 10 months ago

Hi,

When I try to run the qmc binary from a docker container running on armv8 architecture I get the following error:

:/opt/qm/bin$ /opt/qm/bin/qmc.sh --version
qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory

Do you provide some binaries for armv8 architectures? Or could I generate them by myself somehow?

quantum-leaps commented 10 months ago

I'm not sure if I understand the question/problem. The qmc utility is a "QM compiler", which runs on the host computer to generate code from QM models. It was never intended to run directly on any target.