crosstools-ng を使用して pthread を使用するプログラムをコンパイルしようとしていますが、何らかの理由でリンカーがライブラリを見つけることができません。チェックしたところ、ライブラリは-L
引数で指定されたリンクパスにあります。
エラーは次のとおりです。
/home/***/raspberrypi/toolchain/lib/gcc/arm-unknown-linux-gnueabi/4.6.3/../../../.. /arm-unknown-linux-gnueabi/bin/ld: cannot find /lib/arm-linux-gnueabihf/libpthread.so.0
/home/***/raspberrypi/toolchain/lib/gcc/arm-unknown-linux-gnueabi/4.6.3/../../../../arm-unknown-linux-gnueabi/bin/ld: cannot find /usr/lib/arm-linux-gnueabihf/libpthread_nonshared.a
ld がパス内にあるファイルを見つけられないのはなぜですか?