Re: How to get more detailed compiler output?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--- On Mon, 11/3/08, Diego Novillo <dnovillo@xxxxxxxxxx> wrote:

> From: Diego Novillo <dnovillo@xxxxxxxxxx>
> Subject: Re: How to get more detailed compiler output?
> To: unga888@xxxxxxxxx
> Cc: gcc-help@xxxxxxxxxxx
> Date: Monday, November 3, 2008, 10:54 PM
> On Mon, Nov 3, 2008 at 06:55, Unga <unga888@xxxxxxxxx>
> wrote:
> 
> > 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
> 
> These messages are coming from the assembler.  To see what
> assembler
> you're using try the -v flag.  To preserve the assembly
> output emitted
> by GCC use -save-temps.
> 
 
Hi Diego, thank you very much for the reply. It helped me and solved the issue.

Best regards
Unga


      

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux