2017-08-25 12:00 PM
I am building a project that I've previously built with success, but am now getting the error Conflicting Types for 'HAL_Init'. Since my last build, I've only made small changes to the code for my timers and have not touched the HAL driver files. In the image below, you can see that the compiler messages give another informative message stating that the previous declaration of HAL_Init was here. Clicking on that link takes you to where the declaration still exists - untouched. I've made sure to include the corresponding C and H files in the image. I am using the following IDE:
Eclipse IDE for C/C++ Developers
Version: Neon.3 Release (4.6.3)
Build id: 20170314-1500Thank you, in advance, for any help you can give with this problem.
2017-08-25 12:02 PM
I should have mentioned I am using STM32CubeMX-generated code for a STM32F302R8 Nucleo board.
2017-08-25 02:03 PM
Nevermind, please disregard this question. Sneaky little typo in my software snuck in from the lines I had commented above my use of HAL_Init (), and the debugger was fooled into thinking I was redeclaring.