Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 570020

Summary: sys-devel/gdb[multitarget]: undefined reference to `sim_spr_register_name'
Product: Gentoo Linux Reporter: hexum <hexumg>
Component: [OLD] DevelopmentAssignee: Gentoo Toolchain Maintainers <toolchain>
Status: RESOLVED UPSTREAM    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://sourceware.org/bugzilla/show_bug.cgi?id=13418
See Also: https://sourceware.org/bugzilla/show_bug.cgi?id=13418
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Build log

Description hexum 2015-12-28 20:06:12 UTC
Created attachment 421026 [details]
Build log

I'm trying to crosscompile gdb with crossdev. But compilation fails.
There is very old bug that illustrates the problem https://sourceware.org/bugzilla/show_bug.cgi?id=13418

Notes on github say the bug is in the makefile.
https://github.com/Ma3X/boot-talker/blob/master/toolchains/arm-toolchain.txt

Can you help me with the patch for ebuild?
Comment 1 SpanKY gentoo-dev 2015-12-31 07:46:09 UTC
don't build w/USE=multitarget and it should work fine
Comment 2 hexum 2016-01-02 17:48:29 UTC
Thanks a lot!