This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
>>>>> "Rob" == Rob Curtis <RobC@norseld.com> writes: Rob> Can anyone suggest how to get GCC to output an assembled Rob> version of my C code? Rob> I've tried the -S switch but it doesn't seem to output Rob> anything. GCC will compile your source file to a corresponding .s file. So foo.c => foo.s. Ben
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |