* openjdk-6-vm-shark on armv6 (ARM1176)
@ 2011-01-12 23:25 Michael Smith
2011-01-13 9:42 ` Henning Heinold
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Michael Smith @ 2011-01-12 23:25 UTC (permalink / raw)
To: openembedded-devel
Hey,
Maybe OT for here, but I'm wondering if anyone else has tried to run the
OE-built shark VM on armv6. For me it crashes the first time it tries to
JIT anything.
LLVM llc/lli fail to run the hello world app from here:
http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg08264.html
/tmp # llvm-as hello.ll
/tmp # lli hello.bc
Stack dump:
0. Program arguments: lli hello.bc
1. Running pass 'ARM Instruction Selection' on function '@main'
Segmentation fault
/tmp # llc hello.bc
Stack dump:
0. Program arguments: llc hello.bc
1. Running pass 'ARM Instruction Selection' on function '@main'
Segmentation fault
I'll look further; just wondering if this is known not to work.
Thanks,
Mike
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: openjdk-6-vm-shark on armv6 (ARM1176)
2011-01-12 23:25 openjdk-6-vm-shark on armv6 (ARM1176) Michael Smith
@ 2011-01-13 9:42 ` Henning Heinold
[not found] ` <AANLkTinfpFWJSY6JfTU+KaO4b6J1aJowir+Z97OnHNUm@mail.gmail.com>
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Henning Heinold @ 2011-01-13 9:42 UTC (permalink / raw)
To: openembedded-devel
Hi,
it isn't, most tests werde done on armv7 arch's or armv4t.
Bye Henning
^ permalink raw reply [flat|nested] 8+ messages in thread[parent not found: <AANLkTinfpFWJSY6JfTU+KaO4b6J1aJowir+Z97OnHNUm@mail.gmail.com>]
* Re: openjdk-6-vm-shark on armv6 (ARM1176)
2011-01-12 23:25 openjdk-6-vm-shark on armv6 (ARM1176) Michael Smith
2011-01-13 9:42 ` Henning Heinold
[not found] ` <AANLkTinfpFWJSY6JfTU+KaO4b6J1aJowir+Z97OnHNUm@mail.gmail.com>
@ 2011-01-13 13:59 ` Robert Schuster
2011-01-13 14:14 ` Michael Smith
2011-01-13 19:05 ` Michael Smith
3 siblings, 1 reply; 8+ messages in thread
From: Robert Schuster @ 2011-01-13 13:59 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1279 bytes --]
Hi Michael,
can you check whether your llvm build definitely has multithread
support? Check the build logfiles. If it is not enabled there will be
warning message somewhere.
Regards
Robert
Am 13.01.2011 00:25, schrieb Michael Smith:
> Hey,
>
> Maybe OT for here, but I'm wondering if anyone else has tried to run the
> OE-built shark VM on armv6. For me it crashes the first time it tries to
> JIT anything.
>
> LLVM llc/lli fail to run the hello world app from here:
>
> http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg08264.html
>
>
> /tmp # llvm-as hello.ll
> /tmp # lli hello.bc
> Stack dump:
> 0. Program arguments: lli hello.bc
> 1. Running pass 'ARM Instruction Selection' on function '@main'
> Segmentation fault
>
> /tmp # llc hello.bc
> Stack dump:
> 0. Program arguments: llc hello.bc
> 1. Running pass 'ARM Instruction Selection' on function '@main'
> Segmentation fault
>
> I'll look further; just wondering if this is known not to work.
>
> Thanks,
> Mike
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 270 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: openjdk-6-vm-shark on armv6 (ARM1176)
2011-01-12 23:25 openjdk-6-vm-shark on armv6 (ARM1176) Michael Smith
` (2 preceding siblings ...)
2011-01-13 13:59 ` Robert Schuster
@ 2011-01-13 19:05 ` Michael Smith
3 siblings, 0 replies; 8+ messages in thread
From: Michael Smith @ 2011-01-13 19:05 UTC (permalink / raw)
To: openembedded-devel
Michael Smith wrote:
> Maybe OT for here, but I'm wondering if anyone else has tried to run the
> OE-built shark VM on armv6. For me it crashes the first time it tries to
> JIT anything.
>
> LLVM llc/lli fail to run the hello world app from here:
Shark and lli work (slowly :) on armv6 if llvm is built with
-DCMAKE_BUILD_TYPE:STRING=Debug. I'm using gcc 4.3.3; maybe it's just an
optimization bug fixed in a later version.
Mike
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2011-01-14 23:35 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-12 23:25 openjdk-6-vm-shark on armv6 (ARM1176) Michael Smith
2011-01-13 9:42 ` Henning Heinold
[not found] ` <AANLkTinfpFWJSY6JfTU+KaO4b6J1aJowir+Z97OnHNUm@mail.gmail.com>
2011-01-13 13:43 ` Michael Smith
[not found] ` <AANLkTi=qTS0YRq1Q9N8GcMz+neaYJD+NzRQ6hDPjpNtW@mail.gmail.com>
2011-01-14 13:59 ` Michael Smith
2011-01-14 23:34 ` Henning Heinold
2011-01-13 13:59 ` Robert Schuster
2011-01-13 14:14 ` Michael Smith
2011-01-13 19:05 ` Michael Smith
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.