আমি এই কমান্ডটি দিয়ে উইন্ডোজ 10 ব্যাশ শেলের মাধ্যমে কেমুকে সংকলন করার চেষ্টা করছি:
../configure --target-list=ppc_softmmu
তবে, আমি সর্বদা এই ত্রুটিটি পাই:
"cc" either does not exist or does not work
আমি অনলাইনে খুঁজে পেয়েছি এমন কয়েকটি পদ্ধতি চেষ্টা করেছি কিন্তু কোনওটিই কার্যকর হয়নি। পার্শ্ব নোট হিসাবে, আমি এই ত্রুটিগুলিও পেয়েছি:
../configure: 39: ../configure: cannot create config.log: Directory nonexistent
../configure: 40: ../configure: cannot create config.log: Directory nonexistent
../configure: 41: ../configure: cannot create config.log: Directory nonexistent
../configure: 42: ../configure: cannot create config.log: Directory nonexistent
../configure: 43: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
../configure: 61: ../configure: cannot create config.log: Directory nonexistent
../configure: 62: ../configure: cannot create config.log: Directory nonexistent
আমি উইকি প্রস্তাবিত সমস্ত প্যাকেজ ইনস্টল করেছি ( http://qemu-project.org/Hosts/Linux#Fedora_Linux_.2F_Debian_GNU_Linux_.2F_Ubuntu_Linux_.2F_Linux_Mint )
কেউ আমাকে সাহায্য করতে পারেন?
ccএকটি কমান্ড হিসাবে চালানোর চেষ্টা করেছি এবং সিসি নিজেই কোনও ইনপুট ফাইল সম্পর্কে ত্রুটি ফিরে পেয়েছে , তাই এটি সেখানে রয়েছে।
../configure? এর আউটপুট সরবরাহ করুন stat $(pwd)। config.logআপনার বর্তমান ডিরেক্টরিতে তৈরি করা হয়েছে। এছাড়াও, কোন লক্ষ্য নেই ppc_softmmu, এটি বলা হয় ppc-softmmu। আপনি কিউইএমইউ এর একটি পুরানো সংস্করণ ব্যবহার করছেন? এছাড়াও, এটি একেবারেই কার্যকর হতে চলেছে unlikely
zacchi4k@ZACCHI-PC:/mnt/d/Zacchi's files/Emulatori/pc/qemu-2.7.0/compiled$ ../configure --target-list=ppc-softmmuআমিও ppc-softmmuএকই ফলাফল দিয়ে চেষ্টা করেছি । আমি QEMU
compiledডিরেক্টরি ছেড়ে দিন । এমনকি এটি মূল উত্স ট্রিতেও নেই।
ccআদেশ আছে? এটি সি সংকলক।