You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Maybe I'm doing something wrong, but if I call from main a RCC function such as RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);, I get a linkage error, saying undefined reference toRCC_AHB1PeriphClockCmd'`. Also, Eclipse shows an error symbol next to line 31 from the Makefile https://github.com/progranism/stm32f4-gcc-template/blob/master/Makefile#L31. Could you please enlighten me on where the issue is? Thanks!
The text was updated successfully, but these errors were encountered:
Hi!
Maybe I'm doing something wrong, but if I call from main a RCC function such as
RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOG, ENABLE);
, I get a linkage error, sayingundefined reference to
RCC_AHB1PeriphClockCmd'`. Also, Eclipse shows an error symbol next to line 31 from the Makefile https://github.com/progranism/stm32f4-gcc-template/blob/master/Makefile#L31. Could you please enlighten me on where the issue is? Thanks!The text was updated successfully, but these errors were encountered: