-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Description
The following error occurs during compilation:
2022-02-15 02:29:52,303 build [DEBUG] - Command line arguments:
--build_dir /home/alpr/Desktop/onnxruntime-1.10.0/build/Linux --config Release --build_shared_lib --parallel --update --build
2022-02-15 02:29:52,341 build [ERROR] - Failed to resolve executable path for 'ctest'.
Commands that I execute and test:
./build.sh --config Release --build_shared_lib --parallel --build --skip_tests
./build.sh --config Release --build_shared_lib --parallel --update --build
./build.sh --config Release --parallel --update --build --arm64
./build.sh --config MinSizeRel --update --build --disable_exceptions
./build.sh --update --config Release --build --build_wheel --use_cuda --cuda_home /usr/local/cuda --cudnn_home /usr/lib/aarch64-linux-gnu
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04.5
- ONNX Runtime installed from source : Source
- ONNX Runtime version: 1.10.0 and 1.11.0
- Cmake Version: 3.22.2
- Python version: 2.7.17
- Visual Studio version (if applicable):
- GCC/Compiler version (if compiling from source): 7.5.0
- CUDA/cuDNN version: 10.2 / 8.2.1
- GPU model and memory: Maxwell - 4Gb Memory
To Reproduce
git clone --recursive https://github.com/Microsoft/onnxruntime
