2
votes
2answers
131 views
Is there an advantage to upgrade Binutils from 2.16.1 to 2.19? Why?
In the PSPSDK (Homebrew) we are using the Binutils 2.16.1 to assemble and link the code for the PlayStation Portable, however that release is getting quite outdated (3 versions have superseded it). …
1
vote
1answer
181 views
Help with linker failer: .gnu.linkonce.t…
I'm having trouble linking a shared library using gcc 3.2.3 with binutils 2.18. When I try to link the library I get the following error:
.gnu.linkonce.t_... referenced in section .rodata: defined in …
1
vote
1answer
197 views
Is it possible to use MIPS register names with GAS (GNU assembler)?
If I use register names I get:
Error: illegal operands `add $t0,$zero,$zero'
If I use register number ($8 instead of $t0 and $0 instead of $zero) it works.
(I'm using binutils 2.17).
0
votes
1answer
34 views
Recipe for compiling binutils & gcc together?
Greetings,
According the the gcc build instructions you can build binutils concurrently with building gcc (as well as gmp,mpc,etc).
Here's what that page says :
If you also intend to build …
0
votes
3answers
156 views
How to install gnu ld on mac os x 10.6 ?
Hi,
I'm having a lot of trouble compiling the otherwise excellent Contiki OS on my macbook pro (with mac os x 10.6). Contiki actually uses a lot of GNU-specific features and options of GCC, AR, LD, …
0
votes
2answers
239 views
Trying to no-op an instruction
Is it possible using GNU tools (gcc, binutils, etc) to modify all occurrences of an assembly instruction into a no-op? Specifically, gcc with the -pg option generates the following assembly (ARM):
…
