[Intel-wired-lan] How to install e1000e.ko to Debian 9

Narcis Garcia informatica at actiu.net
Thu Feb 15 09:38:17 UTC 2018


$ gcc --version
gcc (Debian 6.3.0-18) 6.3.0 20170516

I'm not experienced with this.
How to flag -fno-pie to the "Makefile" ?

In the meanwhile, I'm doing the workaround by schnick:
Find in Makefile ( e1000e/src/Makefile , Line ~152) =>
EXTRA_CFLAGS += $(CFLAGS_EXTRA)
Insert a new line after that => EXTRA_CFLAGS += -fno-pie


El 15/02/18 a les 10:15, Neftin, Sasha ha escrit:
> On 2/15/2018 10:39, Narcis Garcia wrote:
>> cc1: error: code model kernel does not support PIC mode
> Hello,
> I believe you have a two options: update your gcc compiler to 4.8 or try
> ad flag -fno-pie to your Makefile.
> Please, refer to follow thread regard your question on source forge:
> https://sourceforge.net/p/e1000/bugs/542/
> Also, I advice send your question to SourceForge mailing list:
> e1000-devel at lists.sourceforge.net.
> 


More information about the Intel-wired-lan mailing list