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 8:19 PM
I was able to get v1.19 to work on my Mac. I went to CubeIDE--> Help and updated everything as much as possible till there was nothing else to update. I have only tested making a new project. I haven't dared open older projects for fear of corrupting them.
2025-07-08 10:18 PM
just make a copy of those projects in the different directory
and import them in the 1.19 version
and be mindful of the pop up which asks,
"Do you want to migrate the ioc file to the latest version"
if you chose yes you wont be able to open it in the older IDE versions, its safe to say NO and open with older MX versions.
2025-07-08 10:38 PM
Hi,
I also have same issue, I am using v1.16 and today when i was creating a new project the option STM32Cube project is disabled, and only empty project is created. how this issue comes automatically or any updates done to older version also?
2025-07-10 1:58 AM
更新到1.19.0就可以创建了.可是为什么意法半导体要强制用户更新:pouting_face::pouting_face::pouting_face::pouting_face:
2025-07-10 10:31 AM
If you have an existing project for the processor you're using, copy that, rename the project in the cproject, project and .ioc files, and strip out what you don't need. That's what I'm going to have to do. I have older projects that I am still supporting with production code, and I can't afford to break the ide with an update. My long term solution is to build a toolchain that is not STM32CubeIDE - maybe VS code?
I don't really have the time or resources to dig that far into this, but it seems I don't have a choice.
Thanks ST
2025-07-10 10:27 PM
sir what i would suggest is,
create a new workspace with your current IDE version where you directly copy your current projects and import them directly.
the way you are suggesting is quiet messy, i have tried it few days ago it didn't work for me
can you give some details about this if its working for you?
thanks!
2025-07-11 3:25 AM
Could you please try the steps below that should resolve the problem:
- Close STM32CubeIDE
- Delete all those files from your PC: .stm32cufinder, .stm32cubemx, .stm32cubeide and .stm32cube
- Restart the STM32CubeIDE
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-15 1:26 AM - edited 2025-07-15 1:29 AM
@_kalpesh wrote:its not generating .ioc file anymore
Same issue here with v1.18.1:
2025-07-15 8:13 AM
Facing the same issue (using CubeIde V14, with my company's IT policy it's difficult to install new software versions frequently, anyway have to support software projects with older version).
2 weeks ago creation of a new project was still working well, facing this issue from today.
Is there really no other answer from ST to fix this than "install newest version"??
2025-07-16 1:54 AM
Same here.
Really no other answers?