Set elf file path relative to project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-04 04:14 AM
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?
- Labels:
-
DEBUG
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-04 08:28 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-10-04 08:43 AM
Thanks Pavel for replying.
I'm using CMake for build and the project only search for Debug folder.