cancel
Showing results for 
Search instead for 
Did you mean: 

Set elf file path relative to project

AWahd.1
Associate II

Hello,

I have a project structure as follows:

  • Src
  • bin
    • app.elf
  • tools
    • IDE

in IDE I have my Stm32CubeIDE and I tried to set the application path to be relative, it get recognized but when launch I got null exception. any clues?

0693W000004IaYpQAK.png

0693W000004IaYuQAK.png

2 REPLIES 2
Pavel A.
Evangelist III

From the screenshots it looks like you're on Windows. It is hard to remember which components need backslash in paths and which don't.

Just click on "Search project" and Eclipse will enter the path properly.

-- pa

AWahd.1
Associate II

Thanks Pavel for replying.

I'm using CMake for build and the project only search for Debug folder.