> Date: Mon, 11 May 2009 14:40:18 +0200
> From: STAGEMRD STAEMRD
>
> hi, i'm working with avr rz200.
> when i program my kit with software bitcloud i have a error on build.
> the error is:
> Build started 11.5.2009 at 14:33:36
> make all -C
> make: option requires an argument -- C
I suspect that
You ran:
> make all -C
GNU Make told you:
> make: option requires an argument -- C
The remaining output specified:
> -C DIRECTORY, --directory=DIRECTORY
> Change to DIRECTORY before doing anything.
I'm guessing you need to add a directory to your command. Heh.
hi, i'm working with avr rz200.
when i program my kit with software bitcloud i have a error on build.
the error is:
Build started 11.5.2009 at 14:33:36
make all -C
make: option requires an argument -- C
Usage: make [options] [target] ...
Options:
-b, -m Ignored for compatibil