* Linking issue with gcc-4.9, but not gcc-4.8
@ 2015-05-22 18:00 Karl Apsite
0 siblings, 0 replies; only message in thread
From: Karl Apsite @ 2015-05-22 18:00 UTC (permalink / raw)
To: xen-devel
Ahoy there!
I was attempting to compile Xen from branches: `master`, and `stable-4.5` I had
some trouble initially, as Ubuntu 12.04 defaults to an old version of gcc. I
updated gcc to 4.9 from the toolchain ppa, and was NOT able to compile Xen on
either branch. Installing and configuring gcc 4.8 allows Xen to compile
successfully.
Log (tail) when compiling with gcc 4.9
https://gist.github.com/CptSpaceToaster/467ce2625dcb6b5d2ace#file-gistfile1-txt-L28
Line 43 in this makefile that has some trouble:
$(XEN_REPO)/tools/common/libfsimage/common/Makefile
http://xenbits.xen.org/gitweb/?p=xen.git;a=blob;f=tools/libfsimage/common/Makefile;h=fb306f4e33803d0e8593081269d1f96a7462d9e1;hb=HEAD#l43
The `-Wl,libfsimage.so.$(MAJOR)` seems suspect. But I wasn't successful when I
tried tinkering with it for a bit. Does anyone have any idea what might be
going wrong here?
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-22 18:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 18:00 Linking issue with gcc-4.9, but not gcc-4.8 Karl Apsite
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.