All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] New disc Problem of compilation(for Martin Devera)
@ 2002-06-07 13:08 alouini khalif
  2002-06-07 18:23 ` Martin Devera
  0 siblings, 1 reply; 2+ messages in thread
From: alouini khalif @ 2002-06-07 13:08 UTC (permalink / raw)
  To: lartc

I trying to modify the files as it is writen into the
htb pach (htb2_2.4.17.diff)
then i tryied to recompile my kernel(2.4.17)
-	make xconfig
	make dep
	make clean
	make bzImage
i find an error message:

Id:cannot open sch_epd.o :aucun fichier ou repertoire
de ce type

what is the problem here?
 
thans you in advance

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] New disc Problem of compilation(for Martin Devera)
  2002-06-07 13:08 [LARTC] New disc Problem of compilation(for Martin Devera) alouini khalif
@ 2002-06-07 18:23 ` Martin Devera
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Devera @ 2002-06-07 18:23 UTC (permalink / raw)
  To: lartc

To add new qdisc you have to change:
include/linux/pkt_sched.h: for your defs and userspace structs [optional]
net/sched/sch_epd.c: your new qdisc
net/sched/Config.in: select option for "make xxxconfig" [optional]
net/sched/Makefile: to add net/sched/sch_epd.o to compilation process
net/sched/sch_api.c: to add INIT_QDISC() call to init (register) qdisc
			if it is not module

devik

On Fri, 7 Jun 2002, [iso-8859-1] alouini khalif wrote:

> I trying to modify the files as it is writen into the
> htb pach (htb2_2.4.17.diff)
> then i tryied to recompile my kernel(2.4.17)
> -	make xconfig
> 	make dep
> 	make clean
> 	make bzImage
> i find an error message:
>
> Id:cannot open sch_epd.o :aucun fichier ou repertoire
> de ce type
>
> what is the problem here?
>
> thans you in advance
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-06-07 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-07 13:08 [LARTC] New disc Problem of compilation(for Martin Devera) alouini khalif
2002-06-07 18:23 ` Martin Devera

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.