Code::Blocks Forums

User forums => Embedded development => Topic started by: cgern on August 08, 2008, 02:44:05 PM

Poll
Question: Can I configure the CB gdb to work with Xilinx Microblaze XMD ?
Option 1: hugo votes: 0
Option 2: otto votes: 0
Title: Using CB with Xilinx Microblaze
Post by: cgern on August 08, 2008, 02:44:05 PM
Hello together,

we want to use CB as IDE for Xilinx Microblaze Projects
Most things work fine.
Debugging works fine with external Insight Debugger called via Shell extensions
Under tools I start a batch file, that starts the gdbserver from Xilinx called XMD.
I use manual makefiles to build the project.

If I try to start the internal debugger I get the following error messages:
The selected Target use only pre/post build step commands.
Can't debug such a target.

Is there a possibility to work with the internal cb debugger ?