Skip to main content
AWahd.1
Associate II
October 4, 2020
Question

Set elf file path relative to project

  • October 4, 2020
  • 2 replies
  • 1385 views

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

This topic has been closed for replies.

2 replies

Pavel A.
Super User
October 4, 2020

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
AWahd.1Author
Associate II
October 4, 2020

Thanks Pavel for replying.

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