Lauro Ramos Venancio
2008-Jan-21 14:17 UTC
[LLVMdev] LLVM build freezes in scratchbox, ARM target
Hi Arvind, To use llvm inside scratchbox you must use a newer qemu. See http://setanta.wordpress.com/2007/11/20/qemu-arm-eabi-no-scratchbox/ (in Portuguese, but the important things are in bash :) ) I don't know if it is the problem in this case, but it should be the first attempt. Lauro 2008/1/21, Rafael Espindola <espindola at google.com>:> On 21/01/2008, Arvind Ayyangar <arvind.ayyangar at gmail.com> wrote: > > Hi, > > I am new to LLVM and have been trying to get it working on > > scratchbox (ARM target). When I try to build llvm-2.1, the build > > freezes with the following output.. > > > > I have build llvm inside scratchbox sometime ago. More recently Lauro > pointed out that one should use a patched qemu. Not sure if it is > still necessary, but give it a try: > > > http://dev.openbossa.org/trac/mamona/wiki/QEmuInstallationGuide > > Cheers, > -- > Rafael Avila de Espindola > > Google Ireland Ltd. > Gordon House > Barrow Street > Dublin 4 > Ireland > > Registered in Dublin, Ireland > Registration Number: 368047 > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Arvind Ayyangar
2008-Jan-21 15:29 UTC
[LLVMdev] LLVM build freezes in scratchbox, ARM target
On Jan 21, 2008 7:47 PM, Lauro Ramos Venancio <lauro.venancio at gmail.com> wrote:> Hi Arvind, > > To use llvm inside scratchbox you must use a newer qemu. See > http://setanta.wordpress.com/2007/11/20/qemu-arm-eabi-no-scratchbox/ > (in Portuguese, but the important things are in bash :) )I have an installation of qemu on my system, but i don't think that compilation of any code should depend on the qemu/emulator in any way. Correct me if I am wrong. - Arvind
Lauro Ramos Venancio
2008-Jan-21 17:20 UTC
[LLVMdev] LLVM build freezes in scratchbox, ARM target
> I have an installation of qemu on my system, but i don't think that > compilation of any code should depend on the qemu/emulator in any way. > Correct me if I am wrong.If you are doing a gcc bootstrap (you haven't used --disable-bootstrap on configure), the compilation depends on qemu. Lauro