<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hiya<br><br>I am trying to compile a test case with latest LLVM 3.3 release using integrated assembler. I have looked through previous mailing discussion on this subject and it appears that perhaps by now the appropriate changes are checked-in however my test case is failing. Maybe I am missing something and not specifying appropriate options on the commandline.<br><br>My setup:<br><br>Host operating System: Ubuntu 12<br>Cross toolchain: built latest release 3.3<br><br>If I need to provide more info please let me know<br><br><br>Cheers<br><br><br>test.c: <br>void main {return;}<br><br>commandline:<br>arm-linux-clang -Iarm-2013.05-24-arm-none-linux/arm-none-linux-gnueabi/libc/usr/include -integrated-as -msoft-float -save-temps -O3 -mcpu=cortex-a8 -c -o test.o test.c<br><br>Errors:<br>ffconf.rmzKnl5U.s:2:2: error: unknown directive<br>        .cpu cortex-a8<br>        ^<br>ffconf.rmzKnl5U.s:3:2: error: unknown directive<br>        .eabi_attribute 6, 10<br>        ^<br>  <br>                                     </div></body>
</html>