linux-80211n-csitool-supplementary icon indicating copy to clipboard operation
linux-80211n-csitool-supplementary copied to clipboard

cc1: error: code model kernel does not support PIC mode

Open smsam75 opened this issue 6 years ago • 0 comments

Hi, Using this code: make -j3 bzImage modules;

I got this error message: cc1: error: code model kernel does not support PIC mode

It looks like I need to use a patch to disable "Position Independent Executables (PIE)". Since I'm new to Linux I need help to learn how to use the correct patch. Thanks.

smsam75 avatar Apr 25 '18 11:04 smsam75