Audio Thing plugin follow up (progress)

All,

I reached back out to Audio Thing to see if there was any progress and I got this response:

“If there’s a simple way to enable aarch64 compilation on our current system, I’m all for it. I’m not a Linux expert though, and our Linux builds are currently done on a VM running Ubuntu. If you have any pointers, I’m happy to give it a try.”

I don’t know anything about this stuff but does this make sense to anyone else? Any pointers to pass along to them?

2 Likes

You can tell him that the easiest method I have found for building for aarch64 is this.

Presuming the developer is working with vscode.
I create the actual code on a raspberry pi, and ssh into the directory that is on the raspberry pi from my main mac studio.

Main Mac studio >> SSH >> Raspberry pi

That’s where I build, then it’s not doing any cross compilation, because it will natively run on the S2400.

4 Likes