Hi there,
Bought a zuno, paired it with a zwave net work an that works fine.
Than i installed arduino IDE 1.6.5, loaded de simple blink sketch.
but when i try to compile and upload it to de Zuno, the arduino IDE gives an error:
compiler.exe: error: unrecognized arguments: pc\AppData\Roaming\Arduino15\packages\Z-Uno\hardware\zw8051\0.6.7 pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/sdcc/bin/
What do i do wrong
greetz Bert
compile error zuno
Re: compile error zuno
Hi, Bert. Looks like something is wrong with IDE parameters. Can you please enable verbose mode during compiling/uploading(see preferences of IDE) and post the full output there.
Re: compile error zuno
Hi p0lyg0n1,
thanks for your reaction.
Here it is:
Arduino: 1.6.5 (Windows 8.1), Board: "Z-Wave>ME Z-Uno, Europe, Disabled"
C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/compiler build C:\Users\BERTJE~1\AppData\Local\Temp\build1991647929483164784.tmp/SimpleBlink.cpp -r C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\hardware\zw8051\0.6.7 -p C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/sdcc/bin/ -o -mmcs51 --out-fmt-ihx --model-large --verbose --debug --use-stdout --code-loc 0x8000 --xram-loc 0x3000
usage: compiler.exe [-h] {size,build,prog,boot,erase,readnvm} ...
compiler.exe: error: unrecognized arguments: pc\AppData\Roaming\Arduino15\packages\Z-Uno\hardware\zw8051\0.6.7 pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/sdcc/bin/
C:\Users\bertjes returned 2
Error compiling.
thanks for your reaction.
Here it is:
Arduino: 1.6.5 (Windows 8.1), Board: "Z-Wave>ME Z-Uno, Europe, Disabled"
C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/compiler build C:\Users\BERTJE~1\AppData\Local\Temp\build1991647929483164784.tmp/SimpleBlink.cpp -r C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\hardware\zw8051\0.6.7 -p C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/sdcc/bin/ -o -mmcs51 --out-fmt-ihx --model-large --verbose --debug --use-stdout --code-loc 0x8000 --xram-loc 0x3000
usage: compiler.exe [-h] {size,build,prog,boot,erase,readnvm} ...
compiler.exe: error: unrecognized arguments: pc\AppData\Roaming\Arduino15\packages\Z-Uno\hardware\zw8051\0.6.7 pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/sdcc/bin/
C:\Users\bertjes returned 2
Error compiling.
Re: compile error zuno
You have a "space" inside path to your working folder. C:\Users\bertjes pc\AppData\Roaming\Arduino15\packages\Z-Uno\tools\zuno_toolchain\00.02.10/zuno_toolchain/sdcc/bin/ Quick fix is to rename your working directory or user(the most simple way is to rename your user or create a new one...). We will fix it in the next versions and add support for spaces in the working path for Windows.
Re: compile error zuno
thanks for finding the problem.
For now i will create a work around.
Thanks
Bert
For now i will create a work around.
Thanks
Bert