How to build Neko VM under Windows Mobile 5/6?
2009-10-05 18:28:47 GMT
Hello!
My question is: how to build NekoVM under winmobile?
The first trouble i get is : there is no config to build libgc under ARM platform.
If i try to build sources of libgc "as is" - there is an error in GetStackFramesFromContext function of msvc_dbg.c (#error Unknown CPU). I try to add:
machineType = IMAGE_FILE_MACHINE_ARM;
stackFrame.AddrPC.Offset = context->Sp;
And build lib but it crashes on tests with stack overflow error.
Have somebody an experience width libgc under winMobile? or Can i use other garbage collector? or Is there another way?
Off-top: My final aim is to build nekoVM+neash under WinMobile. And if it will fast enough - try to develop multi-platform-GUI framework as alternative to .NET WinForms or Qt.
Thank you.
-- -- Neko : One VM to run them all (http://nekovm.org)
RSS Feed