onnx-tensorrt
onnx-tensorrt copied to clipboard
Windows make-j issue
Description
So I've built onnxtrt well using: cmake -G "MinGW Makefiles" .. -DTENSORRT_ROOT=C:\TensorRT-8.2.4.2 and it built successfully I installed protobuf using vckpg and also by extracting from protobuf/releases and adding protoc.exe bin file to path as well both results gave me same error but with differenet paths I added the same lines as in issue #796 to cmakelist to make it build successfully However when "make-j" C:\onnx-tensorrt\build>make -j I've attached the make -j attempt at error.txt
Environment
TensorRT Version: 8.2.4.2 ONNX-TensorRT Version / Branch: GPU Type: Nvidia 1060 MaxQ Nvidia Driver Version: CUDA Version: 11.4 CUDNN Version: Operating System + Version: Windows 10 Python Version (if applicable): 3.8.8 TensorFlow + TF2ONNX Version (if applicable): PyTorch Version (if applicable): Baremetal or Container (if container which image + tag):
Relevant Files
Steps To Reproduce
Which protobuf version are you using?
same error for me on linux!!! what should I do???