Re: build failed

2009-05-11 Thread Eli Zaretskii
> 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

Re: build failed

2009-05-11 Thread Noah Slater
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.