public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: "Paul D. DeRocco" <pderocco@ix.netcom.com>
To: "'John Macdonald'" <john.macdonald@nautronix.co.uk>,
		<ecos-discuss@ecos.sourceware.org>
Subject: RE: [ECOS] arm-elf-g++ problem
Date: Fri, 08 Jun 2007 10:59:00 -0000	[thread overview]
Message-ID: <022701c7a930$2c4ff370$887ba8c0@PAULD> (raw)
In-Reply-To: <1181222113.10765.12.camel@localhost>

> From: John Macdonald
> 
> I am trying to compile some software for the Atmel AT91 
> processor under eCos. However, I am having trouble with my 
> compiler. I built the arm-elf toolchain using the 
> instructions on the eCos website. I then used the eCos 
> configtool to configure eCos for the default Atmel evaluation 
> board (EB40). However, if I try to compile:
> 
> //#include <stdio.h>
> #include <iostream>
> 
> int main()
> {
> 
> //    printf("Hello\n\r");
>     cout << "Hello\n";
> 
> }

Add "using namespace std;".

-- 

Ciao,               Paul D. DeRocco
Paul                mailto:pderocco@ix.netcom.com 


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

      parent reply	other threads:[~2007-06-07 18:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-07 18:18 John Macdonald
2007-06-08  5:37 ` Andrew Lunn
2007-06-08 10:59 ` Paul D. DeRocco [this message]

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='022701c7a930$2c4ff370$887ba8c0@PAULD' \
    --to=pderocco@ix.netcom.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    --cc=john.macdonald@nautronix.co.uk \
    /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).