public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: cristi marius <mstroe2000@yahoo.com>
To: gcc-help@gcc.gnu.org
Subject: Assembler messages
Date: Wed, 28 Jan 2009 10:55:00 -0000	[thread overview]
Message-ID: <393123.23763.qm@web57702.mail.re3.yahoo.com> (raw)



Hello,

I would like to give me some advice for this problem

I compile and run a c++ program on 32bit sistem ; it works very well
but running it on a 64bit system gives me the following errors
$ make
cc -O2   -c -o obsr.o obsr.c
cc -O2   -c -o ro.o ro.c
cc -O2   -c -o tag.o tag.c
as   -o hit.o hit.s
as   -o hintm1.o hintm1.s
hintm1.s: Assembler messages:
hintm1.s:72: Error: suffix or operands invalid for `push'
hintm1.s:74: Error: suffix or operands invalid for `push'
hintm1.s:75: Error: suffix or operands invalid for `push'
hintm1.s:76: Error: suffix or operands invalid for `push'
hintm1.s:94: Error: suffix or operands invalid for `push'
hintm1.s:95: Error: suffix or operands invalid for `push'
hintm1.s:122: Error: suffix or operands invalid for `push'
hintm1.s:139: Error: suffix or operands invalid for `push'
hintm1.s:153: Error: suffix or operands invalid for `push'
hintm1.s:154: Error: suffix or operands invalid for `push'
hintm1.s:224: Error: suffix or operands invalid for `push'
hintm1.s:225: Error: suffix or operands invalid for `push'
hintm1.s:226: Error: suffix or operands invalid for `push'
hintm1.s:227: Error: suffix or operands invalid for `push'
hintm1.s:235: Error: suffix or operands invalid for `push'
hintm1.s:236: Error: suffix or operands invalid for `push'
hintm1.s:237: Error: suffix or operands invalid for `push'
hintm1.s:262: Warning: translating to `fld %st(1)'
hintm1.s:436: Warning: translating to `fld %st(3)'
hintm1.s:633: Warning: translating to `fld %st(3)'
hintm1.s:683: Error: suffix or operands invalid for `pop'
hintm1.s:684: Error: suffix or operands invalid for `pop'
hintm1.s:685: Error: suffix or operands invalid for `pop'
hintm1.s:686: Error: suffix or operands invalid for `pop'
hintm1.s:734: Error: suffix or operands invalid for `pop'
hintm1.s:735: Error: suffix or operands invalid for `pop'
hintm1.s:736: Error: suffix or operands invalid for `pop'
make: *** [hintm1.o] Error 1
I think the problem is with assembler
Please let me know how I must to proceed for running the program

Thanks & Regards,
tony



      

             reply	other threads:[~2009-01-28 10:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-28 10:55 cristi marius [this message]
2009-01-28 12:30 ` John (Eljay) Love-Jensen
2009-01-30  0:57 ` Bob Plantz
2010-10-25  8:36 kevin631012

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=393123.23763.qm@web57702.mail.re3.yahoo.com \
    --to=mstroe2000@yahoo.com \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).