On 01/18/2012 03:46 PM, Peter Maydell wrote:
On 16 January 2012 06:48, Evgeny Voevodin wrote:
This doesn't compile on 32 bit hosts:
CCarm-softmmu/exynos4210_mct.o
cc1: warnings being treated as errors
/home/petmay01/linaro/qemu-from-laptop/qemu/hw/exynos4210_mct.c: In
function ‘exynos421
On 16 January 2012 06:48, Evgeny Voevodin wrote:
This doesn't compile on 32 bit hosts:
CCarm-softmmu/exynos4210_mct.o
cc1: warnings being treated as errors
/home/petmay01/linaro/qemu-from-laptop/qemu/hw/exynos4210_mct.c: In
function ‘exynos4210_gcomp_get_distance’:
/home/petmay01/linaro/qem
Signed-off-by: Evgeny Voevodin
---
Makefile.target |1 +
hw/exynos4210.c | 19 +
hw/exynos4210_mct.c | 1479 +++
3 files changed, 1499 insertions(+), 0 deletions(-)
create mode 100644 hw/exynos4210_mct.c
diff --git a/Makefile.target