hello! I have a mipsel-target and mipsel-toolchain. So I'd like to cross-compile a library source using mipsel-toolchain.
first! I have checked a CPU types supporting mipsel-toolchain $ qemu-mipsel -cpu ? MIPS '4Kc' MIPS '4Km' MIPS '4KEcR1' MIPS '4KEmR1' MIPS '4KEc' MIPS '4KEm' MIPS '24Kc' MIPS '24Kf' MIPS '34Kf' $ qemu-mipsel -cpu 4Kc -L /opt/mipsel-linux/libc helloworld qemu: uncaught target signal 4 (Illegal instruction) - exiting $ qemu-mipsel -cpu 24Kf -L /opt/mipsel-linux/libc helloworld hello world!! $ qemu-mipsel -cpu 34Kf -L /opt/mipsel-linux/libc helloworld hello world!! So. cpu model supporting mipsel-linux toolchain are "24Kf", "34Kf" but. I can't select CPU model in sb2-init commnad. *$ sb2-init -c "qemu-mipsel" mipsel-target mipsel-linux-gcc* work well!!! but I can't select a CPU model!. *$ sb2-init -c "qemu-mipsel -cpu 24Kf" mipsel-target mipsel-linux-gcc* mipsel-target doesn't exist!! Failed to configure mipsel-target I'd like to select a CPU model between mips 24Kf and mips 34Kf? please. help me!
_______________________________________________ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users