On Mon, Apr 11, 2005 at 09:24:41AM +0000, mourad el badaoui wrote: > hi > well as said in the title i want to cross-compile kaffe-1.1.4 for a > board which contains an intel IXP425 xsclae processor using the > "arm5b-jungo-linux-gnu" toolchain and i want ask for configuration i > must use (host?CFLAGS?LDFLAGS?...) > thanks
Please use 1.1.5 which got released lately, Its much better then the old outdated 1.1.4. CFLAGS and LDFLAGS depend on your cross-compile environment. --host and --build is whatever you compile on (e.g. i686-pc-linux-gnu) --target is arm5b-jungo-linux-gnu. Not that you need a kaffe install on your host to have a working kaffeh. Set KAFFEH=/path/to/kaffeh before configure. Configure is smart enough to tell you what wents wrong and gives you tipps. Michael -- Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html Join the community at http://planet.classpath.org/ _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
