I've been making my LibreELEC 11 for RPI4 testing compilations using a Ubuntu VM in Windows.
Have also successfully compiled in Ubuntu for Raspberry Pi - takes hours .... but it compiles 😁
New test:
Inside LibreELEC.
Pulled an Ubuntu docker image into LibreELEC
prepared the compilation environment, created a specific user in the docker container (libreelec does not compile as root)
As usual, started compilation with:
PROJECT=RPi DEVICE=RPi4 ARCH=arm make image
But is stops with error:
crypto/aes/aesv8-armx.S:4: Error: unknown architecture `armv8-a+crypto'
Any suggestions to turn-around this ?
Thanks