Hi Kristof,

Yes, it's a design choice.

OpenOCD can be started by within GDB and it has to use stdin/stdout for
communication channel for the GDB remote protocol.
This has forced the default log to be sent on stderr.

You can redirect the log on another channel through the command
'log_output' if I remember correctly.

Regards
Antonio

On Sun, Sep 15, 2024, 12:47 <kristof.mul...@telenet.be> wrote:

> Dear developers,
> I noticed that OpenOCD always output everything on stderr instead of
> stdout. In our IDE (Embeetle IDE) this causes the OpenOCD output to be
> always red - even when nothing goes wrong.
>
> Is this a deliberate design choice?
>
> PS: Many thanks to you all for building this excellent tool. Sometimes I
> make a donation.
>
> Kind regards,
> Kristof Mulier
>


Reply via email to