问题描述:
测试mindspore的ascend用例编译失败(MindSpore官网 )
(base) xling@xling-MS-7916:~$ cd /home/xling/codes/ascend_projects/docs/tutorials/tutorial_code/ascend310_single_op_sample (base) xling@xling-MS-7916:~/codes/ascend_projects/docs/tutorials/tutorial_code/ascend310_single_op_sample$ ls CMakeCache.txt CMakeFiles cmake_install.cmake CMakeLists.txt main.cc Makefile README.md tensor_add.mindir tensor_add_sample (base) xling@xling-MS-7916:~/codes/ascend_projects/docs/tutorials/tutorial_code/ascend310_single_op_sample$ cmake . -DMINDSPORE_PATH=`pip3 show mindspore-ascend | grep Location | awk '{print $2"/mindspore"}' | xargs realpath` -- Configuring done -- Generating done -- Build files have been written to: /home/xling/codes/ascend_projects/docs/tutorials/tutorial_code/ascend310_single_op_sample (base) xling@xling-MS-7916:~/codes/ascend_projects/docs/tutorials/tutorial_code/ascend310_single_op_sample$ make Consolidate compiler generated dependencies of target tensor_add_sample make[2]: *** No rule to make target '/home/xling/.local/lib/python3.7/site-packages/mindspore/lib/libmindspore.so', needed by 'tensor_add_sample'. Stop. CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/tensor_add_sample.dir/all' failed make[1]: *** [CMakeFiles/tensor_add_sample.dir/all] Error 2 Makefile:90: recipe