[ create a new paste ] login | about

Link: http://codepad.org/aHj9QVQc    [ raw code | output | fork ]

C, pasted on Sep 21:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
==============================================
argc 3, argv /home/Programming/eclipse_cpp/binutils/ld/ld-new, argv -m elf_x86_64 ==============================================
MEMORY 
  {
  rom (rx)  : ORIGIN = 0, LENGTH = 256K
  ram (!rx) : org = 0x40000000, l = 4M
  }

==============================================
here at Line 720, in fct get_emulation 
emulation elf_x86_64string is empty emulation elf_x86_64 


 before 
target elf_x86_64 
/home/Programming/eclipse_cpp/binutils/ld/ld-new: unrecognised emulation mode: elf_x86_64
Supported emulations: 


Output:
1
2
3
4
Line 1: error: expected identifier or '(' before '==' token
Line 35: error: invalid suffix "K" on integer constant
Line 36: error: invalid suffix "M" on integer constant
Line 9: error: expected identifier or '(' before '==' token


Create a new paste based on this one


Comments: