<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">To answer your question I am testing on a pandaboard currently, which has an arm cortex-a9 processor, which I think is 64-bit.<br>

</div></blockquote><div><br></div></div><div>Cortex-A9 is still 32-bits, so you'll have all support you need. ;)</div></div></div></div></blockquote><div><br></div><div>Ah, Okay, embarrassing...</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<div dir="ltr">however it doesn't if I remove the -ffreestanding flag. I need to figure this out next.<br></div></blockquote><div><br></div></div><div>Can you at least assemble the file to .s? You won't be able to compile Tim's example to executable because you don't have a main in there.</div>
</div></div></div></blockquote><div><br></div><div>I can compile to assembly with the -ffreestanding flag on, but without it I get:<br><br><div>In file included from neon.c:1:</div><div>In file included from /home/stan/Fortress/Dev/llvm/build-trunk/Debug+Asserts/bin/../lib/clang/3.4/include/arm_neon.h:31:</div>
<div>In file included from /home/stan/Fortress/Dev/llvm/build-trunk/Debug+Asserts/bin/../lib/clang/3.4/include/stdint.h:64:</div><div>In file included from /usr/include/stdint.h:25:</div><div>In file included from /usr/include/features.h:341:</div>
<div>/usr/include/stdc-predef.h:30:10: fatal error: 'bits/predefs.h' file not found</div><div>#include <bits/predefs.h><br><br>which I suspect has something to do with the fact that in /usr/include I have a folder called x86_64-linux-gnu but not one called arm-linux-gnueabihf. Am I even remotely right?</div>
</div><div><br></div><div>Cheers,</div><div> - Stan</div></div></div></div>