Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Linux installation #302

Open
jvonachen opened this issue Feb 23, 2021 · 0 comments
Open

Linux installation #302

jvonachen opened this issue Feb 23, 2021 · 0 comments

Comments

@jvonachen
Copy link

I really wanted to use Mrs. Watson to generate music for the awesome software I'm making but I could not install it on my Raspberry PI running Ubuntu groovy. Let me know when you get your linux installation story straightened out. The make files had numerous options -m64 and -m32 which are x86 options and it would not install without replacing them. I replaced them with -march=armv8.4-a for 64 and -march=armv8-a for 32 It moved forward but I'm not convinced they were the right options. I had to comment out an unused constant in a c file: test/unit/ApplicationRunner.c: kApplicationRunnerWaitTimeoutInMs which made the build fail. g++-multilib is not a supported package and there was no "make install" entry in the make file. When I tried to run the files in bin directly I get "-bash: ./mrswatson: cannot execute binary file: Exec format error". Hope that helps you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant