Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT and the marketplace

> On 6 Jan 2017, at 23:02, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
> 
> Is there a way to launch something with just GDB and gdbserver without installing the build tools/QUEMU and other such things?

if you already have an executable, you don't need the build tools, but if you want to complete a build on windows, you better install them.

as for QEMU, it is not mandatory per se, the console is missing from J-Link and OpenOCD too, but it is easier to start a debug session with QEMU compared to J-Link/OpenOCD, where you need both a JTAG and a physical board.

the missing console is exactly the one associated with the qemu/openocd/jlink process, if you do not start it there is obviously no extra console.


regards,

Liviu



Back to the top