cancel
Showing results for 
Search instead for 
Did you mean: 

stm32 targeted project type is empty and its not generating .ioc file

_kalpesh
Associate III

_kalpesh_0-1751889721909.png_kalpesh_1-1751889757616.png

 

#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

50 REPLIES 50

I'm also having the same problem now. I'm using 1.18.1. Have you solved your problem now? Could you tell me how it was solved?

Souhaib MAZHOUD
ST Employee

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.

Its due to old version. Please update to latest version 1.19.0 to solve this problem, also you have to update the firmware pack to FW-V1.18.1 so that you can execute all your codes ( old projects) w/o any problem.

Are there plans for a solution that doesn't require updating our CubeIDE? Our group would really prefer to not update if we don't have to, even if we have to wait. Let me know!

i have updated cubeIDE to the latest 1.19 version and its working fine for now
but if there is something work around to get earlier version working pls comment here!!
Thank you.

Could you please not put ".exe" in the name of the file on the server?! My company computer is blocked from downloading it! I will find a workaround, but just a zip file without .exe in the name would be great :)

WGend15_0-1751981093453.png

 

Hal56-GCI
Associate III

Is ST now forcing us to update in order to create a new STM32 project?

rprr
Associate

Mine is still not working. I upgraded to v 1.19 and also updated the CubeMX also. No luck. I'm on a mac.

FB__1
Associate III

Same problem v1.19 did not solve the problem on Linux...
Is there a way to clean everything related to the stm32cubeide with apt remove ?

I update to the latest version 1.19.0,it is even worse,now I hit the new stm32 project button but no response at all.