I have rebased the tlmu-1.4.0_work branch and renamed it tlmu-1.4.0. I will not rebase it.
It is available at github.
You can try it with the following procedure.
1) Get the package
% git clone https://github.com/yTakatsukasa/tlmu
2) Build
run in the directory tlmu.
% mkdir build
% cd build
% ../configure --extra-cflags=-fPIC --disable-pie --disable-curses --disable-sdl --disable-vnc --disable-xen --disable-kvm --target-list=or32-softmmu,arm-softmmu,mipsel-softmmu,cris-softmmu
% make
% make tlmu
% make -C tests/tlmu install-tlmu
% cd tests/tlmu/
% make
% env LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH ./c_example
Then you will see the Hello world message from arm, cris, mips and openrisc.
0 件のコメント:
コメントを投稿