<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Tzafrir Cohen wrote:
<blockquote cite="mid:20081021122656.GO31838@xorcom.com" type="cite">
  <pre wrap="">On Tue, Oct 21, 2008 at 02:18:36PM +0200, Vadim Lebedev wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

I'm cross-compiling zaptel for Freescale mx27 uisng LTIB environment...
and getting following:

  CC [M]  /home/vadim/ltib/rpm/BUILD/zaptel-1.4.11/kernel/zaptel-base.o
  LD [M]  /home/vadim/ltib/rpm/BUILD/zaptel-1.4.11/kernel/zaptel.o
  CC [M]  /home/vadim/ltib/rpm/BUILD/zaptel-1.4.11/kernel/ztdummy.o
  CC [M]  /home/vadim/ltib/rpm/BUILD/zaptel-1.4.11/kernel/ztdynamic.o
  CC [M]  /home/vadim/ltib/rpm/BUILD/zaptel-1.4.11/kernel/zttranscode.o
  Building modules, stage 2.
  MODPOST 4 modules
WARNING: "crc_ccitt_table" 
[/home/vadim/ltib/rpm/BUILD/zaptel-1.4.11/kernel/zaptel.ko] undefined!
....

Any ideas what could be wrong?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Quoting the README:

  ...

If you build a custom kernel, note the following configuration items:

* CONFIG_CRC_CCITT must be enabled (y or m). On 2.6 kernels this
  can be selected These can be selected from the "Library
  Routines" submenu during kernel configuration via "make
  menuconfig".

<a class="moz-txt-link-freetext" href="http://docs.tzafrir.org.il/README.html#_kernel_configuration">http://docs.tzafrir.org.il/README.html#_kernel_configuration</a>

BTW: latest version is 1.4.12.1 .

  </pre>
</blockquote>
The README says that RTC for ztdummy is supported on X86 kernels,<br>
My ARM kernel does support RTC too so i can modify ztdummy.c to support
RTC<br>
by adding an&nbsp; #ifdef.<br>
<br>
Is there any further reasons that precludes usage of RTC on non-x86
platforms<br>
<br>
Thanks<br>
Vadim<br>
<br>
</body>
</html>