0
iOS (실제로 iDevices) 내부를 처음 사용함에 유의하십시오. iRecovery, 을 iOS의 부트 로더 인 iBoot와 통신하는 데 사용하는 도구로 컴파일하려고합니다.libusb에서 기호를 찾을 수 없음
./configure: line 15323: syntax error near unexpected token `libusb,'
./configure: line 15323: `PKG_CHECK_MODULES(libusb, libusb-1.0 >= 1.0.3)'
libusb를 을가 설치됩니다 : 컴파일하는 동안 슬프게도 ... 내가 libusb를 대한 오류를 받고 있어요
$> pkg-config --libs libusb
-L/opt/local/lib -lusb
$> pkg-config --libs libusb-1.0
-L/opt/local/lib -lusb-1.0
내가 libusb를를 확인하는 줄을 주석으로 처리하려고했으나 그때 얻을 찾을 수없는 기호의 무리 :
"_libusb_set_configuration", referenced from:
_irecv_open_with_ecid in libirecovery_la-libirecovery.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
내 간단한 질문은 ... 왜? 어떤 도움 감사합니다 ...