microTVM or zephyr bugs, No SOURCES given to Zephyr library #52080
-
| After the configuration of microTVM in TVM 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.  | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
| Same as #13303 in TVM | 
Beta Was this translation helpful? Give feedback.
-
| Closed bug since we believe this is a bug on microTVM's side, but you're welcome to discuss here. | 
Beta Was this translation helpful? Give feedback.
-
| This seems to be a bug on the microTVM side. 
 It looks like you are not selecting any console drivers. 
 You need to add  #include <zephyr/drivers/gpio.h> | 
Beta Was this translation helpful? Give feedback.
This seems to be a bug on the microTVM side.
It looks like you are not selecting any console drivers.
You need to add
zephyr/prefix to the Zephyr headers now.