Richard,

it's a switch you use when you invoke SDCC with intention to redirect its 
output to a file.

If you type:
C:>sdcc blinkey.c > blinkey.out
all the output of sdcc will go to the console window, and blinkey.out will have 
size of 0 bytes.
If you type
C:>sdcc --use-stdout blinkey.c > blinkey.out
the console remains empty and all the output of sdcc will go to blinkey.out.

Please, give it a try.

Jan



----- Original Message ---------------
>Jan,
>
>Gee ... I'm not aware of a -stdout switch under DOS.  Maybe I should get out 
>the manual.
>
>I just go C:>FOO >BAR.SUF, whereupon the next executable takes BAR.SUF as an 
>input file.  If there's just a single executable, the output to the screen 
>is redirected to a file using the same mechanism, and that allows me to 
>peruse it at my leisure.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to