我想把SIPp (http://sipp.sourceforge.net)這程式放到PXA270中去使用
在做cross compiler時遇到以下訊息
arm-linux-gcc \
-o sipp xp_parser.o scenario.o screen.o call.o comp.o sipp.o stat.o actions.o variables.o -ldl -lpthread -lncurses -lstdc++ -lm -L /usr/local/lib -L /opt/xscalev1/arm-linux/lib -L /opt/xscalev1/arm-linux/lib64
/opt/xscalev1/bin/../lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld: cannot find -lncurses
collect2: ld returned 1 exit status
make[1]: *** [sipp] Error 1
make[1]: Leaving directory `/usr/src/sipp'
make: *** [all] Error 2
麻煩高手們幫幫忙了
我知道他說找不到-lncurses
單然我有安裝ncurses的libraries
可是那只對gcc起作用
而使用arm-linux-gcc就不行了
請問我該如何讓他可以呢?
不好意思我算是很新的新手所以可以的話麻煩能告知的詳細一點
2007/08/06新增
現在cross compiler好ncurses了
並且也過了sipp的compiler
放到板子上時執行出現以下問題
Error opening terminal: vt100.
2007/08/10新增
現在程式已經可以使用剩下一些其他設定問題
自己先研究看看了
感謝大家的幫忙了