gcc -S tmp.S for some reason prints to stdout, so gcc -S tmp.S > tmp.s is what you need
On Mon, Mar 9, 2009 at 4:41 AM, Carl <carlchatfi...@gmail.com> wrote: > you could run cpp on it by itself, or I suspect gcc -S tmp.s will also > work, im in a rush though cant test this. > > On Sun, Mar 8, 2009 at 9:31 PM, Philipp Marek <phil...@marek.priv.at> wrote: >> Hello everybody, >> >> I already asked that on gcc-help@ but got no answer, so I'm trying again >> here. >> >> >> I'm looking for a way to get inbetween the assembler macro processor and the >> assembler. >> I'd like to get the assembler sources mostly as-is, but with the macros used >> therein already expanded. >> >> I've already taken a look at the "-a" command line option, but this does >> assembling as well - so I'd have to filter the real assembler from there, and >> try this way. >> >> Is there something easier? >> >> >> Thank you for all answers. >> >> >> Regards, >> >> Phil >> >> -- >> Versioning your /etc, /home or even your whole installation? >> Try fsvs (fsvs.tigris.org)! >> > > > > -- > Carl > -- Carl