Displaying 2 results from an estimated 2 matches for "crystax".
Did you mean:
crystal
2010 Nov 16
1
[LLVMdev] Converting C++ to Java
Hi
We want to use our existing engine sourcecode to build Java applications.
Our core engine is written in C/C++ and has hooks to platform specific
functions which we have filled in for lots of platforms so far, PC, DS, PS2,
PSP, XBOX, IPHONE etc. All of which can use C/C++ as their compiler. However
now we want to target Android platforms, so we are looking into converting
the main body of
2010 Nov 18
1
[LLVMdev] Compiling LLVM libraries for Android
Hi,
I'm compiling LLVM libraries for android platform using android nk r4 from
crystax that supports c++ and rtti libs.
I'm facing the problem that there gcc compiler doesn't
support __clear_cache function of Memory.cpp (line 699) for the librarie
LLVMSystem. Is there a way to bypass this limitation without puts a comment
on this line?
Regards
Jérôme Gorin
-------------- ne...