Skip to content

microTVM or zephyr bugs, No SOURCES given to Zephyr library #52080

Discussion options

You must be logged in to vote

This seems to be a bug on the microTVM side.

No SOURCES given to Zephyr library: drivers__console

It looks like you are not selecting any console drivers.

tmp/tmp7tvfh3o8/project/src/main.c:31:10: fatal error: drivers/gpio.h: No such file or directory

You need to add zephyr/ prefix to the Zephyr headers now.

#include <zephyr/drivers/gpio.h>

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by GeorgeCGV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #51997 on November 08, 2022 17:13.