[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-gcc-list] Can not compile avrmon-stk200
From: |
Juraj |
Subject: |
[avr-gcc-list] Can not compile avrmon-stk200 |
Date: |
Wed, 08 Oct 2003 20:00:50 +0200 |
Hi all,
I have package avrmon-stk200-0.6.0.
I need to compile host and target part of it, to use with avr-insight.
When I try to compile Host part, like is written in INSTALL:
$ cd host
$ make
gcc -O mon.c -o mon -lreadline
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetnum'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgoto'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetflag'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `BC'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tputs'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `PC'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetent'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `UP'
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/../../../libreadline.so:
undefined reference to `tgetstr'
collect2: ld returned 1 exit status
make: *** [mon] Error 1
$
In /usr/lib is symbilic link @libreadline.so and it is pointing to
libreadline.so.4.3, which is in the same directory.
What could be the problem ??
Thanks.
Juraj.
----------------------------
email: address@hidden
address@hidden
http:// durec.szm.sk
- [avr-gcc-list] Can not compile avrmon-stk200,
Juraj <=