Porting Java

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Porting Java

2,893 次查看
Fredlee
Contributor I
Anyone try to porting the JVM, like kaffe, to Coldfire at uClinux???
标签 (1)
0 项奖励
回复
2 回复数

870 次查看
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 项奖励
回复

870 次查看
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 项奖励
回复