Open piponazo opened 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?
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.
Hi,
When I try to run the qmc binary from a docker container running on armv8 architecture I get the following error:
Do you provide some binaries for armv8 architectures? Or could I generate them by myself somehow?