首页 > 代码库 > what 's up

what 's up

i have spent such a long time to find a possible solution to debug with linux in eclipse + qemu , but without result .

i  find some many tools with gcc :

arm-linux-gccarm-none-linux-gnueabi-gccarm-xilinx-linux-gnueabi-gcc

 

i find some many possible ways to start with qemu :

qemu-system-i386qemu-system-armqemu-system-x86_64qemu-system-arm -s -S qemu-system-x86_64 -s -S -kernel bzImageqemu-system-x86_64 -s -S -kernel bzImage -append "root=/dev/sda" -hda busybox.img-monitor stdio

 

we can find out many ways to make a ramdisk or root file system

 

what 's up