brianmc95 / OpenCV2X

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
37 stars 15 forks source link

cmake Error #13

Open chourouk-gh opened 4 years ago

chourouk-gh commented 4 years ago

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