2010-01-04 06:13:10 Kaffe compile error Blackfin
Patrick Hotz (GERMANY)
Message: 84167
Hi Guys,
i want to get some Java programs running on my blackfin BF537..
i have compiled the jikes and the kaffe (1.1.8) for the host system successfully but the make of the kaffe for the blackfin fails....
Docs: http://docs.blackfin.uclinux.org/doku.php?id=run_java_application_on_stamp_board
- Host Java Setup: OK.
- Kaffe for Blackfin: configure is OK but make fails...
.......
In file included from ../kaffevm/classMethod.h:22,
from support.c:26:
../../config/md.h:48:28: error: sigcontextinfo.h: Datei oder Verzeichnis nicht gefunden (file not found)
.......
Is there any patch or something that helps me to get it running?
Regards,
Patrick
TranslateQuoteReplyEditDelete
2010-01-04 11:00:46 Re: Kaffe compile error Blackfin
Mike Frysinger (UNITED STATES)
Message: 84175
use the versions quoted in the documentation page
QuoteReplyEditDelete
2010-01-04 21:46:17 Re: Kaffe compile error Blackfin
Sonic Zhang (CHINA)
Message: 84176
Kaffe is not supported in latest blackfin Linux release. We are planning to port dalvik other than kaffe in future release.
If you really prefer Kaffe, either use the old release or port it yourself.
QuoteReplyEditDelete
2010-01-05 02:56:57 Re: Kaffe compile error Blackfin
Patrick Hotz (GERMANY)
Message: 84179 OK, thank you. Patrick