I installed V2.02 of the ctrlX SDK in my App Build Environment and I'm able to build the snaps for all C++ samples but the datalayer.register.node sample. When I execute the build script (does not matter if amd or arm) I get the following error message during the compilation with cmake:Â
CMake Error at /home/boschrexroth/ctrlx-automation-sdk/cmake/BuildMDDB.cmake:35 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:mddb_compiler>
No target "mddb_compiler"
Call Stack (most recent call first):
CMakeLists.txt:29 (build_mddb)
CMake Error at /home/boschrexroth/ctrlx-automation-sdk/cmake/BuildMDDB.cmake:35 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:mddb_compiler>
No target "mddb_compiler"
Call Stack (most recent call first):
CMakeLists.txt:29 (build_mddb)
CMake Error at /home/boschrexroth/ctrlx-automation-sdk/cmake/BuildMDDB.cmake:35 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:mddb_compiler>
No target "mddb_compiler"
Call Stack (most recent call first):
CMakeLists.txt:29 (build_mddb)
CMake Error at /home/boschrexroth/ctrlx-automation-sdk/cmake/BuildMDDB.cmake:35 (add_custom_command):
Error evaluating generator expression:
$<TARGET_FILE:mddb_compiler>
No target "mddb_compiler"
Call Stack (most recent call first):
CMakeLists.txt:29 (build_mddb)
-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.