Error while compiling libtecla
Joel Sherrill
joel.sherrill at OARcorp.com
Tue Jun 8 23:21:55 UTC 2010
This should be updated in the rtems-addon-packages tarball.
--joel
On 06/08/2010 09:22 AM, Daron Chabot wrote:
> That looks like a known problem.
>
> I recommend using a patched version of libtecla, available as part of
> Till Straumann's CEXP package:
>
> http://www.slac.stanford.edu/~strauman/rtems/cexp/
> <http://www.slac.stanford.edu/%7Estrauman/rtems/cexp/>
>
> And, ask for further help on the rtems mailing list.
>
>
> On Tue, Jun 8, 2010 at 8:14 AM, Gokul Sudhakaran <gsknvk at gmail.com
> <mailto:gsknvk at gmail.com>> wrote:
>
> Hey thanks that did work.
> But still installing libtecla gives the following errors:
>
> .[root at GSK libtecla-1.4.1]# make -f
> ../RTEMS_Makefiles/Makefile.libtecla
> ./configure \
> --host=sparc-rtems \
> --prefix=/opt/rtems-4.10/sparc-rtems4.10 \
> --libdir=/opt/rtems-4.10/sparc-rtems4.10/sis/lib \
>
> --includedir=/opt/rtems-4.10/sparc-rtems4.10/sis/lib/include
> configure: WARNING: If you wanted to set the --build type, don't
> use --host.
> If a cross compiler is detected then cross compile mode will
> be used.
> 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
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... yes
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> 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
> 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
> checking whether make sets $(MAKE)... yes
> checking whether ln -s works... yes
> checking for gawk... gawk
> checking for sparc-rtems-ranlib... sparc-rtems4.10-ranlib
> checking build system type... i686-pc-linux-gnu
> checking host system type... sparc-unknown-rtems
> checking target system type... sparc-unknown-rtems
> 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
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking for tigetstr in -lcurses... no
> checking for tigetstr in -lncurses... no
> checking for tgetstr in -lcurses... no
> checking term.h usability... no
> checking term.h presence... no
> checking for term.h... no
> checking ncurses/term.h usability... no
> checking ncurses/term.h presence... no
> checking for ncurses/term.h... no
> checking curses.h usability... no
> checking curses.h presence... no
> checking for curses.h... no
> checking ncurses/curses.h usability... no
> checking ncurses/curses.h presence... no
> checking for ncurses/curses.h... no
> checking for reentrant functions... yes
> checking for select system call... yes
> checking for SysV pseudo-terminals... no
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: WARNING: 'Makefile.in' seems to ignore the
> --datarootdir setting
> make
> make[1]: Entering directory
> `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'
> make[2]: Entering directory
> `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'
> mkdir normal_obj
> cp ./keytab.h normal_obj/keytab.h
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
> 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; \
> sparc-rtems4.10-ranlib libtecla.a; \
> rm -f demo demo2 enhance
> ar: creating libtecla.a
> 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
> 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 \
> normal_obj/demo.o -L. -ltecla
> ./libtecla.a(getline.o): In function `gl_override_signal_handlers':
> getline.c:(.text+0x33f0): undefined reference to `sigaction'
> ./libtecla.a(getline.o): In function `gl_restore_signal_handlers':
> getline.c:(.text+0x3498): undefined reference to `sigaction'
> ./libtecla.a(getline.o): In function `gl_signal_handler':
> getline.c:(.text+0x356c): undefined reference to `pthread_sigmask'
> ./libtecla.a(getline.o): In function `gl_read_character':
> getline.c:(.text+0x3d30): undefined reference to `pthread_sigmask'
> getline.c:(.text+0x4194): undefined reference to `sigaction'
> getline.c:(.text+0x41fc): undefined reference to `sigaction'
> collect2: ld returned 1 exit status
> make[2]: *** [demo] Error 1
> make[2]: Leaving directory
> `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'
> make[1]: *** [normal] Error 2
> make[1]: Leaving directory
> `/home/gokul/Downloads/rtems/rtems-addon-packages-4.9.2/libtecla-1.4.1'
> make: *** [all] Error 2
>
>
>
> On Tue, Jun 8, 2010 at 5:24 PM, Daron Chabot
> <daron.chabot at gmail.com <mailto:daron.chabot at gmail.com>> wrote:
>
>
>
> On Tue, Jun 8, 2010 at 2:23 AM, Gokul Sudhakaran
> <gsknvk at gmail.com <mailto:gsknvk at gmail.com>> wrote:
>
> Hi
>
> I'm sorry but I don't get you.
> I have installed rtems for the sparc architecture as given
> in the rtemswiki Quickstart
> <http://wiki.rtems.org/wiki/index.php/Quick_Start>
> Does this not install the OS?
>
>
> Ahhh... I think I see the disconnect: the wiki instructions
> are incomplete!
>
> After executing "make", one needs to then execute "make install".
>
> You have likely built the OS, but have not installed it.
>
> I will touch up the wiki page.
>
> Let me know how you make out...
>
>
> On Tue, Jun 8, 2010 at 3:35 AM, Daron Chabot
> <daron.chabot at gmail.com <mailto:daron.chabot at gmail.com>>
> wrote:
>
>
>
> On Mon, Jun 7, 2010 at 5:36 PM, Gokul Sudhakaran
> <gsknvk at gmail.com <mailto:gsknvk at gmail.com>> wrote:
>
> Hi
>
> Thanks for the reply.
> I've installed rtems for sparc architecture and I
> couldn't find Makefile.inc or leaf.cfg
> in any of the subfolders in /opt/rtems-4.10/
> I don't hv any destination like
> /opt/rtems-4.10/sparc-rtems4.10/sis/
>
> Can you suggest something?
>
>
> Sure. I suggest you build and install RTEMS ;)
>
> 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!).
>
> Check the wiki at www.rtems.org <http://www.rtems.org>
> for instructions.
>
> Ping me (and/or the rtems-users mailing list) if you
> get stuck.
>
>
> -- dc
>
>
>
> On Mon, Jun 7, 2010 at 5:03 PM, Daron Chabot
> <daron.chabot at gmail.com
> <mailto:daron.chabot at gmail.com>> wrote:
>
> You need to set the environment variable
> RTEMS_MAKEFILE_PATH.
>
> For example, using the pc386 BSP on my laptop:
>
> djc at TooLBox--> export
> RTEMS_MAKEFILE_PATH=/opt/rtems/i386-rtems/pc386
>
>
> -- dc
>
>
> On Mon, Jun 7, 2010 at 7:26 AM, Gokul
> Sudhakaran <gsknvk at gmail.com
> <mailto:gsknvk at gmail.com>> wrote:
>
> Hi
>
> I tried to compile libtecla addon for
> rtems by the method mentioned in README
> file in rtemsaddon folder.
>
> I got the following error output
>
> [root at GSK libtecla]# make -f
> ../RTEMS_Makefiles/Makefile.libtecla
> ../RTEMS_Makefiles/Makefile.common:8:
> /Makefile.inc: No such file or directory
> ../RTEMS_Makefiles/Makefile.common:10:
> /make/leaf.cfg: No such file or directory
> make: *** No rule to make target
> `/make/leaf.cfg'. Stop.
>
> Can someone help me with this?
>
> --
> Regards
> Gokul
>
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.org
> <mailto:rtems-users at rtems.org>
> http://www.rtems.org/mailman/listinfo/rtems-users
>
>
>
>
>
> --
> Regards
> Gokul
>
>
>
>
>
> --
> Regards
> Gokul
>
>
>
>
>
> --
> Regards
> Gokul
>
>
More information about the users
mailing list