User forums > Using Code::Blocks

Source File Not Found in arm-none-eabi-gdb

<< < (2/2)

tipofthesowrd:

--- Quote from: Quiss on December 31, 2014, 08:20:01 am ---Instead of specifying full path, below line works in the "Additional GDB commands" even there are spaces in the full path:

--- Code: ---file ./Debug/bin/$(TARGET_OUTPUT_BASENAME).elf
--- End code ---

--- End quote ---

Unfortunately, no. I just tried with the following debugger commands:


--- Code: ---monitor halt
file ./Debug/bin/$(TARGET_OUTPUT_BASENAME).elf
load ./Debug/bin/$(TARGET_OUTPUT_BASENAME).elf
monitor sleep 100
continue
--- End code ---

They still result in the "No such file or directory" error. Perhaps this has to do with my Windows machine?
Perhaps the GDB workaround option should be made more clear or easier to find?

Navigation

[0] Message Index

[*] Previous page

Go to full version