誰かが情報を持っている場合は、この問題についてあなたの助けが必要です.
(ARMアーキテクチャ)speex1.2rc1
用に構成し、実行して. それで、私もコンパイル済みで取得しました。しかし、ライブラリをプログラムにリンクして (を追加して)、コンパイルしようとすると、次のエラーが発生します。xscale-elf
make
make install
libspeex.a
/usr/local/lib
libogg.a
LDFLAGS += -lspeex -lm
/usr/lib/gcc/xscale-elf/3.4.3/../../../../xscale-elf/bin/ld: cannot find -lspeex
collect2: ld returned 1 exit status
make: *** [exe0] Error 1
./configure
オプションを次のように渡し ました:
./configure --host=xscale-elf
リンカlibspeex.a
が LDFLAGS += /usr/local/lib/libspeex.a -lm
.
/tmp/ccvi7Pns.o(.text+0x179c): In function `main':
: undefined reference to `BlinkC$speex_bits_init'
collect2: ld returned 1 exit status
make: *** [exe0] Error 1