[oe] java -cacao issues

Jaap de Jong jaap.dejong at nedap.com
Fri Jul 23 08:06:01 UTC 2010


Hi,

Finally I've been able to build for at91sam9263ek without any errors...

    $ git log | head
    commit ebc2e1d43afa43877c29bc47c87f38792a791bd8
    Author: Martin Jansa <Martin.Jansa at gmail.com>
    Date:   Mon Jul 19 13:14:06 2010 +0200

         linux-openmoko-2.6.32: add missing patch, enable XFS, brtfs, GPT

         Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>


The following results on the target:

    # java -version
    Warning: no leading - on line 43 of
    `/usr/lib/jvm/java-6-openjdk/jre/lib/arm/jvm.cfg'
    Warning: missing VM type on line 43 of
    `/usr/lib/jvm/java-6-openjdk/jre/lib/arm/jvm.cfg'
    Warning: no leading - on line 43 of
    `/usr/lib/jvm/java-6-openjdk/jre/lib/arm/jvm.cfg'
    Warning: missing VM type on line 43 of
    `/usr/lib/jvm/java-6-openjdk/jre/lib/arm/jvm.cfg'
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8)
    OpenJDK Shark VM (build 14.0-b16, mixed mode)

After removing the trailing newline from 
/usr/lib/jvm/java-6-openjdk/jre/lib/arm/jvm.cfg the warnings are gone:


    # java -version
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8)
    OpenJDK Shark VM (build 14.0-b16, mixed mode)

    # java -version -shark
    java version "1.6.0_18"
    OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8)
    OpenJDK Shark VM (build 14.0-b16, mixed mode)

    # java -version -cacao
    LOG: [0x4001ec80] md_signal_handler_sigill: Unknown illegal
    instruction 0xed1c5a06 at 0x441dc790
    LOG: [0x4001ec80] Aborting...
    Aborted


cacao crashes...
Any ideas?

Jaap de Jong





More information about the Openembedded-devel mailing list