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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
