Path: utzoo!mnetor!uunet!ndsuvax!ncoverby From: ncoverby@ndsuvax.UUCP (Glen Overby) Newsgroups: comp.os.minix Subject: Re: Problems with RS232 TTY driver & asld Message-ID: <769@ndsuvax.UUCP> Date: 4 Apr 88 21:31:29 GMT References: <5281@cci632.UUCP> <1160@uokmax.UUCP> Reply-To: ncoverby@ndsuvax.UUCP (Glen Overby) Organization: Silo Tech Fargo, ND Lines: 20 Summary: Temporary file directory -- cc(1) hack In article <1160@uokmax.UUCP> rmtodd@uokmax.UUCP (Richard Michael Todd) writes: >In article <5281@cci632.UUCP> tfra_c56@vera.cc.rochester.edu (Tom Frauenhofer) writes: >>I received the mods for Jim Paridis's RS-232 TTY driver and am having trouble >>getting them to link together into the kernel. The problem is that asld >>gives me an error message like: >> main.s: 454, Too big >One thing that might cause the problem is lack of space in /tmp. Both cc and >asld start doing weird things when space on /tmp runs out. Nowadays I always There is what I consider a BUG in 'cc.c'. It does not pass the '-T' (specify termporary directory) flag to asld. I fixed this by placing an "append(&ASLD_FLAGS, str);" after the "case 'T':" in cc.c. Then the "-T." in the Makefile will then be passed through to asld. Space in the current directory is another issue if you're compiling off of floppies (I've found a hard disk to be necessary for recompiling Minix). -- Glen Overby Bitnet: ncoverby@ndsuvax UUCP: {uunet, ihnp4!umn-cs}!ndsuvax!ncoverby