public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Jonathan Larmour <jlarmour@redhat.com>
To: Dan Brown <dbrown@bruxton.com>
Cc: ecos-discuss@sourceware.cygnus.com
Subject: Re: [ECOS] Problem with 'cc1plus'
Date: Tue, 30 Jan 2001 05:51:00 -0000	[thread overview]
Message-ID: <3A76C6EB.D430BE45@redhat.com> (raw)
In-Reply-To: <3A763918.E18D99BC@bruxton.com>

Dan Brown wrote:
> 
> I'm bringing up software on an ARM-based board, and trying to rebuild
> the GDB stub for an arm-elf target on Windows 2000 using gcc 2.95.2
> (note that I'm not trying to build for a THUMB target).
> 
> During the build, an error occurs that arm-elf-gcc cannot find
> 'cc1plus'. The executable in fact does not exist. The error occurs when
> building startup.cxx, which has a line of C++ code in it. The compiles
> of C code appear to work fine.
> 
> Does anyone have any ideas what could be going wrong?

Type "arm-elf-gcc -v". Is there a cc1plus file in the same directory as the
specs file it lists there? If not, perhaps your compiler build didn't work
for some reason, like not putting quotes in the make argument: LANGUAGES="c
c++"

Or perhaps you moved the compiler from where it was originally installed?

Otherwise, try introducing a "-v" option into the CYGBLD_GLOBAL_CFLAGS CDL
option and rebuild. See what cc1plus it is trying to run.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

  reply	other threads:[~2001-01-30  5:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-29 19:49 Dan Brown
2001-01-30  5:51 ` Jonathan Larmour [this message]
2001-01-31 16:10   ` Dan Brown

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=3A76C6EB.D430BE45@redhat.com \
    --to=jlarmour@redhat.com \
    --cc=dbrown@bruxton.com \
    --cc=ecos-discuss@sourceware.cygnus.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).