<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 03/04/2012 05:38 PM, Binkowski, Cassio wrote:
<blockquote
cite="mid:CAG93Rg5uxq80tZ0pr2Wtozinmw6ZvdqrzNkmH2FFq3NwBWEcGQ@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type" content="text/html;
charset=ISO-8859-1">
<div>On Sun, Mar 4, 2012 at 12:36 PM, Ralf Corsepius <span><<a
moz-do-not-send="true"
href="mailto:ralf.corsepius@rtems.org">ralf.corsepius@rtems.org</a>></span>
wrote:<br>
<blockquote>
<div>On 03/04/2012 04:14 PM, Binkowski, Cassio wrote:<br>
</div>
<blockquote>
<div>
On Sun, Mar 4, 2012 at 3:44 AM, Chris Johns <<a
moz-do-not-send="true" href="mailto:chrisj@rtems.org">chrisj@rtems.org</a><br>
</div>
<div>
<mailto:<a moz-do-not-send="true"
href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>>>
wrote:<br>
<br>
On 4/03/12 9:26 AM, Binkowski, Cassio wrote:<br>
]><br>
<br>
I have done the process all over again but still
accusing that<br>
there is<br>
no g++ and c++.<br>
<br>
<br>
What is reporting it cannot find g++ and c++ ?<br>
<br>
Ok, the exact lines are the following:<br>
<br>
checking for avr-rtems4.10-g++... no<br>
configure: error: no acceptable c++ found in $PATH<br>
configure: error:<br>
../../../../../../rtems-4.10. 2/c/src/../../testsuites/
samples/<br>
configure failed for samples<br>
configure: error: /bin/sh<br>
'../../../../../rtems-4.10.2/ c/src/../../testsuites/co<br>
nfigure' failed for ../../testsuites<br>
make[2]: *** [avrtest] Error 1<br>
make[2]: Leaving directory<br>
`/c/opt/rtems-4.10/rtems4.10- build/avr-rtems4.10/c'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory<br>
`/c/opt/rtems-4.10/rtems4.10- build/avr-rtems4.10/c'<br>
make: *** [all-recursive] Error 1<br>
<br>
These the last lines of a large dump generated by the
command "make all".<br>
</div>
</blockquote>
<br>
How does your call to configure look like?</blockquote>
<div><br>
</div>
<div>Just like this:</div>
<div><br>
</div>
<div>../rtems-4.10.2/configure --target=avr-rtems4.10
--enable-rtemsbsp=avrtest --enable-cxx --enable-tests=samples</div>
</div>
</blockquote>
--enable-cxx is the culprit of the abort above.<br>
<br>
You are explicitly demanding the configure script to use C++, which
fails for the avr, because the avr does not support C++.<br>
<br>
Omit this option from the configure-call and your configuration
should finish without problems.<br>
<br>
<blockquote
cite="mid:CAG93Rg5uxq80tZ0pr2Wtozinmw6ZvdqrzNkmH2FFq3NwBWEcGQ@mail.gmail.com"
type="cite">
<div><br>
<div>How can I download a pre-built development environment?</div>
</div>
</blockquote>
Which OS rsp. distro?<br>
<br>
<blockquote
cite="mid:CAG93Rg5uxq80tZ0pr2Wtozinmw6ZvdqrzNkmH2FFq3NwBWEcGQ@mail.gmail.com"
type="cite">
<div>
<div> The only virtual machine I could find was a CentOS
machine. Which was discontinued by the way.</div>
<br>
</div>
</blockquote>
This is a misunderstanding. The RTEMS toolchains for CentOS 4 were
discontinued, because this distribution's vendor has discontinued
it.<br>
<br>
CentOS 5 and CentOS 6 are well alive and so are the corresponding
RTEMS toolchain packages.<br>
<br>
c.f.
<a class="moz-txt-link-freetext" href="ftp://ftp.rtems.org/pub/rtems/linux/">ftp://ftp.rtems.org/pub/rtems/linux/</a><rtems-version>/centos/<centos-version><br>
e.g. <a class="moz-txt-link-freetext" href="ftp://ftp.rtems.org/pub/rtems/linux/4.10/centos/6">ftp://ftp.rtems.org/pub/rtems/linux/4.10/centos/6</a><br>
<br>
Ralf<br>
<br>
<br>
</body>
</html>