On 13/02/2025 11:57, Joshua Lant wrote:
Just to be clear, I didn't enable PCuABI when building allyesconfig, that definitely won't work. Either way enabling the netfilter/networking configs manually should be good enough.
- Kevin
Aaaaaaah right okay. I was unable to compile immedaitely without PCuABI either... When compiling without pcuabi (not using allyesconfig), I have to also remove CONFIG_COMPAT, due to issues relating to vdso (sorry i dont have exact error messages to hand). Is this expected?
That's rather strange because CONFIG_COMPAT_VDSO is only enabled if CROSS_COMPILE_COMPAT is defined. Leaving that undefined, CONFIG_COMPAT causes no issue without PCuABI for me.
- Kevin