You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working with the M-Bus Master Hat. I need to detect slave addresses and modify them to my liking (I am connecting multiple water meters to my bus hat). I am following this code to install libmbus:
When I get to the ./build.sh part, I see some warnings in red saying "libtool: warning: '-version-info' is ignored for programs, and then at the bottom it says:
make[2]: Leaving directory '/home/pi/libmbus/bin'
make[2]: Entering directory '/home/pi/libmbus'
make[2]: Leaving directory '/home/pi/libmbus'
make[1]: Leaving directory '/home/pi/libmbus'
When I run sudo cmake --build build --target install, I get the following:
Error: /home/pi/libmbus/build is not a directory
From what I can tell, the build tries to access my mbus directory but fails to do so, and it leaves the directory and enters the bin, but then also ends up leaving that and nothing happens.
Any help?
The text was updated successfully, but these errors were encountered:
Hi, I am new to RaspberryPi.
I am working with the M-Bus Master Hat. I need to detect slave addresses and modify them to my liking (I am connecting multiple water meters to my bus hat). I am following this code to install libmbus:
sudo apt install git libtool autoconf cmake build-essential
git clone https://github.com/rscada/libmbus
cd libmbus
./build.sh
sudo cmake --build build --target install
When I get to the ./build.sh part, I see some warnings in red saying "libtool: warning: '-version-info' is ignored for programs, and then at the bottom it says:
make[2]: Leaving directory '/home/pi/libmbus/bin'
make[2]: Entering directory '/home/pi/libmbus'
make[2]: Leaving directory '/home/pi/libmbus'
make[1]: Leaving directory '/home/pi/libmbus'
When I run sudo cmake --build build --target install, I get the following:
Error: /home/pi/libmbus/build is not a directory
From what I can tell, the build tries to access my mbus directory but fails to do so, and it leaves the directory and enters the bin, but then also ends up leaving that and nothing happens.
Any help?
The text was updated successfully, but these errors were encountered: