|
Replies:
2
-
Last Post:
Sep 7, 2008 8:41 AM
by: skyslee2005
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
how can i port phoneme feature to another platform(no win32 ,no linux)
Posted:
Sep 6, 2008 7:34 AM
|
|
|
my platform use mips process and a sample realtime OS,so i don't know how to port phoneme feature on it. as far as my understanding of phoneme feature,the javacall api layer only run on win32 platform,and i don't konw how can i build prerefiler and other tools for my platform ;the makefile may have to change much place;for cross complier,there may be many work have to done,but i have no idea; is there anyone can help me? thanks!!
|
|
|
|
|
|
|
Re: how can i port phoneme feature to another platform(no win32 ,no linux)
Posted:
Sep 7, 2008 6:12 AM
in response to: skyslee2005
|
|
|
For pMEF has no JIT for MIPS arch, you can use C interpreter instead. Besides CLDC, other JSRs are not really care about CPU arch. As a reference, http://www.pspkvm.org has a project that porting pMEF to PSP, which is a MIPS platform and without win32 or linux OS supports.
M@x
|
|
|
|
|
|
|
|
Re: how can i port phoneme feature to another platform(no win32 ,no linux)
Posted:
Sep 7, 2008 8:41 AM
in response to: max_mu
|
|
|
thanks for your help,its very helpful for me
|
|
|
|
|