Page 1 of 1

Bugreport Compiler - getting started

Posted: 12 Dec 2018 16:55
by bastibart
Hello everybody

I just took my first steps with the z-uno and ran into the following compiler error.

Windows 10
Arduino IDE: 1.6.6

steps taken so far:
1. burned bootloader 2.1.4 SUCCESS
2. included z-uno into z-wave mesh, and tested pre-installed dimmer/blink program SUCCESS
3. excluded z-uno SUCCESS

Now when trying to compile blink or any other example the third line on the output window reads:

"C:\Users\[...]\00.08.70/zuno_toolchain/compiler" arduino_preproc1 "C:\Users\[...]\sketch\Blink.ino.cpp" -r "C:\Users\[...]\zw8051\2.1.4"

And the compiler responds with

usage: compiler [-h]
{dummy,size,build,prog,boot,erase,readnvm,arduino_preproc} ...


The part of the paths I have replace with [...] contains no spaces.
Any ideas what's causing the erroneous "arduino_preproc1" flag?

Thanks
Sebastian

Re: Bugreport Compiler - getting started

Posted: 13 Dec 2018 00:24
by bastibart
Hello again

I have resolved the issue by installing version 1.8.5 of the IDE.

Thanks