[Coco] os-9 cc errors

Chris Hawks chawks at dls.net
Wed Oct 24 23:26:06 EDT 2012


On Wed, 24 Oct 2012 22:40:36 -0400
Retro Canada <retrocanada76 at gmail.com> wrote:

> hi,
> 
> i'm trying to use the C compiler for nitrOs-9 but it is stupid cause
> it floods the screen with compiling errors and I don't see any option
> to either stop at first error or to pause the screen. so I can't see
> where is the first error. Even cc code.c > out doesn't work cause the
> errors are not piped !
> 
> how do you do it guys ?

	Under Linux its "cc code.c 2>&1 | more" (without the quotes).

	That routes the error path (2) to standard output (&1) and
pipes it to more.

	Should be similar on the CoCo under NitrOS-9. Never got into C
on the CoCo. I was big on assembly.

-- 
Christopher R. Hawks
HAWKSoft
------------------------
DOS: n., A small annoying boot virus that causes random spontaneous
system crashes, usually just before saving a massive project.  Easily
cured by UNIX.  See also MS-DOS, IBM-DOS, DR-DOS.
	-- David Vicker's .plan



More information about the Coco mailing list