On Wed, Mar 23, 2011 at 3:59 PM, Jaromil <[email protected]> wrote: > Q- is the Vala compiler present in emdebian, working for its targets?
There is a debian package for mips[el] and for arm[el]. I used it in a emulated mipsel (qemu) and in a real arm box. Anyway, this is not needed because valac compiles to C code. So a classic C compiler is all you need in the target platform. The Pth library too is present and working in both arm and mips. > R- aren't higher level languages with dynamic typecasting and other > fancy features just less efficient than C in any case? The C code produced by the valac compiler could be adapted if you search for optimizations. _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
