-
Notifications
You must be signed in to change notification settings - Fork 113
Compile TF Ops errors #25
Comments
@chdjianfeng Looks like the C compiler cannot be found, but C++ compliler was found. First we can try to locate which gcc
gcc --version If you're using echo $CC If gcc is not installed, install it, e.g.
If it still doesn't work, try to specify the compiler location explicitly when running cmake, e.g. cmake -DCMAKE_C_COMPILER=/usr/bin/gcc .. |
Hi @yxlao , BTW, I build it successfully after using |
it works!! |
@yxlao Hi sir thnak you for the great work, i using bash on ubuntu on windows, I got the error No CMAKE_CUDA_COMPILER could be found. |
This error still does exist even when I input cmake -DCMAKE_C_COMPILER=/usr/bin/gcc .. |
@chdjianfeng Have you solved that problem? Thanks. |
yes ,it works when i changed the C compiler path and C++ compiler path
|
@zcyy-lushijie Could you tell me which file did you modify? Thank you! |
when i run the script
cd tf_ops mkdir build cd build cmake .. makei changed "cmake.." to "cmake -DCMAKE_C_COMPILER=/usr/bin/gcc .."
…------------------ 原始邮件 ------------------
发件人: "qcc"<notifications@github.com>;
发送时间: 2019年11月25日(星期一) 下午2:56
收件人: "intel-isl/Open3D-PointNet2-Semantic3D"<Open3D-PointNet2-Semantic3D@noreply.github.com>;
抄送: "1170693751"<1170693751@qq.com>;"Comment"<comment@noreply.github.com>;
主题: Re: [intel-isl/Open3D-PointNet2-Semantic3D] Compile TF Ops errors (#25)
@zcyy-lushijie Could you tell me which file did you modify? Thank you!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I also have the same case. Have you solved it? |
Hello. When I Compile TF Ops some errors occurred. How to solve it? This is the errors below.
The text was updated successfully, but these errors were encountered: