Skip to main content
MBour.2
Associate II
April 12, 2021
Solved

Warning : Invalid project path: Missing project folder or file: \App1b\B-L475E-IOT01A2 for Source path.

  • April 12, 2021
  • 4 replies
  • 2844 views

Hello,

I'm working on a project with a B-L475E-IOT01A2 board and a STM32L475 MCU. I am generating a code using CubeMX and the X-CUBE-BLE-1 software pack and when I build my project, I get this error :

Warning : Invalid project path: Missing project folder or file: \App1b\B-L475E-IOT01A2 for Source path

I really don't understand how can a file or a folder be missing when I'm building the project ...

Thanks in advance for your help,

Mohamed

This topic has been closed for replies.
Best answer by Imen.D

Hi @MBour.2​ ,

I advise you to run the existing projects from the X-CUBE-BLE1 package for the boards supported (as the default example with NUCLEO-L476RG) and compare the project settings with your own using STM32CubeIDE. So, you can check the difference and make corresponding updates in your project.

Imen

4 replies

Technical Moderator
April 12, 2021

Hello @MBour.2​ ,

Which IDE are you using ?

Make sure that you have the right include path in the project properties.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
MBour.2
MBour.2Author
Associate II
April 13, 2021

Hello Imen,

Thanks for your reply, I'm using STM32CubeIDE and regarding the files to include, do you know what we have to include in source location when using a software pack ?

Because every documents are empty...

Mohamed

Imen.DBest answer
Technical Moderator
April 15, 2021

Hi @MBour.2​ ,

I advise you to run the existing projects from the X-CUBE-BLE1 package for the boards supported (as the default example with NUCLEO-L476RG) and compare the project settings with your own using STM32CubeIDE. So, you can check the difference and make corresponding updates in your project.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
MBour.2
MBour.2Author
Associate II
April 16, 2021

Hi Imen,

This is what we eventually did, it works perfectly thank you (once again) !

Mohamed

Technical Moderator
April 16, 2021

Hi @MBour.2​ ,

You are welcome :) Glad to know that your issue is solved.

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks