Mac OS X 10.8.4에서 the GNU MIX assembly development kit을 컴파일하려고합니다. 나는 사제를 통해 종속성을 설치 한, 나는이 MDK 디렉토리에 configure
을 실행할 때, 나는 성공 메시지 수 :GNU MIX Development Kit 빌드 오류
*** GNU MDK 1.2.7 has been successfully configured. ***
Type 'make' to build the following utilities:
- mixasm (MIX assembler)
- mixvm (MIX virtual machine)
하지만 make
를 실행하면이 오류가 뱉어 :
~/Downloads/mdk-1.2.7 > make
make all-recursive
Making all in po
make[2]: Nothing to be done for `all'.
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in doc
Making all in img
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in lib
rm -f libreplace.a
ar cru libreplace.a
ar: no archive members specified
usage: ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
make[2]: *** [libreplace.a] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
을
이유를 모르지만 ar
이 실패한 것처럼 보입니다. 어떻게 디버깅 할 수 있습니까?