brianmc95 / OpenCV2X

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

cmake Error: could not load cache #1

Open Luge1995 opened 4 years ago

Luge1995 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 runsimulte-cars I got a problem, the command line terminal output this: could not load cache I tried to solve this but failed,is there anyone meeting the same problem? Thanks for your help

brianmc95 commented 4 years ago

Hi Luge,

Are you sure that you ran cmake --build . before running cmake --build build --target run_simulte-cars ?

Unfortunately, I don't have enough information to go on with what you have explained. Maybe if this doesn't help tell me some more about your system i.e. what OS you have, OMNeT++ version and SUMO versions, they shouldn't impact on cMake but it's more to go on.

Luge1995 commented 4 years ago

Here is my building environment list: _

_ I have successfully make all the necessary submodules by command make all and run command cmake --build before running _cmake --build build --target runsimulte-cars .Then it throws the error, could not load cache, I tried to google it, but the methods did not work.... Thanks a lot for your reply.

Edion-Liu commented 2 years ago

are your solve?