You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: