Path: utzoo!utgpu!watmath!att!dptg!rutgers!cs.utexas.edu!uunet!n3dmc!johnl From: johnl@n3dmc.UU.NET (John Limpert) Newsgroups: comp.unix.microport Subject: Re: Problem with Micom ethernet tcp/ip and SysV/AT 2.4 Message-ID: <757@n3dmc.UU.NET> Date: 22 Aug 89 11:48:34 GMT References: <65@tor.nhh.no> Reply-To: johnl@n3dmc.UUCP (John Limpert) Organization: N3DMC, Silver Spring, Maryland Lines: 20 In article <65@tor.nhh.no> geo_rsb@tor.nhh.no writes: >In addition I have a Micom-interlan NP600A ethernet card, and >accompanying NP626 software for uport System V (version 2.3 or >later)(sic). On installation, which involved running the linkkit, >it turned out that there was an unreferenced call on putchar() !! I had a similar problem with the Bell Tech ICC serial board. Add the following code to one of your kernel link kit libraries: putchar(c) int c; { return kdcputc(c); } This enabled me to build a 2.4 kernel from the link kit. -- John A. Limpert I'm the NRA! Internet: johnl@n3dmc.UU.NET UUCP: uunet!n3dmc!johnl