The code does not compile anymore with recent versions of Rust:
$ cargo --version
cargo 0.24.0 (45043115c 2017-12-05)
$ rustc --version
rustc 1.23.0 (766bd11c8 2018-01-01)
sgx-membench/sgx-membench/$ cargo build
Updating registry `https://github.com/rust-lang/crates.io-index`
error: no matching package named `ioctl` found (required by `sgxs`)
location searched: registry `https://github.com/rust-lang/crates.io-index`
version required: ^0.3
The ioctl package has been yanked on crates.io.
The code does not compile anymore with recent versions of Rust:
The ioctl package has been yanked on crates.io.