SimpleSSD / SimpleSSD-Standalone

Open-Source Licensed Educational SSD Simulator for High-Performance Storage and Full-System Evaluations
GNU General Public License v3.0
39 stars 30 forks source link

complie error in SimpleSSD v2.0 #3

Closed nsq974487195 closed 6 years ago

nsq974487195 commented 6 years ago

i follow the instruction in the website,

1.git clone $SOURCE 2.git submodule init 3.git submodule update 4.cmake .

  1. make

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 ?

KaCheung commented 6 years ago

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

nsq974487195 commented 6 years ago

@KaCheung thanks, it works.