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
rprr
Associate

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. 

just make a copy of those projects in the different directory 
and import them in the 1.19 version

_kalpesh_0-1752038272673.png

 


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.

devilalprajapat
Associate

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?

HAHAHANICAI
Associate

更新到1.19.0就可以创建了.可是为什么意法半导体要强制用户更新:pouting_face::pouting_face::pouting_face::pouting_face:

WilliamGoodman
Associate

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

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! 

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.

Andrew Neil
Super User

@_kalpesh wrote:

its not generating .ioc file anymore 


Same issue here with v1.18.1:

https://community.st.com/t5/stm32cubeide-mcus/cubeide-18-1-does-not-create-cubemx-project/td-p/822289

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.
WGoeb.1
Associate

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"??

Same here.

Really no other answers?