Displaying 1 result from an estimated 1 matches for "104ello".
2007 Jun 13
0
[LLVMdev] LLVM binaries for Windows and more
...eferences for `add'
a.out.s:20: Error: invalid character '_' in mnemonic
a.out.s:21: Error: invalid character '_' in mnemonic
a.out.s:23: Error: invalid character '_' in mnemonic
a.out.s:23: Error: unknown pseudo-op: `.lc0'
a.out.s:24: Error: no such instruction: `db 104ello world4410,0'
a.out.s:25: Error: invalid character '_' in mnemonic
a.out.s:27: Error: no such instruction: `end'
llvm-ld:
It seems that the generated ASM code cannot be assembled with GCC (wrong output format I guess). Maybe this fails because it calls the MingW gcc.exe and not llvm...