Kai Krakow

Results 1209 comments of Kai Krakow

Do you have any more context, e.g. the build log?

> `gcc: error: unrecognized command line option '-mgeneral-regs-only'` As far as I know, this isn't an option that we do set. Which gcc version are you using?

Please try `sudo ARCH=arm ./install.sh`. Does it work then?

Maybe `ARCH=aarch64` is needed instead? At least we are onto something. Actually, I found the hint about `ARCH` on a website about RPi3 while researching your problem. It looks like...

Try with `ARCH=arm64`. It seems to expect a directory name from the `linux/arch` directory.

I'd guess that this is a bug in OSMC then... We don't do anything special, we just use existing kernel build infrastructure, and that seems to be broken. We could...

Okay, we can add that to the documentation then.

Does OSMC run a 64 bit kernel but only 32 bit user-space? That's certainly possible (and even recommended to use 2 GB+ RAM more effectively) but that's still a little...

Well, in the makefile, I see no obvious problems but the error indicates that the headers should probably be installed or mapped into the chroot - it looks like you...