On the 0x687 day of Apache Harmony pillow wrote: > Hi all: > > We are new in Harmony porting work. > > Now we want to port harmony DRLVM's JET to Sparc. We have implemented > encoder and Lil compiler for this
wow, that's cool! what a surprise! > platform and go to code generation phase. > > We want some advice that how to debug here easily. GDB/DDD debugger should work fine on linux. Do you have some specific problems to list here? > If we want to run a HelloWorld program out, is it necessary to > pass all library classes compilation with JET first? Yes, absolutely. Hello World is written mostly in java, you will need to compile a fair bunch of methods to run HelloWorld. -- Egor Pasko