Feb
23rd
Sat
23rd
ncurses-5.6 with uClibc がビルド出来ない問題
fonera(mips) 用の ncurses をクロスコンパイルしようとすると。
% CC=mips-linux-gcc ./configure –prefix=/fs/fon/local/ncurses-5.6 –host=mips-linux-gnu –build=i486-linux-gnu
% make
(略)
gcc -o make_keys -DHAVE_CONFIG_H -I../ncurses -I. -I./../include -I../include ./tinfo/make_keys.c
./make_keys keys.list > init_keytry.h
/bin/sh: line 1: ./make_keys: cannot execute binary file
というエラーが出るけど再度 make するとエラーを気にせず継続出来る。が
mips-linux-gcc -DHAVE_CONFIG_H -I../ncurses -I. -I. -I../include -D_GNU_SOURCE -DNDEBUG…