-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build issues with STM32CubeIDE #69
Comments
@Mimmo-c : Apologies for the delayed response. The project is built with STM32CubeIDE 1.9 on windows as part of our Github Actions setup. You can review the build.yml file for some concise setup instructions. The error you listed would indicate that cmake failed to setup your TF-M build directory. Usually this is due to a missing prerequisite of some kind. Can you run through the instructions in the Getting Started Guide and make sure nothing was missed? If the problem persists, please run a clean build and include more of the logs in a response so I can look into it further. |
Hi @paulbartell,
Thank you |
Hi @Mimmo-c,
I think you got failure on generating .ready file here. But I need more clues to find the reason. Thanks! |
Hi @ActoryOu, |
Yes, it should be able to compiled with STM32CubeIDE version 1.10.1. Actually, I'm using this version to compile successfully. |
Hi @ActoryOu, |
Hi @Mimmo-c, Here is my output as reference:
Thanks! |
Any resolution of this error ? I am also getting same error with STM32CubeIDE Version: 1.9.0 |
@Mubhadiya-eic Can you run through the Getting Started Guide again and check that none of the prerequisites are missing? |
Hello team !! I have got the same issue, I have followed the Getting_Started_Guide. below is the log
Does any one have an idea about the build failed in windows platform? |
@amolchor25 and @Mubhadiya-eic this issue bounced around for a while but has found its way to me. I was able to download the STMCube IDE version 1.9 on my Intel Mac and duplicate your error. Below are my logs...
I'll be tinkering around with this today and hope to find a resolution for you. |
Well my previous issue was all of my own doing. At least on my machine the python virtual environment needed to be created beforehand as I had a bunch of incorrectly mapped commands. Probably because of older installs. With the I do agree with @ActoryOu's assessment. I'll try to dig into that build command and what is going on under the hood in the next day or two. |
I am having the same build issues: |
lewis@lewis-Lenovo-Z50-70:~/GITHUB/iot-reference-stm32u5$ source tools/env_setup.sh OSTYPE: gnu/linux Everything appears to setup correctly. |
Hi,
When I build b_u585i_iot02a_tfm with STM32CubeIDE 1.9.0 I got the following errors:
I cannot find where is the problem.
Thanks
The text was updated successfully, but these errors were encountered: