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

Linux installation #302

@jvonachen

Description

@jvonachen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions