Can't build imported demo project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-08 1:02 AM
Hi evryone,
I'm trying to do some work on the stm32 L552ZE-Q and I'm trying to launch some demo projects available but once I've imported the porject in the IDE I can't build the project. I have that error:
and I also got a warning but I don't find why it is here:
And the build button is inaccessible:
Thank you for your help!
Solved! Go to Solution.
- Labels:
-
STM32CubeIDE
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-09 12:33 AM
Try open a STM32CubeIDE project using the "File -> Import" menu.
- Start STM32CubeIDE
- Choose a workspace location (preferably different from your project location)
- Open STM32CubeIDE menu "File -> Import..."
- In the "Import" window, select "General -> Existing Projects into Workspace". Click on Next.
- At line "Select root directory", click on "Browse..."
- Navigate to the directory of the project's and click on "Select folder".
- STM32CubeIDE displays what project was found. Select the project you want to import. Click on "Finish."
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-08 1:31 AM
Hello @_Louis_ ,
It seems you are using the "Copy into workspace" option ?
In this case, you have this known limitation which is listed in the STM32CubeIDE:STM32CubeIDE errata 1.17.x - stm32mcu
68184 | Hierarchical projects cannot be imported with the option Copy into workspace. |
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-08 5:59 PM
Hi Imen,
I've try to import the file via different methods:
- The copy into workspace
- Via the import option
- Via open project in the file system
- with the project selector of Cube IDE
And every method fail to build the project.
How can I open the projects from the CubeL5 Package ?
Thank you for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-09 12:33 AM
Try open a STM32CubeIDE project using the "File -> Import" menu.
- Start STM32CubeIDE
- Choose a workspace location (preferably different from your project location)
- Open STM32CubeIDE menu "File -> Import..."
- In the "Import" window, select "General -> Existing Projects into Workspace". Click on Next.
- At line "Select root directory", click on "Browse..."
- Navigate to the directory of the project's and click on "Select folder".
- STM32CubeIDE displays what project was found. Select the project you want to import. Click on "Finish."
Thanks
Imen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2025-01-09 7:58 PM
I have reinstalled the package cubeL5 and now it's working!
Thank you for your help!
