First post, by JamesSteward
Hi,
I am a newbie to DOSBox, have google searched for answers to my question but have found nothing, so am trying this forum.
I'm using DOSBox to run some old 16bit apps, specifically G21.EXE and friends, which is GCC for a Analog Devices DSP 21XX family.
However I'm not sure that my question is so application specific.
I want to redirect stderr from the GCC commandline to a file, as the compiler output is very long, and DOSBox doesn't have a scrollbar that I know of. If I simply append 2> build.out to the commandline, the DOSBox Status Window says it is redirecting, but the 2 is passed to G21 instead of being interpretted as a file descriptor 2 (stderr).
Is there a way to do what I want? - Basically to see the very long output from the compiler.
Regards,
James.