> 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.
FILE to be infinitely new.
--warn-undefined-variables Warn when an undefined variable is referenced.
This program built for i386-pc-mingw32
make: *** [cs] Error 2
Build failed with 1 errors and 0 warnings...
have you an idea to eliminate this error?
thank you
__