Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Cross-compilation shows>error: no termcap library found, why?
@ 2013-06-06 15:03 Francisco Cuesta
  2013-06-06 16:03 ` Pedro Alves
  0 siblings, 1 reply; 8+ messages in thread
From: Francisco Cuesta @ 2013-06-06 15:03 UTC (permalink / raw)
  To: gdb

I'm experiencing a frustrating error trying to cross-compile gdbserver
for arm. I've downloaded and crosscompiled termcap with this command

    export CC="/bin/arm-mv5sft-linux-gnueabi-gcc"
    export CXX="/bin/arm-mv5sft-linux-gnueabi-g++"
    export AR="/bin/arm-mv5sft-linux-gnueabi-ar"
    CONFOPTS+="--target=arm-linux --host=arm-linux
--build=i686-pc-linux-gnu --prefix=/usr --exec-prefix=/usr
--enable-static"
    ./configure ${CONFOPTS}
    make &&

    make DESTDIR=~/gdb-7.6/toInst install

Being such crosscompilation successful since I wasn't prompted any
error, I got the libtermcap.a which is arm, as you can see below, and
located on ~/termcap/

    :$ file *.o
    termcap.o: ELF 32-bit LSB relocatable, ARM, version 1 (SYSV), not stripped
    tparam.o:  ELF 32-bit LSB relocatable, ARM, version 1 (SYSV), not stripped
    version.o: ELF 32-bit LSB relocatable, ARM, version 1 (SYSV), not strippe

However, if I try to do the same for cross-compiling gdbserver for
arm, with the same options and calling the cross compiled lib

    export CC="/bin/arm-mv5sft-linux-gnueabi-gcc"
    export CXX="/bin/arm-mv5sft-linux-gnueabi-g++"
    export AR="/bin/arm-mv5sft-linux-gnueabi-ar"

    CONFOPTS+="--target=arm-linux --host=arm-linux
--build=i686-pc-linux-gnu --prefix=/usr --exec-prefix=/usr
--sysconfdir=/etc --enable-static
--with-termcap=~/termcap/libtermcap.a"
    ./configure ${CONFOPTS} $@
    make &&

    make DESTDIR=~/gdb-7.6/toInst install

I get this

    checking for library containing waddstr... no
    configure: WARNING: no enhanced curses library found; disabling TUI
    checking for library containing tgetent... no
    configure: error: no termcap library found
    make[1]: *** [configure-gdb] Error 1
    make[1]: Leaving directory `~/gdb-7.6'
    make: *** [all] Error 2

I have found several sites on the internet suggesting installing the
library libncurses5-dev, but have I already installed!


    $ sudo apt-get install libncurses5-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libncurses5-dev is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 67 not upgraded.

SO, I don't know what can I do to crosscompile gdbserver, please help!

Thanks in advance!!

regards


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-06-11 15:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-06 15:03 Cross-compilation shows>error: no termcap library found, why? Francisco Cuesta
2013-06-06 16:03 ` Pedro Alves
2013-06-07  6:00   ` Francisco Cuesta
2013-06-07  9:52   ` Francisco Cuesta
2013-06-07 10:20     ` Pedro Alves
2013-06-07 14:30       ` Francisco Cuesta
2013-06-11  9:03         ` Pedro Alves
2013-06-11 15:43           ` cross building gdb/gdbserver howto in the wiki (Re: Cross-compilation shows>error: no termcap library found, why?) Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox