i'm trying to run the sample "Welcome to CodeWarrior" project for the mpc8548cds in qemu with this command:
qemu-system-ppc -M mpc8544ds -cpu MPC8548 -kernel hello_world-core00.elf -serial stdio -net nic,model=e1000 -net user
but i'm getting the following error:
rom: requested regions overlap (rom phdr #1: Desktop/hello_world-core00.elf. free=0x00000000000018d8, addr=0x0000000000000000)
rom loading failed
I've used this same command to run a kernel zimage for the mpc8548cds and it worked.
I'm building the project in windows 7 64 bit with codewarrior 10.5.0 and running qemu in ubuntu 14.04 with virtual box.
Can anyone help me with this?