This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Gdb build problem


Sergey, All,

On Sunday 08 May 2011 16:36:02 Sergey Gusarov wrote:
> In ct-ng 1.11.1 config file I've included the gdb build and got an error
> "[ERROR]    configure: error: no termcap library found"

Can you have a look at the config.log in the gdb build dir, and see why
it can't find it? It should be in:
  .build/TUPLE/build/build-gdb-cross/config.log

> My research has shown that ct-ng ignores downloading and building
> ncurses before gdb.
[--SNIP--]
> May be "do_ncurses=y" required also for CT_GDB_CROSS case?

crosstool-Ng builds ncurses only to build the gdb that runs on your target.
For the cross-gdb, it is expected that your machine already has the ncurses
library and headers installed.

The only reason we would potentially have to add ncurses for the host is in
case of canadian-cross or cross-native. But even in these cases, the proper
way would be to have it already installed.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]