[LLVMdev] LLVM Development on ARM

Martin Guy martinwguy at gmail.com
Sat Sep 26 13:01:53 PDT 2009


On 9/25/09, kapil anand <kapilanand2 at gmail.com> wrote:
> > > The Compilation error I am getting:
> > > "Error while compiling ARMJITInfo.cpp..
> > > Selected processor does not support fstmfdd
> > > sp!,{d0,d1,d2,d3,d4,d5,d6,d7}....
>
> I am trying to natively compile LLVM on a ARM virtual machine ( which I am
> running through QEMU) but getting the error as mentioned in previous mail.
> VM is running ARM926 which according to ARM architecture, has vfp support.

The error looks like the assembler complaining, so it may be that you
are missing --with-fpu=vfp or whatever the LLVM equivalent of that is.
Certainly in GCC-land, --with-cpu is not enough; you also have to
specify the coprocessor explicitly

    M



More information about the llvm-dev mailing list