2015年7月25日 星期六

[Embedded][Emulator] qemu for mini2440


1. Download package
git clone git://repo.or.cz/qemu/mini2440.git  qemu

2. configure
./configure --prefix=/tmp --target-list=arm-softmmu
Solve : undefined reference to `clock_gettime’
Edit vim arm-softmmu/Makefile
LIBS+=-lm --> LIBS+=-lm -lrt

3. Install
make -j8

Reference:

0 意見:

張貼留言