Linux26 compilation issue in version 7.0

View: New views
2 Messages — Rating Filter:   Alert me  

Linux26 compilation issue in version 7.0

by Kevin Fries-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I ran into this issue in T2 stable (7.0)
http://article.gmane.org/gmane.linux.distributions.gumstix.general/40296

Thanks to some wonderful help on the IRC, I was able to fix it with the attached patch


Kevin Fries
Senior Linux Engineer
Computer and Communications Technology, Inc
A division of Japan Communications Inc
(303) 708-9228 x326

[sumversion-add-limits-h.patch]

*** linux-2.6.21/scripts/mod/sumversion.c.orig 2009-06-05 10:39:55.000000000 -0600
--- linux-2.6.21/scripts/mod/sumversion.c 2009-06-05 10:42:41.000000000 -0600
***************
*** 7,12 ****
--- 7,15 ----
  #include <ctype.h>
  #include <errno.h>
  #include <string.h>
+ #ifndef _LINUX_LIMITS_H
+ #include <limits.h>
+ #endif
  #include "modpost.h"
 
  /*


-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2

Re: Linux26 compilation issue in version 7.0

by René Rebe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi,

Kevin Fries wrote:
> I ran into this issue in T2 stable (7.0)
> http://article.gmane.org/gmane.linux.distributions.gumstix.general/40296
>
> Thanks to some wonderful help on the IRC, I was able to fix it with the attached patch

though I have not yet encountered that build:

Committed revision 33404.

Regards,
   René

--
   René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
   http://exactcode.de | http://t2-project.org | http://rene.rebe.name



-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2