2025-07-07 5:05 AM
#include <stdint.h>
#if !defined(__SOFT_FP__) && defined(__ARM_FP)
#warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use."
#endif
int main(void)
{
/* Loop forever */
for(;;);
}
Hi Im trying to generate new project with CUBE IDE 1.13 which was working fine this morning but somehow its not generating .ioc file anymore when i searched it says FPU not initialized & generates only files which are present in the second picture
plz help me on this
Solved! Go to Solution.
2025-07-08 3:01 AM
To resolve this problem, you should update your STM32CubeIDE to the latest version 1.19.0, which is available under this link.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-07-07 5:07 AM
The stm32CUBE option is not selectable its grey
checked the correct version on the PC its present and working how to fix this
2025-07-07 5:30 AM
The same here with 1.18.1. However on 1.19.0 which released yesterday the option is available
2025-07-07 5:47 AM
Hello @_kalpesh
Thank you for bringing this issue to our attention.
I will get back to you as soon as I have any updates.
KR,
Souhaib
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-07-07 5:58 AM
Hello,
I had the same problem. I started using v1.19.0. The problem was solved when i upgraded to v1.19.0
2025-07-07 10:16 AM
I also started experiencing this same problem today. My cube IDE version is 1.16
2025-07-07 1:41 PM
Is this like a server issue?
2025-07-07 3:52 PM
It seems to be an issue lately as I've seen the same issue as well
2025-07-07 10:57 PM
I have the same issue, The Targeted Project type is by default selecting to "Empty", and STM32cube option greyed out.
2025-07-07 11:36 PM - edited 2025-07-07 11:49 PM
@_kalpesh Hey, I was facing the same issue with STM32CubeIDE version 1.18. One other comment in this thread has mentioned it working with version 1.19. So I tried updating my cube version to 1.19 and now it all works fine(the STM32cube project type is selectable and the ioc file is being generated now). Just update your cube version to the latest.