discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] anyone else having trouble compiling fusb_linux.cc?


From: Larry Doolittle
Subject: [Discuss-gnuradio] anyone else having trouble compiling fusb_linux.cc?
Date: Thu, 8 Sep 2005 09:46:44 -0700
User-agent: Mutt/1.5.10i

Something about debian sid broke compilation of fusb_linux.cc
badly.  My guess is that something subtle but important changed
about the kernel/user header boundary.  The first error is the
funniest and easiest to bypass:
  error: #error do_div() does not yet support the C64
but it gets into much worse trouble later handling jiffies:
  /usr/include/linux/jiffies.h:385:41: error: division by zero in #if
  /usr/include/linux/jiffies.h:385:42: error: division by zero in #if
  /usr/include/linux/jiffies.h:396:18: error: division by zero in #if
and on and on for several pages.

I'm researching the problem now, but would appreciate any hints
from people who have already seen this.  It works fine in debian
sarge.

Note that because the faults are so low-level, triggered simply by
  #include <linux/usbdevice_fs.h>
the autoconf scripts fall back to fusb_generic.

      - Larry

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]