Porting Java

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Porting Java

2,891件の閲覧回数
Fredlee
Contributor I
Anyone try to porting the JVM, like kaffe, to Coldfire at uClinux???
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

868件の閲覧回数
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 件の賞賛
返信

868件の閲覧回数
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 件の賞賛
返信