mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2026-09-26 18:17:45 +08:00
ethercat error msg in install
This commit is contained in:
@@ -101,11 +101,12 @@ function install_all_libs {
|
||||
echo ""
|
||||
echo "[EtherCAT]"
|
||||
cd utils/ethercat_src
|
||||
mkdir -p build
|
||||
sudo cmake -S . -B build/
|
||||
sudo cmake --build build/
|
||||
sudo cmake --install build/
|
||||
sudo /sbin/ldconfig -v | grep ethercat
|
||||
./install.sh
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Error compiling EtherCAT"
|
||||
echo "OpenPLC was NOT installed!"
|
||||
exit 1
|
||||
fi
|
||||
cd ../..
|
||||
|
||||
echo ""
|
||||
|
||||
+1
-1
Submodule utils/ethercat_src updated: 85131a03da...f7868c575e
Reference in New Issue
Block a user