Question
Unable to compile STM32F4 demonstration
Posted on March 13, 2013 at 21:54
I'm trying to compile the Demonstration sample from ST.com for my STM32F4, using Eclipse CDT and the GNU ARM Eclipse plugin. For more details and the Eclipse project, see
Simply clone the project, and import the Eclipse project in the projects/demonstration folder, and compile, remember to install .I'm currently getting compilation errors:.../stm32f4-discovery/libraries/stm32_usb_otg_driver/src/usb_hcd.c:95:7: error: 'USB_OTG_CORE_HANDLE' has no member named 'host'Why am I getting this error?