--- Patrick Tullmann <[EMAIL PROTECTED]> wrote: > > I am very new to the world of kaffe, and I would > like to understand it a > > little better. > > Most documentation is in the FAQ/ subdirectory. I > think a porting > document has been promised, but I don't see it in > CVS.
also check out the Documentation news section here: http://www.kaffe.org/weeklynews/2002/1.html > > In particular, my goal would be to port Kaffe (or > a part of it, for some > > research purposes) to yet another platform, which > is a VLIW architecture > > developed by HP & ST. Unfortunately though, only > an ANSI C compiler is > > available for such platform (i.e., no GCC), so I > guess quite a lot of > > manual work is required. And knowing very little > about the structure of > > the source code makes things even worse. Compiling kaffe on linux with CFLAGS -ansi -pedantic first, might help fix some of the portability problems. If you do so, please send us the patches. best regards, dalibor topic __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
