[Coco] Microware C Compiler port

Steven Hirsch snhirsch at gmail.com
Sat Jan 17 12:08:59 EST 2009


On Sat, 17 Jan 2009, N8WQ wrote:

> Hi Steve,
> Today I started to configure the compiler on my distribution of Linux, which 
> is Slax 6.0.9 on a 8gig thumb drive native install.
> I copied \dd to \root
> for now I put \cc in \
>
> when I run this command nothing happens:
> \cc\test\# cc hello.c
>
> however when I run cc alone it says "no input file"

I'm not sure I understand all the backslashes - that's a DOS / Windows 
thing.  Do you mean '/cc/test'?

It's possible that you do not have the current working directory on your 
path and are picking up the system compiler.

Try:

$ cd /cc/test
$ ./cc hello.c



-- 



More information about the Coco mailing list