Displaying 3 results from an estimated 3 matches for "cc6xgqcn".
2008 Jun 10
4
[LLVMdev] Compiling llvm libraries to run on iPhone
...llowing error:
llvm[3]: Compiling ScheduleDAGList.cpp for Release build
llvm[3]: Compiling ScheduleDAGRRList.cpp for Release build
llvm[3]: Compiling SelectionDAG.cpp for Release build
llvm[3]: Compiling SelectionDAGISel.cpp for Release build
/var/folders/Xq/XqzGACxLHWq4Af0cQbEMdE+++TI/-Tmp-//cc6xGQcn.s:unknown:immediate value (-288) too large
make[3]: *** [/Users/ur/llvm-2.3/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.o] Error 1
make[2]: *** [SelectionDAG/.makeall] Error 2
make[1]: *** [CodeGen/.makeall] Error 2
make: *** [all] Error 1
I have also tried compiling v2.2 and get the same e...
2008 Jun 11
1
[LLVMdev] Compiling llvm libraries to run on iPhone
> On Tue, Jun 10, 2008 at 4:50 PM, Robert Grapes
> <robert_grapes at hotmail.com> wrote:
> > llvm[3]: Compiling SelectionDAGISel.cpp for Release build
> >
> > /var/folders/Xq/XqzGACxLHWq4Af0cQbEMdE+++TI/-Tmp-//cc6xGQcn.s:unknown:immediate
> > value (-288) too large
> >
> > Any help would be really appreciated,
>
> That looks like an internal compiler error. Use delta
> (http://delta.tigris.org/) to reduce the issue if possible, then send
> a bug-report to whoever distributes your A...
2008 Jun 11
0
[LLVMdev] Compiling llvm libraries to run on iPhone
...llvm[3]: Compiling ScheduleDAGList.cpp for Release build
> llvm[3]: Compiling ScheduleDAGRRList.cpp for Release build
> llvm[3]: Compiling SelectionDAG.cpp for Release build
> llvm[3]: Compiling SelectionDAGISel.cpp for Release build
> /var/folders/Xq/XqzGACxLHWq4Af0cQbEMdE+++TI/-Tmp-//cc6xGQcn.s:unknown:immed iate value (-288) too large
> make[3]: *** [/Users/ur/llvm-2.3/lib/CodeGen/SelectionDAG/Release/SelectionDAGISel.o] Error 1
> make[2]: *** [SelectionDAG/.makeall] Error 2
> make[1]: *** [CodeGen/.makeall] Error 2
> make: *** [all] Error 1
Hmmm, you are definitely a bra...