Re: [Coremu-list-devel] compiling coremu for arm
Brought to you by:
cyfdecyf
From: Duc <dkt...@gm...> - 2013-03-25 20:51:12
|
I got the same error and disabled cm-features in qemu Makefile to get around the problem. qemu/Makefile.target: disable cm-features object files as part of the build on line 100: #libobj-y += watch.o watch-util.o instrument.o trigger.o memtrace.o logbuffer.o remove $(SRC_PATH)/cm-features on line 17: $(call set-vpath, $(SRC_PATH):$(TARGET_PATH):$(SRC_PATH)/hw:$(SRC_PATH)/cm-lib) |