cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX 6.10.0 hanging in Generate Code when adding Mongoose HTTP Library

kbch
Associate II

I'm unable to add the Mongoose HTTP Library as a Third_Party Middleware and then generate code. How can I fix this?

- Create project for NUCLEO-G474RE
- Generate Code (Makefile) - working
- Copy unpacked mongoose source code (https://github.com/cesanta/mongoose/archive/refs/tags/7.12.zip) to Middlewares/Third_Party/mongoose
- Generate Code (Makefile) - now hanging forever, doesn't work anymore to generate code

 

10 REPLIES 10
DarkTaipei
Associate II

This occured to me too. Before I started to search the web, I have been reinstalled STM32CubeMX twice, deleted the .stm32cubmx directory and other attempt. 

Then I saw this thread. I deleted Src and Inc, which I guess are the place with corruped file in my case. It's good now.

It will be great if it show some error messags when the exception happened instead of a lot of INFO that's hard to associate with the issue.