Closed zinahe closed 1 year ago
Yes. I'm an idiot.
I just cloned the repo and proceeded to compile my code against libopencm3. Didn't even bother reading the README.
Running make targets='stm32/g0'
solved the issue.
glad you got things sorted out :)
Hi,
I'm trying to build a relatively simple program on STM32G030 which includes
<libopencm3/cm3/nvic.h>
that ends up in adispatch/nvic.h
which then leads to a NON existingg0/nvic.h
as shown below:https://github.com/libopencm3/libopencm3/blob/1f3abd43763fa39d23e737602b6d0011a45c70b2/include/libopencm3/cm3/nvic.h#L147
https://github.com/libopencm3/libopencm3/blob/1f3abd43763fa39d23e737602b6d0011a45c70b2/include/libopencm3/dispatch/nvic.h#L23-L24
I believe this file used to exist in the past, but was deleted at some point.
Regards,
Zinahe A.