-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
What steps will reproduce the problem?
1. checkout latest openzwave from svn
2. checkeout latest openzwave-control-panel from svn
3. run "make" in openzwave-control-panel folder
What is the expected output? What do you see instead?
It's expected, that project is compiled successfully and "ozwcp" executable
file is created. Instead compilation is aborted on linker step.
What version of the product are you using? On what operating system?
URL: http://open-zwave.googlecode.com/svn/trunk
Repository Root: http://open-zwave.googlecode.com/svn
Repository UUID: db0adee0-878e-11de-bed6-6d316fbe0868
Revision: 903
Node Kind: directory
Schedule: normal
Last Changed Author: ualex73@gmail.com
Last Changed Rev: 903
Last Changed Date: 2014-09-14 21:00:11 +0200 (Sun, 14 Sep 2014)
URL: http://openzwave-control-panel.googlecode.com/svn/trunk
Repository Root: http://openzwave-control-panel.googlecode.com/svn
Repository UUID: 45ec40ab-35f4-8ce3-9c7d-be537e79909c
Revision: 40
Node Kind: directory
Schedule: normal
Last Changed Author: justin@dynam.ac
Last Changed Rev: 40
Last Changed Date: 2014-06-18 13:21:14 +0200 (Wed, 18 Jun 2014)
Compilation is done on a RaspberryPi with Rapbian OS.
Please provide any additional information below.
Solution for "...undefined reference to...":
in Makefile change LIBZWAVE path from "$(OPENZWAVE)/cpp/lib/linux/*.a" to
"$(OPENZWAVE)/cpp/build/*.a" and add to LIBS list " -lrt
Original issue reported on code.google.com by oleksii.g@gmail.com
on 25 Sep 2014 at 12:59