Hi.
I have a labview project with a sbRIO real-time target. I can successfully build both the real-time application and the fpga using their respective build specifications. However when I try to build it from the command line (setting up a script for continous integration), the FPGA build fails with the following error:
Error Code : 1370
Error Message : mxLvErrorHandler.vi:2660001
An error occurred while running the ExecuteBuildSpec operation.
This is the command I try to execute:
"labviewcli.exe -OperationName ExecuteBuildSpec -ProjectPath "C:\labview_CI_test\lv_ci_test_rt\utilities\build_scripts\..\..\src\lv_ci_test_rt.lvproj" -TargetName "FPGA Target" -BuildSpecName "FPGA""
I know that the paths and target names etc. resolves correctly as if I change any of them I get more descriptive file not found errors.
Anyone know what the problem might be?
System info:
LabVIEW 2020 SP1 32-bit
Windows 10