Re: Kaffe (ARM Cross-Compile using GNU EABI)
Kiyo Inaba <[email protected]> Tue, 5 Feb 2008 01:58:31 +0900 (JST)
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
By the way, the reason why your build stops is >The config completed successfully using the command line: >KAFFEH=/usr/local/kaffe/bin/kaffe CC=3Darm-angstrom-linux-gnueabi-gcc ... You specify 'kaffe' rather than some 'javah' program to the variable KAFFEH. Kiyo