Hi,

I want to covert c++ code to mips assembly, 
for that I have followed the instructions in the following website:
http://www.aurel32.net/info/debian_mips_qemu.php

However, I have downloaded and installed the latest version of vmlinux 
(mips-tes-0.2) and GEMU (gemu-0.14) from the following link:
http://wiki.qemu.org/Download

When I run the following command:
./qemu-system-mips -M mips -kernel vmlinux-2.6.18-3-qemu -initrd initrd.gz -hda 
../hda.img -append "root=/dev/ram console=ttyS0" -nographic

the installation did not complete and it says: no kernel module were found. 

Can anybody help me with this error?
Isn't any other way to convert my c++ code to assembly mips?

Thanks in advance for your help
Hana



      

Reply via email to