mainGNU Development Chain for 68HC11/68HC12 - Support: sr #101508, Compiling GDB Sources Files Error !

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #101508: Compiling GDB Sources Files Error !

Submitter:  None
Submitted:  Fri 08 Nov 2002 12:58:46 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  None

Fri 08 Nov 2002 08:57:24 PM UTC, comment #1: 


This problem is not specific to HC11 port of gdb.
If gdb is configured in native mode (i386), the configure
will probably fail in the same way.

It seems that ncurses or curses is missing.
Gdb configures and compiles correctly on a Debian (this is
what I use at work). So, I suggest to try installing ncurses

Stephane Carrez <ciceron>
Group administrator
Fri 08 Nov 2002 12:58:46 PM UTC, original submission:  


I'm an Debian/GNU Linux user and an newbie in M68HC11
microcontroler.
I Bougth an control card (MRC11) from Mekatronix, and
pretend to use it
with linux.
I've downloaded the source files

    * gcc-m68hc1x-20020922.tar.gz
    
<http://stephane.carrez.free.fr/gcc-m68hc1x-20020922.tar.gz>
    * GNU Binutils 2.12.1
    
<http://ftp.gnu.org/pub/gnu/binutils/binutils-2.12.1.tar.bz2>
    * GCC 3.0.4
<http://ftp.gnu.org/pub/gnu/gcc/gcc-3.0.4/gcc-3.0.4.tar.gz>
    * GDB 5.2.1
<http://ftp.gnu.org/pub/gnu/gdb/gdb-5.2.1.tar.gz>
    * Newlib 1.10.0
    
<ftp://sources.redhat.com/pub/newlib/newlib-1.10.0.tar.gz>

and aplied the patch files, as you tell in your seccio
INSTALL/BUILD
evrything is ok, except for the compilation of GDB (the
rest i haven't
any problems)

the steps i followed were:

 #  gzip -d gdb-5.2.1-m68hc1x-20020908.diffs.gz
 #  tar xvzf gdb-5.2.1.tar.gz
 #  mv gdb-5.2.1 gdb-5.2.1-m68hc1x
 # cd gdb-5.2.1-m68hc1x
 #  patch -p1 < ../gdb-5.2.1-m68hc1x-20020908.diffs

after that i tried to create the make file with

 # sh ./configure --target=m6811-elf
--program-prefix=m6811-elf-

after a litle bit while, i get the error message ...

-------------------------------------------
.
.
.
checking compiler warning flags...  -Wimplicit
-Wreturn-type -Wcomment -Wtrigraphs -Wformat
-Wparentheses -Wpointer-arith -Wuninitialized
checking for cygwin... no
checking for tgetent in -lncurses... (cached) no
checking for tgetent in -lHcurses... no
checking for tgetent in -ltermlib... no
checking for tgetent in -ltermcap... (cached) no
checking for tgetent in -lcurses... (cached) no
checking for tgetent in -lterminfo... no

configure: error: Could not find a term library
Configure in /homestaff/bmarq/tmp/gdb-5.2.1-m68hc1x/gdb
failed, exiting.
-------------------------------------------

What's wrong ?
Are there any other GNU packges i Should have installed ?
Coul'd you help me ?
Best regards

Bruno F. Marques
(PORTUGAL)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code