<!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">
Stelios Koroneos wrote:
<blockquote cite="mid:1224604288.9304.7.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">On Tue, 2008-10-21 at 15:13 +0200, Vadim Lebedev wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Tzafrir Cohen wrote: 
    </pre>
    <blockquote 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>
    <pre wrap="">The README says that RTC for ztdummy is supported on X86 kernels,
My ARM kernel does support RTC too so i can modify ztdummy.c to
support RTC
by adding an  #ifdef.

Is there any further reasons that precludes usage of RTC on non-x86
platforms

Thanks
Vadim

    </pre>
  </blockquote>
  <pre wrap=""><!---->Setting your kernel clock to 1000Hz will allow you to build it without
rtc getting involved

  </pre>
</blockquote>
The question is&nbsp; what is the prefered solution performance-wise?<br>
RTC or HZ=1000<br>
<br>
<br>
Thanks<br>
Vadim<br>
<br>
</body>
</html>