Closed nsq974487195 closed 6 years ago
i follow the instruction in the website,
1.git clone $SOURCE 2.git submodule init 3.git submodule update 4.cmake .
when i input the instruction "cmke" , it occurs an errors and says that "Failed to find McPAT library. Check you initialized submodules."
would you help me to solve this problem ?
I'm guessing your lib/mcpat submodule didn't get pull as it's a submodule under simplessd Try this command should resolve your problem: git submodule update --init --recursive
@KaCheung thanks, it works.
i follow the instruction in the website,
1.git clone $SOURCE 2.git submodule init 3.git submodule update 4.cmake .
when i input the instruction "cmke" , it occurs an errors and says that "Failed to find McPAT library. Check you initialized submodules."
would you help me to solve this problem ?