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/11/06 13:13:39 UTC

[GitHub] [tvm] wangpengabc opened a new issue, #13303: microTVM or zephyr bugs, No SOURCES given to Zephyr library

wangpengabc opened a new issue, #13303:
URL: https://github.com/apache/tvm/issues/13303

   After the configuration of microTVM and zephyr in my local environment, I run the "python micro_aot.py" in tvm/gallery/how_to/work_with_microtvm subdirectory. The following errors occur. 
   
   ```
   zephyrproject/zephyr/subsys/random/CMakeLists.txt:11 (message):
     
   
         Warning: CONFIG_TEST_RANDOM_GENERATOR is not a truly random generator.
         This capability is not secure and it is provided for testing purposes only.
         Use it carefully.
   
   
   CMake Warning at /home/sdc/wangpeng/dlc/zephyr/zephyrproject/zephyr/CMakeLists.txt:824 (message):
     No SOURCES given to Zephyr library: drivers__console
   
     Excluding target from build.
   ```
   
   ```
   tmp/tmp7tvfh3o8/project/src/main.c:31:10: fatal error: drivers/gpio.h: No such file or directory
      31 | #include <drivers/gpio.h>
         |          ^~~~~~~~~~~~~~~~
   compilation terminated.
   ```
   
   


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

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