Displaying 2 results from an estimated 2 matches for "f407bef6".
Did you mean:
3407bef
2012 Aug 02
0
[LLVMdev] Unhandled instruction encoding format!
On Aug 2, 2012, at 3:38 AM, gaogao <gaogao_1983 at 163.com> wrote:
> I am doing some tests running llvm on an ARM board. I'm getting an error
> message saying:
>
> Unhandled instruction encoding format!
>
>
> My steps below:
> Code
> //------------------------------------------------------------
> #include <stdio.h>
> int main()
> {
> int
2012 Aug 02
2
[LLVMdev] Unhandled instruction encoding format!
I am doing some tests running llvm on an ARM board. I'm getting an error
message saying:
Unhandled instruction encoding format!
My steps below:
Code
//------------------------------------------------------------
#include <stdio.h>
int main()
{
int a = 1;
int b = 3;
int c = a * b;
printf("c=%d\n", c);
return 0;
}
run on device