From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] filter ingress policy rates -> slow!!
Date: Sat, 03 Jul 2004 15:02:31 +0000 [thread overview]
Message-ID: <40E6CA87.D5E6D84F@iswest.com> (raw)
In-Reply-To: <200407011810.01786.edulix@tumundoweb.com>
Edulix wrote:
> BTW, Should I warn the Fedora devels about the JIFFIES problem?
No. It is set to JIFFIES because that is the setting required so that
all the CPUs in the kernel .config list work. If you select 386 or 486
in 'make config', make bzImage will fail because the CPU does not
support a clock. 'cat /proc/cpuinfo | grep tsc' - if that would work in
a .h file - would return TRUE for CPUs that do support a clock.
Otherwise, the Time Of Day clock (IRQ 8) or "jiffies" (IRQ 0) should be
used.
> Edulix.
> drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/pci/driver.o
> drivers/net/pcmcia/pcmcia_net.o drivers/net/wireless/wireless_net.o
> drivers/pnp/pnp.o drivers/video/video.o drivers/net/hamradio/hamradio.o
> drivers/media/media.o drivers/md/mddev.o drivers/isdn/vmlinux-obj.o
> crypto/crypto.o drivers/sensors/sensor.o
> net/network.o /usr/src/linux-2.4.22-1.2135.nptl/arch/i386/lib/lib.a /usr/src/linux-2.4.22-1.2135.nptl/lib/lib.a /usr/src/linux-2.4.22-1.2135.nptl/arch/i386/lib/lib.a
> --end-group -o .tmp_vmlinux1
> drivers/ide/idedriver.o(.text+0x17570): En la función `ide_mediactl':
> : undefined reference to `get_info_ptr'
> make[1]: *** [kallsyms] Error 1
> make[1]: Saliendo directorio `/usr/src/linux-2.4.22-1.2135.nptl'
> make: *** [vmlinux] Error 2
If anything should be reported, this is it. It says to me that you
either didn't 'make clean ; make dep' or that the idedriver.c is poorly
written. But, since you intend to change distros, why waste your time
on this?
You may want to have a look at my notes about building a 2.4.25 kernel.
They are Slackware specific but they do describe most of the steps, in
order (but not in detail), I take.
ftp://andthatsjazz.org/pub/lartc/BUILD-2.4.25
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
next prev parent reply other threads:[~2004-07-03 15:02 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-01 16:10 [LARTC] filter ingress policy rates -> slow!! Edulix
2004-07-01 20:40 ` Stef Coene
2004-07-02 8:36 ` Edulix
2004-07-02 14:13 ` gypsy
2004-07-03 4:14 ` gypsy
2004-07-03 9:44 ` Edulix
2004-07-03 11:09 ` Ed Wildgoose
2004-07-03 11:47 ` Edulix
2004-07-03 13:13 ` Ed Wildgoose
2004-07-03 15:02 ` gypsy [this message]
2004-07-03 22:25 ` Edulix
2004-07-04 19:47 ` gypsy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40E6CA87.D5E6D84F@iswest.com \
--to=gypsy@iswest.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.