Enviroment:
- Ubuntu 20.04.3
- SUMO 1.10
- CMake 3.18.4
- GNU GCC 10.3.0
- OMNeT++ 5.6.2
- Boost 1.74.0
I have built everything by the Installation guide. Still when I run the command cmake --build build --target run_simulte-cars (or any other) I receive the following runtime error:
<!> No such config: Base
TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?
Trace/breakpoint trap (core dumped)
gmake[3]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/build.make:76: scenarios/CMakeFiles/run_simulte-cars] Error 133
gmake[2]: *** [CMakeFiles/Makefile2:731: scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:738: scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
I have tried to google it, and solve it in different ways, but I am out of ideas. Does anybody has the same problem? Any idea how to get trough it?
Thanks
Enviroment:
I have built everything by the Installation guide. Still when I run the command
cmake --build build --target run_simulte-cars(or any other) I receive the following runtime error:<!> No such config: Base
TRAPPING on the exception above, due to a debug-on-errors=true configuration option. Is your debugger ready?
Trace/breakpoint trap (core dumped)
gmake[3]: *** [scenarios/CMakeFiles/run_simulte-cars.dir/build.make:76: scenarios/CMakeFiles/run_simulte-cars] Error 133
gmake[2]: *** [CMakeFiles/Makefile2:731: scenarios/CMakeFiles/run_simulte-cars.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:738: scenarios/CMakeFiles/run_simulte-cars.dir/rule] Error 2
I have tried to google it, and solve it in different ways, but I am out of ideas. Does anybody has the same problem? Any idea how to get trough it?
Thanks