alibaba / alibaba/x-deeplearning
TDM serving编译时报错
- Dominant language
- PureBasic
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
编译TDM serving时,执行到make -j 8报错:
collect2: error: ld returned 1 exit status
examples/CMakeFiles/tdm_with_filter_example.dir/build.make:98: recipe for target 'examples/tdm_with_filter_example' failed
make[2]: *** [examples/tdm_with_filter_example] Error 1
CMakeFiles/Makefile2:183: recipe for target 'examples/CMakeFiles/tdm_with_filter_example.dir/all' failed
make[1]: *** [examples/CMakeFiles/tdm_with_filter_example.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
发现有很多人提出同样问题,麻烦帮看下
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by rerunning `make -j 8` in the TDM serving build and capture the linker output preceding `collect2: error: ld returned 1 exit status`. Inspect `examples/CMakeFiles/tdm_with_filter_example.dir/build.make` and the `tdm_with_filter_example` target; done means the target and the full build complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100