xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [stubdom] Makefile configuration failed for user-defined studbom
@ 2016-01-14  9:08 Du Yukun
  2016-01-14 11:06 ` Ian Campbell
  0 siblings, 1 reply; 6+ messages in thread
From: Du Yukun @ 2016-01-14  9:08 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 784 bytes --]

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

~~~~~~~~~~~~~~~~~~~~

[-- Attachment #1.2: Type: text/html, Size: 1136 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-14 14:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-14  9:08 [stubdom] Makefile configuration failed for user-defined studbom Du Yukun
2016-01-14 11:06 ` Ian Campbell
2016-01-14 13:27   ` 答复: " Yukun Du
2016-01-14 13:56     ` Ian Campbell
2016-01-14 14:42       ` Du Yukun
2016-01-14 14:58         ` Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).