Hi I tried to build openjdk-6 with following
Build Configuration:
BB_VERSION        = "1.12.0"
METADATA_BRANCH   = "2011.03-maintenance"
METADATA_REVISION = "a1f31c7"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "at91sam9260ek"
DISTRO            = "angstrom"
DISTRO_VERSION    = "2011.03"
TARGET_FPU        = "soft"

Place where problems appear is when do_compile proceeds to steps listed below:
make[3]: Entering directory
`......./armv5te-angstrom-linux-gnueabi/cacao-0.99.3-r11/cacao-0.99.3/src/classes'
/bin/mkdir -p classes
javac -bootclasspath
../../src/classes/classes:/home/matti/projects/angstrom/setup-scripts/build/tmp-angstrom_2008_1/sysroots/armv5te-angstrom-linux-gnueabi/usr/share/classpath/glibj.zip
[loooong list of parameters]

Next log has a long list of errors nicely listed - starting with
----------
1. ERROR in ../../src/classes/gnuclasspath/gnu/classpath/VMStackWalker.java
(at line 1)
        /* VMStackWalker.java -- Reference implementation of VM hooks
for stack access
        ^
The type java.lang.Object cannot be resolved. It is indirectly
referenced from required .class files
----------
2. ERROR in ../../src/classes/gnuclasspath/gnu/classpath/VMStackWalker.java
(at line 52)
        public final class VMStackWalker
                           ^^^^^^^^^^^^^
Implicit super constructor Object() is undefined for default
constructor. Must define an explicit constructor
----------
What might go wrong? Could it be distribution - branch/distribution =
2011.03-maintenance/angstrom_2008.1? I tried using
master/angstrom_2010.x but then even building console-image failed.
I've posted question regarding it also, but it does not appear on the
mail archive and I don't know should it be there without any
responses. Is this proper forum for this openjdk related problem or
should I send it to jalimo? I have the whole compile log saved if
anyone needs it.

-Matti

_______________________________________________
Angstrom-distro-users mailing list
Angstrom-distro-users@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-users

Reply via email to