Install spdk header files (libs are installed too but those are not needed): cdspdk&&make install Copy the library to a place where it can be found by the linker: sudo cp build/libspdk_fat.so /usr/local/lib/ Put spdk-sys crate to dependencies in Cargo.toml of your project and start...
spdk理论上是dtool的猥琐驱动以前没这么猥琐,固定为sptd由于dtool的驱动HOOK得很深,查不到很正常
Install spdk header files (libs are installed too but those are not needed): cdspdk&&make install Copy the library to a place where it can be found by the linker: sudo cp build/libspdk_fat.so /usr/local/lib/ Put spdk-sys crate to dependencies in Cargo.toml of your project and start...