How can I solve the error while compiling the linux kernel 2.6.32.8
        Posted  
        
            by 
                user1182030
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1182030
        
        
        
        Published on 2012-09-20T09:35:53Z
        Indexed on 
            2012/09/20
            9:37 UTC
        
        
        Read the original article
        Hit count: 343
        
while I was compiling the 2.6.32.8 linux kernel,I got the error message like this:
In file included from drivers/net/igbvf/ethtool.c:36:0:
drivers/net/igbvf/igbvf.h: At top level:
drivers/net/igbvf/igbvf.h:128:15: error: duplicate member ‘page’
make[3]: *** [drivers/net/igbvf/ethtool.o] Error 1
make[2]: *** [drivers/net/igbvf] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
My version of gcc is 4.6.3 and I am using Ubuntu linux (the kernel I am using is 3.2.0.30).I've tried for times but failed,please help!
© Stack Overflow or respective owner