Well, that's exactly the mechanism I mentioned ... I'm not surprised it has
a name ... but -stdout ... ???  That sounds like *nix.

regards,

Richard Erlacher

----- Original Message ----- 
From: "Jan Waclawek" <[EMAIL PROTECTED]>
To: <sdcc-user@lists.sourceforge.net>
Sent: Saturday, August 30, 2008 10:39 AM
Subject: Re: [Sdcc-user] Quickstart document,was: Virus in
SDCC-2.8.0-setup.exe - MD5 etc tutorial


> 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


-------------------------------------------------------------------------
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