Displaying 1 result from an estimated 1 matches for "face6e76".
Did you mean:
3acf6e76
2005 May 30
2
[LLVMdev] help!
Hi,
I have some problems when I use this command: gcc hello.s -o
hello.native(for example) to assembly the native language to a program.
I always got a error message like this :
"gccas: hello.s:3: parse error, unexpected $undefined.
hello.s:3: while reading token: '.' "
I don't know what's wrong here. By the way, when I learned llvm at the
first time, I followed