Hello,
I am using okl4_2.1. I want to build and simulate for machine KZM. I run the command
./tools/build.py machine=kzm_arm11 project=iguana verbose_str=True simulate
All the images .elf .sim and .boot are built but there is some error in simulation "Can't open tools/unittest/kzm-boot.sh".
If I understand correctly from wiki, Qemu 0.9.1 can be used to simulate wiki. I have downloaded and built Qemu with the configuration option :
./configure --target-list=arm-softmmu --disable-sdl --static --disable-gfx-check
make
However qemu-system-arm -M ? does not give kzm as an option. (I am using gcc 4.2.4).
Please help.
Also when I try to build l4 with linux
./tools/build.py machine=kzm_arm11 project=iguana verbose_str=True wombat=yes simulate
it says
projects/iguana/SConstruct:634 Error: OKLINUX_DIR: linux: does not exist
Could you please let me know where I am going wrong?
Thanks
Aparna