You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/12/09 06:02:02 UTC

[GitHub] [tvm] xingha opened a new issue #7066: tvm c++ compil error

xingha opened a new issue #7066:
URL: https://github.com/apache/tvm/issues/7066


   compiled tvm_mobilefacenet
   
   root@3301baaa7ede:build# make
   Scanning dependencies of target tvm_mobilefacenet
   [ 33%] Building CXX object CMakeFiles/tvm_mobilefacenet.dir/tvm_runtime_pack.cc.o
   [ 66%] Building CXX object CMakeFiles/tvm_mobilefacenet.dir/main.cpp.o
   [100%] Linking CXX executable ../tvm_mobilefacenet
   CMakeFiles/tvm_mobilefacenet.dir/tvm_runtime_pack.cc.o: In function `TVMModFree':
   tvm_runtime_pack.cc:(.text+0x2441): undefined reference to `TVMObjectFree'
   collect2: error: ld returned 1 exit status
   CMakeFiles/tvm_mobilefacenet.dir/build.make:170: recipe for target '../tvm_mobilefacenet' failed
   make[2]: *** [../tvm_mobilefacenet] Error 1
   CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/tvm_mobilefacenet.dir/all' failed
   make[1]: *** [CMakeFiles/tvm_mobilefacenet.dir/all] Error 2
   Makefile:83: recipe for target 'all' failed
   make: *** [all] Error 2


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] dimitraka edited a comment on issue #7066: tvm c++ compil error

Posted by GitBox <gi...@apache.org>.
dimitraka edited a comment on issue #7066:
URL: https://github.com/apache/tvm/issues/7066#issuecomment-742755419


   How did you solve this issue?
   
   I'm getting an error "recipe for target 'container_test' failed"  while  "Linking CXX executable container_test"


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] dimitraka commented on issue #7066: tvm c++ compil error

Posted by GitBox <gi...@apache.org>.
dimitraka commented on issue #7066:
URL: https://github.com/apache/tvm/issues/7066#issuecomment-742755419


   How did you solved this issue?
   
   I'm getting an error "recipe for target 'container_test' failed"  while  "Linking CXX executable container_test"


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] xingha closed issue #7066: tvm c++ compil error

Posted by GitBox <gi...@apache.org>.
xingha closed issue #7066:
URL: https://github.com/apache/tvm/issues/7066


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] xingha commented on issue #7066: tvm c++ compil error

Posted by GitBox <gi...@apache.org>.
xingha commented on issue #7066:
URL: https://github.com/apache/tvm/issues/7066#issuecomment-742985443


   i add tvm library into target_link_libraries(tvm_mobilefacenet  ${OpenCV_LIBS} -ldl -lpthread tvm), it's run. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org