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]

How to get more detailed compiler output?


Hi all

I get GCC compilation errors as follows:

cc -c other-options prog.c
{standard input}: Assembler messages:
{standard input}:101: Error: suffix or operands invalid for `mov'
{standard input}:4104: Error: suffix or operands invalid for `mov'
{standard input}:4553: Error: suffix or operands invalid for `mov'
{standard input}:5631: Error: suffix or operands invalid for `mov'
*** Error code 1

There are no "mov" statements at line numbers reported either in the prog.c or its cpp output.

How could I get a more detailed compiler output to identify where those problematic "mov" statements are?

I'm using gcc-4.2.1.

Any help in this regards is very much appreciated.

Kind regards
Unga




      


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]