search for: v4test

Displaying 5 results from an estimated 5 matches for "v4test".

Did you mean: n4test
2009 Jun 18
2
[LLVMdev] Unknown pseudo-op with -march=arm
I am using SimpleScalar cross-compiler 2.95.2 ( http://www.simplescalar.com/v4test.html) On Thu, Jun 18, 2009 at 3:30 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > Hello > > > hello.s:6: Error: Unknown pseudo-op: `.eabi_attribute' > How old is your arm toolchain? > > -- > With best regards, Anton Korobeynikov > Faculty of M...
2009 Jun 18
0
[LLVMdev] Unknown pseudo-op with -march=arm
> I am using SimpleScalar cross-compiler 2.95.2 (http://www.simplescalar.com/v4test.html) It's really ancient. Consider upgrading to something not from stone age :) I doubt you'll be able to assemble anything generated by, for example, with mainline gcc. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Jun 18
3
[LLVMdev] Unknown pseudo-op with -march=arm
...tion, I can use my stone age cross compiler. I am just wondering why it works without them. Thanks in advance. On Thu, Jun 18, 2009 at 4:26 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > > I am using SimpleScalar cross-compiler 2.95.2 ( > http://www.simplescalar.com/v4test.html) > It's really ancient. Consider upgrading to something not from stone > age :) I doubt you'll be able to assemble anything generated by, for > example, with mainline gcc. > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics and Mechanics, Saint...
2009 Jun 18
2
[LLVMdev] Unknown pseudo-op with -march=arm
Hello, Running some examples to see how LLVM work, I found that some pseudo operations are unknown. Details are shown below. This is the command sequence that I am using: > llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc > llc -march=arm hello.bc -o hello-arm.s > arm-linux-gcc hello-arm.s -o hello-arm ************************ hello.s:6: Error: Unknown pseudo-op: `.eabi_attribute'
2009 Jun 18
0
[LLVMdev] Unknown pseudo-op with -march=arm
Hello > hello.s:6: Error: Unknown pseudo-op:  `.eabi_attribute' How old is your arm toolchain? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University