Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Building onnxruntime with version v1.18.2 is successful but gives an error with v1.20.1, cannot understand what I am doing wrong #23150

Open
SaqibAkram-Doit opened this issue Dec 19, 2024 · 0 comments
Labels
build build issues; typically submitted using template

Comments

@SaqibAkram-Doit
Copy link

Describe the issue

I am using the following command on a linux machine to build onnxruntime.

 ./build.sh \
  --config=Release \
  --build_shared_lib \
  --disable_ml_ops --build_wheel \
  --include_ops_by_config  <my system path to the .required_operators.config file> \
  --enable_reduced_operator_type_support \
  --skip_tests --parallel --use_xnnpack

When I build with version v1.20.1 it gives the following error and cannot build:

/usr/bin/ld: cannot find -lclog: No such file or directory

But when I build with version v1.18.2, the build is successful. I am not sure what I am doing wrong, need help. Thanks in advance.

Urgency

Not much urgent.

Target platform

CPU

Build script

./build.sh
--config=Release
--build_shared_lib
--disable_ml_ops --build_wheel
--include_ops_by_config <my system path to the .required_operators.config file>
--enable_reduced_operator_type_support
--skip_tests --parallel --use_xnnpack

Error / output

/usr/bin/ld: cannot find -lclog: No such file or directory

Visual Studio Version

No response

GCC / Compiler Version

No response

@SaqibAkram-Doit SaqibAkram-Doit added the build build issues; typically submitted using template label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build build issues; typically submitted using template
Projects
None yet
Development

No branches or pull requests

1 participant