All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] [tcng] tcc specify device
@ 2002-10-08 14:31 raptor
  2002-10-08 15:06 ` Werner Almesberger
  0 siblings, 1 reply; 2+ messages in thread
From: raptor @ 2002-10-08 14:31 UTC (permalink / raw)
  To: lartc

hi,

i was looking tcc --help, there seems to be no way to tell tcc to generate output only for specified device i.e.

tcc -device eth0

m'I mistaken ?

thanx

raptor
_______________________________________________
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] [tcng] tcc specify device
  2002-10-08 14:31 [LARTC] [tcng] tcc specify device raptor
@ 2002-10-08 15:06 ` Werner Almesberger
  0 siblings, 0 replies; 2+ messages in thread
From: Werner Almesberger @ 2002-10-08 15:06 UTC (permalink / raw)
  To: lartc

raptor wrote:
> m'I mistaken ?

Fortunately, yes ;-) There are even two ways:

tcc -i ppp0
fifo;
^D

or

dev "ppp0" {
    fifo;
}

- Werner

-- 
  _________________________________________________________________________
 / Werner Almesberger, Buenos Aires, Argentina         wa@almesberger.net /
/_http://www.almesberger.net/____________________________________________/
_______________________________________________
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-10-08 15:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-08 14:31 [LARTC] [tcng] tcc specify device raptor
2002-10-08 15:06 ` Werner Almesberger

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.