Porting Java

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Porting Java

2,889 Views
Fredlee
Contributor I
Anyone try to porting the JVM, like kaffe, to Coldfire at uClinux???
Labels (1)
0 Kudos
Reply
2 Replies

866 Views
ptomsich
Contributor I
You might want to contact Theobroma Systems for information on their Java solutions (see http://www.theobroma-systems.com/products/java).
As far as I know, they target Coldfire V2 and higher.
0 Kudos
Reply

866 Views
ZiglioNZ
Contributor I
It should be possible to build PhoneME MR2 for Coldfire.
The basic build needs some basic assembler functions to glue java calls to C calls.
The more advanced build involves the JIT compiler, and that would be hard: all the example code is written for  Arm cores.

On the twiki page there's valuable documentation on how to port PhoneME to new cores.
The link to how to build it for Freescale iMX.31 applies to the LTIB toolchain for coldfire.

Mark Lam's blog is a treasure cave for who wants to explore the internals of the CDC and CVM.




0 Kudos
Reply