Open Xuanwo opened 9 months ago
Are you missing pkg-config perhaps?
PKG_CONFIG_PATH: (undefined)
If you use the nix-shell, it will build spdk for you btw.
You can also use nix-shell --arg nospdk true
which lets you build your own with most needed dependencies.
Please have a look at the README, if you haven't already.
hey @Xuanwo - did you get this resolved on your end? is spdk-rs building successfully for you?
Describe the bug
I tried to build
spdk-rs
with README but failed forTo Reproduce Steps to reproduce the behavior:
spdk
git checkout v23.05
AS=yasm ./configure --enable-debug --target-arch=nehalem --without-shared \ --without-crypto \ --with-uring --without-uring-zns \ --disable-unit-tests --disable-tests
make
spdk-rs
cargo build
Expected behavior
Build succeeded.
Screenshots
Additional context
None.