Thank you, Joel. <br><br>The install process finished with no errors with --disable-tests and --disable-docs options.<br><br>I am trying to compile the hello_world_ada sample without sucess:<br><br>~/RTEMS/ada-examples/hello_world_ada$ make<br>
i386-rtems4.10-gnatmake -g -v \<br> -I/opt/rtems-4.10/i386-rtems4.10/pc386/lib/include/adainclude \<br> -O -gnata -gnatE -gnato -g hello -o hello.exe \<br> -bargs -Mgnat_main \<br> -largs -B/opt/rtems-4.10/i386-rtems4.10/pc386/lib/ -specs=bsp_specs -qrtems -mtune=i386 -Dpc386 -Wl,-Ttext,0x00100000 \<br>
rtems_init.o \<br><br>After installation, the /opt/rtems4.10/bin directory, which is in $PATH, contains the following files:<br><br>rwxr-xr-x 2 root root 31214 2009-05-18 19:01 aclocal<br>-rwxr-xr-x 2 root root 31214 2009-05-18 19:01 aclocal-1.11<br>
-rwxr-xr-x 1 root root 14642 2009-04-07 07:05 autoconf<br>-rwxr-xr-x 1 root root 8506 2009-04-07 07:05 autoheader<br>-rwxr-xr-x 1 root root 31811 2009-04-07 07:05 autom4te<br>-rwxr-xr-x 2 root root 257044 2009-05-18 19:01 automake<br>
-rwxr-xr-x 2 root root 257044 2009-05-18 19:01 automake-1.11<br>-rwxr-xr-x 1 root root 20266 2009-04-07 07:05 autoreconf<br>-rwxr-xr-x 1 root root 17098 2009-04-07 07:05 autoscan<br>-rwxr-xr-x 1 root root 33799 2009-04-07 07:05 autoupdate<br>
-rwxr-xr-x 1 root root 21323 2009-06-17 10:42 cklength<br>-rwxr-xr-x 1 root root 21359 2009-06-17 10:42 eolstrip<br>-rwxr-xr-x 1 root root 549352 2009-05-31 10:53 i386-rtems4.10-addr2line<br>-rwxr-xr-x 2 root root 573752 2009-05-31 10:53 i386-rtems4.10-ar<br>
-rwxr-xr-x 2 root root 1007128 2009-05-31 10:53 i386-rtems4.10-as<br>-rwxr-xr-x 2 root root 197780 2009-05-31 22:14 i386-rtems4.10-c++<br>-rwxr-xr-x 1 root root 549160 2009-05-31 10:53 i386-rtems4.10-c++filt<br>-rwxr-xr-x 1 root root 196788 2009-05-31 22:14 i386-rtems4.10-cpp<br>
-rwxr-xr-x 2 root root 197780 2009-05-31 22:14 i386-rtems4.10-g++<br>-rwxr-xr-x 2 root root 195096 2009-05-31 22:14 i386-rtems4.10-gcc<br>-rwxr-xr-x 2 root root 195096 2009-05-31 22:14 i386-rtems4.10-gcc-4.4.0<br>-rwxr-xr-x 1 root root 16412 2009-05-31 22:13 i386-rtems4.10-gccbug<br>
-rwxr-xr-x 1 root root 27456 2009-05-31 22:14 i386-rtems4.10-gcov<br>-rwxr-xr-x 1 root root 2579296 2009-05-31 11:30 i386-rtems4.10-gdb<br>-rwxr-xr-x 1 root root 2579296 2009-05-31 11:30 i386-rtems4.10-gdbtui<br>-rwxr-xr-x 1 root root 611524 2009-05-31 10:53 i386-rtems4.10-gprof<br>
-rwxr-xr-x 2 root root 836824 2009-05-31 10:53 i386-rtems4.10-ld<br>-rwxr-xr-x 2 root root 558932 2009-05-31 10:53 i386-rtems4.10-nm<br>-rwxr-xr-x 2 root root 706488 2009-05-31 10:53 i386-rtems4.10-objcopy<br>-rwxr-xr-x 2 root root 1034616 2009-05-31 10:53 i386-rtems4.10-objdump<br>
-rwxr-xr-x 2 root root 573756 2009-05-31 10:53 i386-rtems4.10-ranlib<br>-rwxr-xr-x 1 root root 253788 2009-05-31 10:53 i386-rtems4.10-readelf<br>-rwxr-xr-x 1 root root 553444 2009-05-31 10:53 i386-rtems4.10-size<br>-rwxr-xr-x 1 root root 549352 2009-05-31 10:53 i386-rtems4.10-strings<br>
-rwxr-xr-x 2 root root 706484 2009-05-31 10:53 i386-rtems4.10-strip<br>-rwxr-xr-x 1 root root 4060 2009-04-07 07:05 ifnames<br>-rwxr-xr-x 1 root root 3083 2009-06-17 10:42 install-if-change<br>-rwxr-xr-x 1 root root 26117 2009-06-17 10:42 packhex<br>
-rwxr-xr-x 1 root root 19322 2009-06-17 10:42 rtems-bin2c<br>-rwxr-xr-x 1 root root 29155 2009-06-17 10:42 unhex<br><br>We can see that "i386-rtems4.10-gnatmake" is missing. <br><br>First of all, I installed GNAT in my computer. After that, installed the prebuilt rpm packages from ftp. Finally, downloaded CVS - bootstrap - make all - make install. I have compiled the hello world C example sucessfully, but with the ADA version I have the problem I have explained.<br>
<br>Thanks for your help.<br><br><div class="gmail_quote">2009/6/15 Joel Sherrill <span dir="ltr"><<a href="mailto:joel.sherrill@oarcorp.com">joel.sherrill@oarcorp.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Ángel wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I have successfully installed the prebuilt tools set and downloaded the CVS.<br>
<br>
My problem is that the configure script does not recognize the --enable-ada option, as indicated in <a href="http://www.rtems.com/wiki/index.php/RTEMSAda" target="_blank">http://www.rtems.com/wiki/index.php/RTEMSAda</a>:<br>
<br>
</blockquote></div>
I think the --enable-option-checking is making each "sub-configure" script<br>
tell you that it doesn't process that option. It really only means when you are<br>
in directory X, --enable-XYZ is being ignored. No big deal.<br>
<br>
--joel<div><div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
$ ../cvs/configure --target=i386-rtems4.10 --enable-rtemsbsp="pc386" --enable-ada --enable-option-checking | grep WARNING<br>
configure: WARNING: unrecognized options: --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-rtemsbsp, --enable-ada<br>
configure: WARNING: unrecognized options: --enable-ada, --with-target-subdir<br>
configure: WARNING: unrecognized options: --enable-ada, --with-target-subdir<br>
configure: WARNING: unrecognized options: --enable-ada<br>
<br>
Without --enable-ada option I have successfully installed RTEMS and built the C examples.<br>
<br>
Thanks in advance.<br>
<br>
<br>
<br>
<br>
</blockquote>
<br>
<br></div></div><font color="#888888">
-- <br>
Joel Sherrill, Ph.D. Director of Research & Development<br>
joel.sherrill@OARcorp.com On-Line Applications Research<br>
Ask me about RTEMS: a free RTOS Huntsville AL 35805<br>
Support Available (256) 722-9985<br>
<br>
<br>
</font></blockquote></div><br>