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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to