Hi, everyone!
        I am trying to add my own program as a stubdom. I failed several times 
with the Makefile. I have add my own party in xen/stubdom/Makefile. It works 
fine except the mini-os section saying that no rule for target APP_OBJS
I only modified the xen/stubdom/Makefile and configure.ac. Can anyone help me 
with this problem. Thanks a lot.
    
~~~~~~~~~~~~~~~~~~~~ I added this part into the Makefile in stubdom
 .PHONY: libvmi-stubdom
libvmi-stubdom: mini-os-$(XEN_TARGET_ARCH)-libvmi libxc libvmi
    DEF_CPPFLAGS="$(TARGET_CPPFLAGS)" DEF_CFLAGS="$(TARGET_CFLAGS)" 
DEF_LDFLAGS="$(TARGET_LDFLAGS)" MINIOS_CONFIG="$(CURDIR)/libvmi/minios.cfg" 
$(MAKE    ) DESTDIR= -C $(MINI_OS) OBJ_DIR=$(CURDIR)/$< 
APP_OBJS=$(CURDIR)/libvmi/example/process-list.a

~~~~~~~~~~~~~~~~~~~~
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to