<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.20733" name=GENERATOR>
<STYLE>@font-face {
        font-family: 宋体;
}
@font-face {
        font-family: Verdana;
}
@font-face {
        font-family: @宋体;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; layout-grid: 15.6pt; }
P.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
LI.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
DIV.MsoNormal {
        TEXT-JUSTIFY: inter-ideograph; FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; TEXT-ALIGN: justify
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline
}
SPAN.EmailStyle17 {
        FONT-WEIGHT: normal; COLOR: windowtext; FONT-STYLE: normal; FONT-FAMILY: Verdana; TEXT-DECORATION: none; mso-style-type: personal-compose
}
DIV.Section1 {
        page: Section1
}
UNKNOWN {
        FONT-SIZE: 10pt
}
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</STYLE>
</HEAD>
<BODY style="FONT-SIZE: 10pt; MARGIN: 10px; FONT-FAMILY: verdana">
<DIV><FONT face=Verdana color=#000080 size=2>hi:</FONT></DIV>
<DIV><FONT color=#000080>I works with llvm2.2 on Ubuntu 7.10 </FONT></DIV>
<DIV><FONT color=#000080>And the compile command is as follows:</FONT></DIV>
<DIV><FONT color=#000080>To generate hello.ll, I used:</FONT></DIV>
<DIV><EM>llvm-gcc -O3 -emit-llvm hello.c -S -o hello.ll</EM></DIV>
<DIV><FONT face=Verdana color=#000080 size=2></FONT> </DIV>
<DIV><FONT face=Verdana color=#000080 size=2>and to geneate hello.bc, I 
used:</FONT></DIV>
<DIV><FONT color=#000080><EM>llvm-as hello.ll</EM></FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV><FONT color=#000080>Thank you for reply.</FONT></DIV>
<DIV><FONT color=#000080></FONT> </DIV>
<DIV><FONT color=#000080>nifan</FONT></DIV>
<DIV><FONT face=Verdana color=#c0c0c0 size=2>2008-04-14 </FONT></DIV><FONT 
face=Verdana color=#000080 size=2>
<HR style="WIDTH: 100px" align=left color=#b5c4df SIZE=1>
</FONT>
<DIV><FONT face=Verdana color=#c0c0c0 size=2><SPAN>code_nf</SPAN> </FONT></DIV>
<HR color=#b5c4df SIZE=1>

<DIV><FONT face=Verdana size=2><STRONG>发件人:</STRONG> Anton Korobeynikov 
</FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>发送时间:</STRONG> 2008-04-14  23:20:47 
</FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>收件人:</STRONG> LLVM Developers Mailing 
List </FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>抄送:</STRONG> </FONT></DIV>
<DIV><FONT face=Verdana size=2><STRONG>主题:</STRONG> Re: [LLVMdev] llvm-as parse 
error </FONT></DIV>
<DIV><FONT face=Verdana size=2></FONT> </DIV>
<DIV><FONT face=Verdana size=2>
<DIV>Hello.</DIV>
<DIV></DIV>
<DIV>> I have just started to use llvm and confronted with a problem: when I</DIV>
<DIV>> want to transform something very simple for name.ll to name.bc with</DIV>
<DIV>> llvm-as name.ll, some errors occured:   error: parse error, expecting</DIV>
<DIV>> `GLOBAL' or `CONSTANT' while reading token: 'target'</DIV>
<DIV>Works for me. Please indicate, which LLVM version you're using, how you</DIV>
<DIV>compiled it, etc.</DIV>
<DIV></DIV>
<DIV>-- </DIV>
<DIV>With best regards, Anton Korobeynikov.</DIV>
<DIV></DIV>
<DIV>Faculty of Mathematics & Mechanics, Saint Petersburg State University.</DIV>
<DIV></DIV>
<DIV></DIV>
<DIV>_______________________________________________</DIV>
<DIV>LLVM Developers mailing list</DIV>
<DIV>LLVMdev@cs.uiuc.edu         http://llvm.cs.uiuc.edu</DIV>
<DIV>http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</DIV>
<DIV>No virus found in this incoming message.</DIV>
<DIV>Checked by AVG. </DIV>
<DIV>Version: 7.5.519 / Virus Database: 269.22.13/1376 - Release Date: 2008-4-13 13:45</DIV></FONT></DIV></BODY></HTML>