Skip to main content
BBick.1
Associate II
August 5, 2020
Question

Just getting started with CubeIDE and am working with an existing project, but having an issue with flashing the code to the target.

  • August 5, 2020
  • 1 reply
  • 752 views

Ubuntu Linux 20.04 and error is Program file does not exist. /home/burtbicksler/ExtraDrive/STM32CubeID/workspace_1.4.0/FD-JUL-MB/Debug\FD-JUL-MB.elf not found

The elf file DOES exist but it looks like the IDE is putting a backslash after the Debug directory and I suspect that may be the culprit. Is this a known problem under Linux, and/or is there any work around?

Is there another tool I can use to Flash the code to the board under Linux?

Thanks,

This topic has been closed for replies.

1 reply

TDK
August 6, 2020

Edit your run/debug configuration so it includes forward slash instead of backslash.

0693W000003OZb2QAG.png

You can also flash it with STM32CubeProgrammer.

"If you feel a post has answered your question, please click ""Accept as Solution""."