Emulator Issues #1171
closedCombreloc scons error
0%
Description
What steps will reproduce the problem?
1.checkout svn
2.building with scons
What is the expected output? What do you see instead?
I get the following error:
scons: *** [Binary/Linux-x86_64/Dolphin] Implicit dependency combreloc' not found, needed by target
Binary/Linux-x86_64/Dolphin'.
scons: building terminated because of errors.
What version of the product are you using? On what operating system?
As shown, I am building on a x86_64 Linux, version 3857
Updated by quinq.ml over 15 years ago
I am running SourceMage GNU/Linux, with Linux 2.6.30.1, gcc/g++ 4.3.3, scons 1.2.0
(if that is what you mean by « what are you running »).
Updated by quinq.ml over 15 years ago
Oh, sorry, I just run 'scons' in dolphin-emu-read-only directory. :)
Updated by bztdlinux over 15 years ago
Interesting, it seems your binutils is compiled without combreloc support? Does
sourcemage's packaging system have flags or something to enable it? It should have
been enabled by default I think.
Updated by quinq.ml over 15 years ago
Hello,
my binutils (2.19.1) are fine, I use combreloc everyday.
I updated to rev 3886, but the problem is still here.
I don't know scons, how (where) does it call for ld combreloc ?
Updated by quinq.ml over 15 years ago
Here is a verbose output of what I have
http://dolphin-emu.pastebin.com/f7a94f48a
Updated by Anthony.Hillairet over 15 years ago
I actually have the exact same problem but with ardour2.
I'm using sourcemage and ardour2 is using scons.
I haven't been able to find more though.
I can't get the link command line used by scons so it is hard to investigate.
I'm afraid this is a "scons on sourcemage" problem.