M. Mucahid Benlioglu
M. Mucahid Benlioglu
> @mbenlioglu I just did the compilation and it worked. No changes needed to be made. [#958 (comment)](https://github.com/ptitSeb/box86/issues/958#issuecomment-2217829915) Unfortunately, no it doesn't work. Here's the output of hello world program...
Compilation wasn't a problem of this issue. I've added the `#undef _TIME_BITS` ahead of d3d971d and compiled successfully, but running any 32-bit applications with box86, including steam or even hello...
Yes, it seems to be an OS issue. Specifically, `CONFIG_COMPAT_32BIT_TIME` kernel option not being enabled. I've found a similar issue in GitHub actions repo that describes the problem in more...
I was compiling a new kernel to confirm this but, Ubuntu just released a kernel update enabling the `CONFIG_COMPAT_32BIT_TIME` flag. I'm building box86 now to test if it's fixed.
I can confirm the recent update resolves this issue. Anyone facing this issue, make sure you're on kernel version `6.8.0-1007-raspi` or later ``` $ uname -a Linux 6.8.0-1007-raspi #7-Ubuntu SMP...