2008-08-20 15:06:28 kaffe libraries missing?
Jeff Hepba (UNITED STATES)
Message: 60776
I've managed to get kaffe 1.1.8 to cross compile - I've been following the instructions here:
http://docs.blackfin.uclinux.org/doku.php?id=run_java_application_on_stamp_board
Now I want to see if it will actually run on my blackfin board. Some of the last steps are to transfer various libraries from the host system to the blackfin board. The problem is, the libraries I'm instructed to transfer don't exist on my host machine.
For example, I'm told to trasnfer libnative.a and libnio.a from the "kaffe source", but those files don't exist anywhere on my host machine.
Anybody know why, or how to get over this hurdle?
Thanks!
QuoteReplyEditDelete
2008-08-20 15:18:53 Re: kaffe libraries missing?
Mike Frysinger (UNITED STATES)
Message: 60777
you dont need any .a or .la files on the Blackfin board
QuoteReplyEditDelete
2008-08-22 13:35:41 Re: kaffe libraries missing?
damien OLLIVE (UNITED STATES)
Message: 60922
I have a problem me to with my libraries.
(http://docs.blackfin.uclinux.org/doku.php?id=run_java_application_on_stamp_board)
I whant to configure kaffe :
dam@dam-laptop:/opt$ cd kaffe-1.1.9/
checking where Java core library is installed... /usr/local/classpath
checking where Java core library classes are installed... /usr/local/classpath/share/classpath/glibj.zip
checking where Java core library classes are installed on the target... /usr/local/classpath/share/classpath/glibj.zip
checking where Java core library native libraries are installed... /usr/local/classpath/lib
checking where Java core library headers are installed... /usr/local/classpath/include
checking if class library exists and is readable at /usr/local/classpath/share/classpath/glibj.zip... no
configure: error: Couldn't find readable class library at /usr/local/classpath/share/classpath/glibj.zip
if you can help me
QuoteReplyEditDelete
2008-08-22 13:53:30 Re: kaffe libraries missing?
Jeff Hepba (UNITED STATES)
Message: 60923
I solved this problem by using this option on configure:
--with-classpath-classes=<location of native kaffe>/jre/lib/glibj.zip