[LLVMbugs] [Bug 9081] New: Build failure on arm
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jan 28 01:14:44 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9081
Summary: Build failure on arm
Product: libraries
Version: trunk
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: ARM
AssignedTo: unassignedbugs at nondot.org
ReportedBy: scoopr at iki.fi
CC: llvmbugs at cs.uiuc.edu
I'm compiling llvm on a Tegra2 system, with Ubuntu 10.10 ( gcc 4.4.5).
Compiling llvm gives this compile failure:
llvm[3]: Compiling ARMInstrInfo.cpp for Release+Asserts build
llvm[3]: Compiling ARMJITInfo.cpp for Release+Asserts build
/tmp/ccn7l1UL.s: Assembler messages:
/tmp/ccn7l1UL.s:31: Error: LR and PC should not both be in register list --
`ldmia sp!,{r0,r1,r2,r3,lr,pc}'
make[3]: ***
[/home/scoopr/Code/llvm-build/lib/Target/ARM/Release+Asserts/ARMJITInfo.o]
Error 1
make[3]: Leaving directory `/home/scoopr/Code/llvm-build/lib/Target/ARM'
make[2]: *** [ARM/.makeall] Error 2
make[2]: Leaving directory `/home/scoopr/Code/llvm-build/lib/Target'
make[1]: *** [Target/.makeall] Error 2
make[1]: Leaving directory `/home/scoopr/Code/llvm-build/lib'
make: *** [all] Error 1
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list