<div>That looks like a known problem.</div><div><br></div><div>I recommend using a patched version of libtecla, available as part of Till Straumann's CEXP package:</div><div><br></div><div><a href="http://www.slac.stanford.edu/~strauman/rtems/cexp/">http://www.slac.stanford.edu/~strauman/rtems/cexp/</a></div>

<div><br></div><div>And, ask for further help on the rtems mailing list.</div><div><br></div><div><br><div class="gmail_quote">On Tue, Jun 8, 2010 at 8:14 AM, Gokul Sudhakaran <span dir="ltr"><<a href="mailto:gsknvk@gmail.com" target="_blank">gsknvk@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey thanks that did work.<br>But still installing libtecla gives the following errors:<br><br>.[root@GSK libtecla-1.4.1]# make -f ../RTEMS_Makefiles/Makefile.libtecla <br>


./configure \<br>        --host=sparc-rtems \<br>                --prefix=/opt/rtems-4.10/sparc-rtems4.10 \<br>
                --libdir=/opt/rtems-4.10/sparc-rtems4.10/sis/lib \<br>                --includedir=/opt/rtems-4.10/sparc-rtems4.10/sis/lib/include<br>configure: WARNING: If you wanted to set the --build type, don't use --host.<br>



    If a cross compiler is detected then cross compile mode will be used.<br>checking for sparc-rtems-gcc... sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress<br>



checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... yes<br>checking for suffix of object files... o<br>



checking whether we are using the GNU C compiler... yes<br>checking whether sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress accepts -g... yes<br>checking for sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress option to accept ISO C89... none needed<br>



checking whether make sets $(MAKE)... yes<br>checking whether ln -s works... yes<br>checking for gawk... gawk<br>checking for sparc-rtems-ranlib... sparc-rtems4.10-ranlib<br>checking build system type... i686-pc-linux-gnu<br>



checking host system type... sparc-unknown-rtems<br>checking target system type... sparc-unknown-rtems<br>checking how to run the C preprocessor... sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -E<br>



checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>



checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking for tigetstr in -lcurses... no<br>



checking for tigetstr in -lncurses... no<br>checking for tgetstr in -lcurses... no<br>checking term.h usability... no<br>checking term.h presence... no<br>checking for term.h... no<br>checking ncurses/term.h usability... no<br>



checking ncurses/term.h presence... no<br>checking for ncurses/term.h... no<br>checking curses.h usability... no<br>checking curses.h presence... no<br>checking for curses.h... no<br>checking ncurses/curses.h usability... no<br>



checking ncurses/curses.h presence... no<br>checking for ncurses/curses.h... no<br>checking for reentrant functions... yes<br>checking for select system call... yes<br>checking for SysV pseudo-terminals... no<br>configure: creating ./config.status<br>



config.status: creating Makefile<br>config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting<br>make <br>make[1]: Entering directory `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'<br>



make[2]: Entering directory `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'<br>mkdir normal_obj<br>cp ./keytab.h normal_obj/keytab.h<br>sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/getline.o ./getline.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/keytab.o ./keytab.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/freelist.o ./freelist.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/strngmem.o ./strngmem.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/hash.o ./hash.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/history.o ./history.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/direader.o ./direader.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/homedir.o ./homedir.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/pathutil.o ./pathutil.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/expand.o ./expand.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/stringrp.o ./stringrp.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/cplfile.o ./cplfile.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/cplmatch.o ./cplmatch.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/pcache.o ./pcache.c<br>



sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/version.o ./version.c<br>



ar -ru libtecla.a normal_obj/getline.o normal_obj/keytab.o normal_obj/freelist.o normal_obj/strngmem.o normal_obj/hash.o normal_obj/history.o normal_obj/direader.o normal_obj/homedir.o normal_obj/pathutil.o normal_obj/expand.o normal_obj/stringrp.o normal_obj/cplfile.o normal_obj/cplmatch.o normal_obj/pcache.o normal_obj/version.o; \<br>



        sparc-rtems4.10-ranlib libtecla.a; \<br>        rm -f demo demo2 enhance<br>ar: creating libtecla.a<br>sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -c -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o normal_obj/demo.o ./demo.c<br>



LD_RUN_PATH="/opt/rtems-4.10/sparc-rtems4.10/sis/lib:$LD_RUN_PATH:`pwd`" sparc-rtems4.10-gcc --pipe -B/opt/rtems-4.10/sparc-rtems4.10/sis/lib/ -specs bsp_specs -qrtems   -mcpu=cypress -O  -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION="" -DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE_URL="" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SELECT=1   -o demo \<br>



 normal_obj/demo.o -L. -ltecla <br>./libtecla.a(getline.o): In function `gl_override_signal_handlers':<br>getline.c:(.text+0x33f0): undefined reference to `sigaction'<br>./libtecla.a(getline.o): In function `gl_restore_signal_handlers':<br>



getline.c:(.text+0x3498): undefined reference to `sigaction'<br>./libtecla.a(getline.o): In function `gl_signal_handler':<br>getline.c:(.text+0x356c): undefined reference to `pthread_sigmask'<br>./libtecla.a(getline.o): In function `gl_read_character':<br>



getline.c:(.text+0x3d30): undefined reference to `pthread_sigmask'<br>getline.c:(.text+0x4194): undefined reference to `sigaction'<br>getline.c:(.text+0x41fc): undefined reference to `sigaction'<br>collect2: ld returned 1 exit status<br>



make[2]: *** [demo] Error 1<br>make[2]: Leaving directory `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'<br>make[1]: *** [normal] Error 2<br>make[1]: Leaving directory `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'<br>



make: *** [all] Error 2<div><div></div><div><br><br><br><div class="gmail_quote">On Tue, Jun 8, 2010 at 5:24 PM, Daron Chabot <span dir="ltr"><<a href="mailto:daron.chabot@gmail.com" target="_blank">daron.chabot@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
<br><br><div class="gmail_quote"><div>On Tue, Jun 8, 2010 at 2:23 AM, Gokul Sudhakaran <span dir="ltr"><<a href="mailto:gsknvk@gmail.com" target="_blank">gsknvk@gmail.com</a>></span> wrote:<br></div><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><div>I'm sorry but I don't get you.<br>I have installed rtems for the sparc architecture as given in the <a href="http://wiki.rtems.org/wiki/index.php/Quick_Start" target="_blank">rtemswiki Quickstart </a><br>





Does this not install the OS? <br></div></blockquote><div><br></div><div>Ahhh... I think I see the disconnect: the wiki instructions are incomplete!</div><div><br></div><div>After executing "make", one needs to then execute "make install".</div>





<div><br></div><div>You have likely built the OS, but have not installed it.</div><div><br></div><div>I will touch up the wiki page.</div><div><br></div><div>Let me know how you make out...</div><div><div></div><div>
<div> </div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">

<div><div></div><div>
 <br><div class="gmail_quote">On Tue, Jun 8, 2010 at 3:35 AM, Daron Chabot <span dir="ltr"><<a href="mailto:daron.chabot@gmail.com" target="_blank">daron.chabot@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">






<br><br><div class="gmail_quote"><div>On Mon, Jun 7, 2010 at 5:36 PM, Gokul Sudhakaran <span dir="ltr"><<a href="mailto:gsknvk@gmail.com" target="_blank">gsknvk@gmail.com</a>></span> wrote:<br></div><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><div>Thanks for the reply. <br>I've installed rtems for sparc architecture and I couldn't find  Makefile.inc or leaf.cfg<br>in any of the subfolders in /opt/rtems-4.10/<br>I don't hv any destination like /opt/rtems-4.10/sparc-rtems4.10/sis/<br>









<br>Can you suggest something?</div></blockquote><div><br></div><div>Sure. I suggest you build and install RTEMS ;)</div><div><br></div><div>What you've installed sounds like only the cross-development toolchain. You need to get rtems sources and build the OS (now that you have the tools!).</div>








<div><br></div><div>Check the wiki at <a href="http://www.rtems.org" target="_blank">www.rtems.org</a> for instructions.</div><div><br></div><div>Ping me (and/or the rtems-users mailing list) if you get stuck.</div><div>






<div><br></div><div><br>

</div><div>-- dc</div><div> </div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div></div><div><br><br>

<div class="gmail_quote">On Mon, Jun 7, 2010 at 5:03 PM, Daron Chabot <span dir="ltr"><<a href="mailto:daron.chabot@gmail.com" target="_blank">daron.chabot@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">











You need to set the environment variable RTEMS_MAKEFILE_PATH.<div><br></div><div>For example, using the pc386 BSP on my laptop:</div><div><br></div><div>djc@TooLBox--> export RTEMS_MAKEFILE_PATH=/opt/rtems/i386-rtems/pc386</div>













<div><br></div><div><br></div><div>-- dc</div><div><br><br><div class="gmail_quote"><div><div></div><div>On Mon, Jun 7, 2010 at 7:26 AM, Gokul Sudhakaran <span dir="ltr"><<a href="mailto:gsknvk@gmail.com" target="_blank">gsknvk@gmail.com</a>></span> wrote:<br>













</div></div><blockquote class="gmail_quote" style="border-left:1px solid rgb(204, 204, 204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex"><div><div></div><div>Hi<br><br>I tried to compile libtecla addon for rtems by the method mentioned in README file in rtemsaddon folder.<br>













<br>I got the following error output<br><br>[root@GSK libtecla]# make -f ../RTEMS_Makefiles/Makefile.libtecla <br>
../RTEMS_Makefiles/Makefile.common:8: /Makefile.inc: No such file or directory<br>../RTEMS_Makefiles/Makefile.common:10: /make/leaf.cfg: No such file or directory<br>make: *** No rule to make target `/make/leaf.cfg'.  Stop.<br>














<br>Can someone help me with this?<br clear="all"><br>-- <br>Regards<br><font color="#888888">Gokul<br><br>
</font><br></div></div><div>_______________________________________________<br>
rtems-users mailing list<br>
<a href="mailto:rtems-users@rtems.org" target="_blank">rtems-users@rtems.org</a><br>
<a href="http://www.rtems.org/mailman/listinfo/rtems-users" target="_blank">http://www.rtems.org/mailman/listinfo/rtems-users</a><br>
<br></div></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>Regards<br><font color="#888888">Gokul<br><br>
</font></blockquote></div></div><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>Regards<br><font color="#888888">Gokul<br><br>
</font></blockquote></div></div></div><br>
</blockquote></div><br><br clear="all"><br></div></div>-- <br>Regards<br><font color="#888888">Gokul<br><br>
</font></blockquote></div><br></div>