Page 1 of 1

DynamicDS18B20.sample ino error

Posted: 12 Nov 2019 00:33
by 10der

Code: Select all

Build options changed, rebuilding all
POINTER:5
!! too many values to unpack

	************* Building Arduino Sketch *************
	C:\Users\olegd\AppData\Local\Temp\build4753144882472535281.tmp/DynamicDS18B20.cpp
	***************************************************

Preprocessing file: Custom.c with SDCPP... 
Traceback (most recent call last):
  File "uCxx.py", line 7842, in compileArduinoSketch
  File "uCxx.py", line 6697, in makeZWaveTemplate
ValueError: too many values to unpack

Preprocessing file: Print.cpp with SDCPP... 
Compiling Print_sdcpp_.cpp ...
Preprocessing file: Stream.cpp with SDCPP... 
In file included from Stream.cpp:26:
/Arduino.h:16:25: fatal error: Custom_defs.h: No such file or directory
compilation terminated.

Preprocessor failed!uCxx returned error code:1

Error compiling.


Re: DynamicDS18B20.sample ino error

Posted: 15 Nov 2019 08:49
by PoltoS
Is it with examples from Z-Uno?

Re: DynamicDS18B20.sample ino error

Posted: 30 Aug 2020 04:58
by wiredways
Getting a similar error just trying to compile the example sketch included with the z-uno install. Any thoughts on the cause?

Arduino: 1.8.13 (Mac OS X), Board: "Z-Wave>ME Z-Uno, USA, Disabled, Disabled, Disabled, Disabled"


************* Building Arduino Sketch *************
DynamicDS18B20.ino
***************************************************

--- USING a list of libraries from:
/Users/Brian/Library/Arduino15/packages/Z-Uno/hardware/zw8051/2.1.6/libraries
/Users/Brian/Documents/Arduino/libraries
*** Collecting prototypes...
Preprocessing file: Custom.c with SDCPP...
Traceback (most recent call last):
File "/private/tmp/zuno-packager/build/zuno_toolchain-00.08.82-macosx/build/compiler/out00-PYZ.pyz/uCxx", line 7881, in compileArduinoSketch
File "/private/tmp/zuno-packager/build/zuno_toolchain-00.08.82-macosx/build/compiler/out00-PYZ.pyz/uCxx", line 6735, in makeZWaveTemplate
ValueError: too many values to unpack

Preprocessing file: Print.cpp with SDCPP...
Compiling Print_sdcpp_.cpp ...
Print_sdcpp_.cpp:543:17:warning:& has lower precedence than ==; == will be evaluated first
Preprocessing file: Stream.cpp with SDCPP...
In file included from Stream.cpp:26:
Arduino.h:16:25: fatal error: Custom_defs.h: No such file or directory
compilation terminated.

Preprocessor failed!uCxx returned error code:1

exit status 1
Error compiling for board Z-Wave>ME Z-Uno.


This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.