<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Boa tarde pessoal,</p>
<p><br />Estou tentando instalar o zaptel num CentOS 7 64bit, mas n&atilde;o consigo, est&aacute; dando erro na hora do make. Algu&eacute;m pode me ajudar por favor, segue abaixo toda a sa&iacute;da.</p>
<p>Infelizmente, preciso utilizar o zaptel e n&atilde;o o dahdi, pois o sistema que eu rodo &eacute; engessado num API em Delphi que n&atilde;o temos como mudar o c&oacute;digo.</p>
<p>&nbsp;</p>
<p>Desde j&aacute;, obrigado!</p>
<p>---------------</p>
<p>&nbsp;</p>
<p># make<br /><br />cc -I/lib/modules/3.10.0-123.el7.x86_64/build/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/lib/modules/3.10.0-123.el7.x86_64/build/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/lib/modules/3.10.0-123.el7.x86_64/build/drivers/net/wan -I/lib/modules/3.10.0-123.el7.x86_64/build/include/net -DSTANDALONE_ZAPATA -o zaptel-base.o -c zaptel-base.c<br />In file included from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/dynamic_debug.h:111:0,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/kernel.h:14,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from zaptel-base.c:41:<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:23:15: warning: conflicting types for built-in function &acirc;strncpy&acirc; [enabled by default]<br />&nbsp;extern char * strncpy(char *,const char *, __kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:32:15: warning: conflicting types for built-in function &acirc;strncat&acirc; [enabled by default]<br />&nbsp;extern char * strncat(char *, const char *, __kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:41:12: warning: conflicting types for built-in function &acirc;strncmp&acirc; [enabled by default]<br />&nbsp;extern int strncmp(const char *,const char *,__kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:50:12: warning: conflicting types for built-in function &acirc;strncasecmp&acirc; [enabled by default]<br />&nbsp;extern int strncasecmp(const char *s1, const char *s2, size_t n);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:77:24: warning: conflicting types for built-in function &acirc;strlen&acirc; [enabled by default]<br />&nbsp;extern __kernel_size_t strlen(const char *);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:89:24: warning: conflicting types for built-in function &acirc;strspn&acirc; [enabled by default]<br />&nbsp;extern __kernel_size_t strspn(const char *,const char *);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:92:24: warning: conflicting types for built-in function &acirc;strcspn&acirc; [enabled by default]<br />&nbsp;extern __kernel_size_t strcspn(const char *,const char *);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:96:15: warning: conflicting types for built-in function &acirc;memset&acirc; [enabled by default]<br />&nbsp;extern void * memset(void *,int,__kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:99:15: warning: conflicting types for built-in function &acirc;memcpy&acirc; [enabled by default]<br />&nbsp;extern void * memcpy(void *,const void *,__kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:102:15: warning: conflicting types for built-in function &acirc;memmove&acirc; [enabled by default]<br />&nbsp;extern void * memmove(void *,const void *,__kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:108:12: warning: conflicting types for built-in function &acirc;memcmp&acirc; [enabled by default]<br />&nbsp;extern int memcmp(const void *,const void *,__kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/string.h:111:15: warning: conflicting types for built-in function &acirc;memchr&acirc; [enabled by default]<br />&nbsp;extern void * memchr(const void *,int,__kernel_size_t);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />In file included from zaptel-base.c:41:0:<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/kernel.h:358:5: warning: conflicting types for built-in function &acirc;snprintf&acirc; [enabled by default]<br />&nbsp;int snprintf(char *buf, size_t size, const char *fmt, ...);<br />&nbsp;&nbsp;&nbsp;&nbsp; ^<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/kernel.h:360:5: warning: conflicting types for built-in function &acirc;vsnprintf&acirc; [enabled by default]<br />&nbsp;int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);<br />&nbsp;&nbsp;&nbsp;&nbsp; ^<br />In file included from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/preempt.h:9:0,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/spinlock.h:50,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/seqlock.h:35,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/time.h:5,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/stat.h:18,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /lib/modules/3.10.0-123.el7.x86_64/build/include/linux/module.h:10,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from zaptel-base.c:43:<br />/lib/modules/3.10.0-123.el7.x86_64/build/include/linux/thread_info.h:54:29: fatal error: asm/thread_info.h: Arquivo ou diret&Atilde;&sup3;rio n&Atilde;&pound;o encontrado<br />&nbsp;#include &lt;asm/thread_info.h&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br />compilation terminated.<br />make: ** [zaptel-base.o] Erro 1<br /><br /></p>
<div>&nbsp;</div>
</body></html>