Displaying 2 results from an estimated 2 matches for "tradlittlemip".
Did you mean:
tradlittlemips
2006 Jan 08
1
[mips] doesn't compile on little-endian
.../arch/mips/crt0.o: compiled for a little endian system and target is big endian
ld: klibc/arch/mips/crt0.o: endianness incompatible with that of the selected emulation
ld: failed to merge target specific data of file klibc/arch/mips/crt0.o
When I change "elf32-tradbigmips" to "elf32-tradlittlemips" in the
linker script (OUTPUT_FORMAT) it works. Unfortunately, I don't know
what the right fix is.
--
Martin Michlmayr
http://www.cyrius.com/
2018 Sep 28
3
error: expected memory with 32-bit signed offset
... # <MCOperand Reg:413>
# <MCOperand Imm:-4096>>
test/MC/Mips/loongson3a/valid.s:32:30: error: invalid operand for
instruction
gslbx $2,0($3,$4)
^
valid-gnu.o: file format elf64-tradlittlemips
Disassembly of section .text:
0000000000000000 <gs>:
0: c8622010 gslble v0,v1,a0
4: c8c53811 gslbgt a1,a2,a3
8: c9285012 gslhle a4,a5,a6
c: 00000000 nop
10: c98b6813 gslhgt a7,t0,t1
14: c9ee8014 gslwle t2,t3,s0...