public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* tilepro glibc problems
@ 2016-11-04 22:05 Joseph Myers
  2016-11-04 22:25 ` Chris Metcalf
  2016-11-14 16:56 ` [PATCH] Make tile's set_dataplane API compatibility-only Chris Metcalf
  0 siblings, 2 replies; 5+ messages in thread
From: Joseph Myers @ 2016-11-04 22:05 UTC (permalink / raw)
  To: libc-alpha, cmetcalf

Compile testing of glibc for tilepro (GCC 5, binutils master) shows up two 
problems:

* C++ linking doesn't work (which causes C++ tests in glibc to be 
disabled):

/scratch/jmyers/glibc/many5/install/compilers/tilepro-linux-gnu/lib/gcc/tilepro-glibc-linux-gnu/5.4.1/../../../../tilepro-glibc-linux-gnu/bin/ld: 
a.out: hidden symbol `__atomic_fetch_add_4' in 
/scratch/jmyers/glibc/many5/install/compilers/tilepro-linux-gnu/lib/gcc/tilepro-glibc-linux-gnu/5.4.1/libgcc.a(atomic.o) 
is referenced by DSO
/scratch/jmyers/glibc/many5/install/compilers/tilepro-linux-gnu/lib/gcc/tilepro-glibc-linux-gnu/5.4.1/../../../../tilepro-glibc-linux-gnu/bin/ld: 
final link failed: Bad value
collect2: error: ld returned 1 exit status

(This seems to me like your GCC port should be using t-slibgcc-libgcc in 
libgcc/config.host, but I haven't tested that.)

* sys/dataplane.h includes a header asm/dataplane.h and thereby fails the 
check-installed-headers test because no such header exists in the Linux 
kernel.  How is this meant to work?  I imagine this would fail for tilegx 
as well if that build didn't fail at an earlier stage.

-- 
Joseph S. Myers
joseph@codesourcery.com

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

end of thread, other threads:[~2016-11-14 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-04 22:05 tilepro glibc problems Joseph Myers
2016-11-04 22:25 ` Chris Metcalf
2016-11-14 16:56 ` [PATCH] Make tile's set_dataplane API compatibility-only Chris Metcalf
2016-11-14 17:00   ` Joseph Myers
2016-11-14 20:05     ` [PATCH v2] " Chris Metcalf

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 read-only IMAP folder(s) and NNTP newsgroup(s).