I have fully build the system by the Installation document, but when I run the following command:
cmake --build build --target run_simulte-cars
I got a problem, the command line terminal output this:
scenarios/CMakeFiles/run_simulte-cars.dir/build.make:77: recipe for target 'scenarios/CMakeFiles/run_simulte-cars' failed
make[3]: *** [scenarios/CMakeFiles/run_simulte-cars] Error 133
CMakeFiles/Makefile2:761: recipe for target 'scenarios/CMakeFiles/run_simulte-cars.dir/all' failed
make[2]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
CMakeFiles/Makefile2:768: recipe for target 'scenarios/CMakeFiles/run_simulte-cars.dir/rule' failed
make[1]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
Makefile:331: recipe for target 'run_simulte-cars' failed
make: *** [run_simulte-cars] Error 2
I tried to solve this but failed,is there anyone meeting the same problem?
Thanks for your help
I have fully build the system by the Installation document, but when I run the following command:
cmake --build build --target run_simulte-cars
I got a problem, the command line terminal output this:
scenarios/CMakeFiles/run_simulte-cars.dir/build.make:77: recipe for target 'scenarios/CMakeFiles/run_simulte-cars' failed
make[3]: *** [scenarios/CMakeFiles/run_simulte-cars] Error 133
CMakeFiles/Makefile2:761: recipe for target 'scenarios/CMakeFiles/run_simulte-cars.dir/all' failed
make[2]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
CMakeFiles/Makefile2:768: recipe for target 'scenarios/CMakeFiles/run_simulte-cars.dir/rule' failed
make[1]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
Makefile:331: recipe for target 'run_simulte-cars' failed
make: *** [run_simulte-cars] Error 2
I tried to solve this but failed,is there anyone meeting the same problem?
Thanks for your help