public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dara Hazeghi <dhazeghi@yahoo.com>
To: Savithri Venkatachalapathy <snvpathy@yahoo.com>
Cc: gcc-help@gcc.gnu.org
Subject: Re: Porting GCC to new target
Date: Fri, 14 Nov 2003 07:17:00 -0000	[thread overview]
Message-ID: <20031114071721.47789.qmail@web41110.mail.yahoo.com> (raw)
In-Reply-To: <20031112072815.16273.qmail@web14204.mail.yahoo.com>

Hello,

the error you're getting is most likely because you're
trying to use the x86 assembler on assembly code for
your new target. This won't work.

You'll need an assembler (and linker) for your new
target, otherwise the a gcc port you make won't be any
real use, since you'll have no methods of turning gcc
assembly into executables for your target.

If you already have such an assembler, and gcc isn't
finding it, the options
--with-as=/path/to/my/assembler and  --with-ld=/...
may be useful (see
<http://gcc.gnu.org/install/configure.html> for more
info. on these options, and many others).

Cheers,

Dara



__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

  reply	other threads:[~2003-11-14  7:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-11  7:37 Dara Hazeghi
2003-11-12  7:28 ` Savithri Venkatachalapathy
2003-11-14  7:17   ` Dara Hazeghi [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-12-10  8:24 Savithri Venkatachalapathy
2003-12-05  5:29 Savithri Venkatachalapathy
2003-12-05 14:04 ` Ian Lance Taylor
     [not found] <20031114091925.68490.qmail@web14203.mail.yahoo.com>
2003-11-14 16:06 ` Dara Hazeghi
2003-11-21  6:13   ` Savithri Venkatachalapathy
2003-11-11  4:39 Savithri Venkatachalapathy

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=20031114071721.47789.qmail@web41110.mail.yahoo.com \
    --to=dhazeghi@yahoo.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=snvpathy@yahoo.com \
    /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).