DynamicDS18B20.sample ino error

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
User avatar
10der
Posts: 80
Joined: 08 Jul 2016 00:23
Location: Ukraine - Berkeley, CA

DynamicDS18B20.sample ino error

Post 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.

User avatar
PoltoS
Posts: 7571
Joined: 26 Jan 2011 19:36

Re: DynamicDS18B20.sample ino error

Post by PoltoS »

Is it with examples from Z-Uno?
wiredways
Posts: 1
Joined: 30 Aug 2020 04:40

Re: DynamicDS18B20.sample ino error

Post 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.
Post Reply