Hi,

I have a build a system (angstrom-2008.1)on the CM-270 with the OE stable/2009  
branch. Now I am trying to build the cacao jvm (0.99.3) along with the 
classpath (ver. 0.98). During the compilation task of the "classpath" i have 
got the message:

         java -classpath  antlr.Tool -o 
../tools/generated/gnu/classpath/tools/gjdoc/expr/ \
                ./gnu/classpath/tools/gjdoc/expr/java-expression.g
         Unrecognised command line option: -o

         where options include:
           -client         compatibility (ignored)
           -server         compatibility (ignored)
         
           -cp             <jar/zip files and directories separated by :>
           -classpath      <jar/zip files and directories separated by :>
                           locations where to find application classes
           -D<name>=<value> set a system property
           -verbose[:class|gc|jni]
                           :class print out information about class loading, 
etc.
                           :gc print out results of garbage collection
                           :jni print out native method dynamic resolution
           -version        print out version number and copyright information
           -showversion     show version number and copyright and continue
           -fullversion     show jpackage-compatible version number and exit
           -? -help        print out this message
           -X              show help on non-standard options

The complete error listing is attached to this email, it seems to me it uses 
cacao or jamvm to compile?
I tried also with setting the PREFERRED_PROVIDER_virtual/java-native to 
jamvm-native

In the configuration I already set:

        PREFERRED_PROVIDER_virtual/java-initial   = "cacao-initial"
        PREFERRED_PROVIDER_classpath              = "classpath"
        PREFERRED_PROVIDER_swt3.4-gtk             = "swt3.4-gtk-hildon"

        PREFERRED_VERSION_cacao-initial      = "0.98"
        PREFERRED_VERSION_classpath-initial  = "0.93"

        PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
        PREFERDED_VERSION_libecj-bootstrap = "3.3"

        PREFERRED_PROVIDER_virtual/java-native = "cacao-native"
        PREFERRED_VERSION_cacao-native = "0.99.3"
        PREFERRED_VERSION_classpath-native = "0.97.2"

        PREFERRED_VERSION_cacao     = "0.99.3"
        PREFERRED_VERSION_classpath = "0.98"


Anyone a idea what's wrong?


Henk Geraads

li...@hf-electronics.com < mailto:li...@hf-electronics.com> 
_______________________________________________
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