Jump to content

kernel compile errors


Recommended Posts

Helloo,

I'm trying to compile a win4lin kernel for 2.6.11-8 smp, but I get lots of errors like the one below when making modules:

---------------------------------------------------------------------------

In file included from drivers/char/ipmi/ipmi_smb.c:55:

include/linux/i2c.h:58: error: array type has incomplete element type

include/linux/i2c.h:197: error: array type has incomplete element type

drivers/char/ipmi/ipmi_smb.c: In function 'smbus_client_read_block_data':

drivers/char/ipmi/ipmi_smb.c:211: warning: implicit declaration of function 'i2c_smbus_read_block_data'

make[3]: *** [drivers/char/ipmi/ipmi_smb.o] Erreur 1

make[2]: *** [drivers/char/ipmi] Erreur 2

make[1]: *** [drivers/char] Erreur 2

make: *** [drivers] Erreur 2

--------------------------------------------------------------------------

Is there a problem with gcc 4 wit array declaration ?

Thanks.

 

[moved from Software by spinynorman]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...