32 bit - How can I cross compile a 32-bit Linux kernel
2018-5-22 · To compile the Linux kernel, I run the following commands: # run defconfig with COMPAT enabled to enable EL0 to run 32bit > make defconfig > make I get the following error:./arch/arm64/include/uapi/asm/ptrace.h:76:2: error: unknown type name '__uint128_t' It seems that the 32-bit GCC compiler does not know how to use 128-bit variables.
Get Price