Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 570020 - sys-devel/gdb[multitarget]: undefined reference to `sim_spr_register_name'
Summary: sys-devel/gdb[multitarget]: undefined reference to `sim_spr_register_name'
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL: https://sourceware.org/bugzilla/show_...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-28 20:06 UTC by hexum
Modified: 2016-01-02 17:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Build log (build.log,927.79 KB, text/x-log)
2015-12-28 20:06 UTC, hexum
Details

Note You need to log in before you can comment on or make changes to this bug.
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!