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 2022/06/13 20:58:53 UTC

[GitHub] [tvm] guberti commented on issue #10237: crt/common/crt_runtime_api.c:210: undefined reference to `TVMSystemLibEntryPoint'

guberti commented on issue #10237:
URL: https://github.com/apache/tvm/issues/10237#issuecomment-1154433042

   When working with Arduino, I've seen a very similar error occur if I forget to pass a `runtime` parameter to `tvm.autotvm.LocalBuilder`:
   > ```/home/guberti/.arduino15/packages/SPRESENSE/tools/gcc-arm-none-eabi/9.2.1/linux/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld: /tmp/tmpbf9x4zv4/generated-project/build/sketch/src/standalone_crt/src/runtime/crt/common/crt_runtime_api.c.o: in function `SystemLibraryCreate':```
   > ```/tmp/tmpbf9x4zv4/generated-project/src/standalone_crt/src/runtime/crt/common/crt_runtime_api.c:210: undefined reference to `TVMSystemLibEntryPoint'```
   
   @UlrikHjort-Bosch Is it possible this could be your issue?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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