cancel
Showing results for 
Search instead for 
Did you mean: 

Build error after integrating Cube AI project

LuizF_Ferro
Associate III

Hello,

I am developing an AI classification model based on LSM6DSOX sensor data. Before adding the X-CUBE-AI software pack to Cube IDE, I was firstly developing the data acquisition code with the driver from X-CUBE-MEMS1, which I managed to do.

 

After adding the Cube AI software pack, I uploaded my .h5 file, analyzed and validated the model (both on desktop & target) and I didn't get any errors, so everything was fine.

 

However, after the generated code was integrated into the project, I started to get several build errors. I didn't change anything in my main.c or in any generated file, so I don't understand why this is happening.

 

For further information, my MCU is a STM32U585CIU6, and I attached a .txt file with the errors I had.

Could anyone help me, please? Thank you!

1 REPLY 1
fauvarque.daniel
ST Employee

You are missing include path in the generated project.

Sometime it happens when the project is generated again.

Regards


In order 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.