Mailing List Archive

compiling mythtv on ARM insights
I'm trying to get a build on Apple M1 silicon working. I can get the
application to compile with my standard mac build script process, but
unfortunately the application experiences a "stack buffer overflow" shortly
after launching (gory details on the forums here:
https://forum.mythtv.org/viewtopic.php?f=26&t=4337&start=15#p21352)

Given the architecture changed from x86_64 to ARM64 (aarch64), I was
wondering if anyone on the list had some insights into what had to change
when other ARM builds were implemented?

Thanks!
John
Re: compiling mythtv on ARM insights [ In reply to ]
On Sun, Feb 28, 2021 at 2:33 PM John Hoyt <john.hoyt@gmail.com> wrote:

> I'm trying to get a build on Apple M1 silicon working. I can get the
> application to compile with my standard mac build script process, but
> unfortunately the application experiences a "stack buffer overflow" shortly
> after launching (gory details on the forums here:
> https://forum.mythtv.org/viewtopic.php?f=26&t=4337&start=15#p21352)
>
> Given the architecture changed from x86_64 to ARM64 (aarch64), I was
> wondering if anyone on the list had some insights into what had to change
> when other ARM builds were implemented?
>
> Thanks!
> John
>
> I built Mythtv V31 for a Raspberry Pi 4 for Ubuntu arm64 and Raspberry PI
OS 64 bit. It worked fine but didn't solve my playback issues with the
frontend playback jitter. So I haven't played with it in months. I could
not use ansible to do the prerequisites, but other than that no issues.

Jim A