Embedded sable?
William Uther <[email protected]> Sat, 11 Jun 2005 20:46:40 +1000
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm want a java VM for the Sony AIBO robot. I don't know of any, so I was thinking of compiling an open source VM. The AIBO has a Sony proprietary OS. There is a cross-compiling system based on GCC. There are the rudiments of a posix library, but it is nowhere near complete. I am assuming that almost none of the standard java classes will work. That's fine - that API isn't really relevant for video camera images or robot joints :). Also, processes are not standard unix-style processes. Nor is there a standard threading model. What I can do is embed a C or C++ library into a shell process in the Sony OS. Is there any way to run SableVM in such a way? I have libffi and zlib compiled for the system. I've started playing with the standard sable build system, but there are some issues. e.g. The cross compiling system can compile libraries, but can't compile "normal apps". That means the configure system needs some mods at least... Any ideas? I couldn't find any info in the Wiki or the mailing list archives. Or would I be better trying with a different VM? Thanks for any help, Will :-} -- Dr William Uther National ICT Australia Phone: +61 2 9385 6357 Computer Science and Engineering Email: [email protected] University of New South Wales Email: [email protected] Sydney, Australia Web: http://www.cse.unsw.edu.au/~willu/ or http://www.nicta.com.au/ NICTA email Disclaimer: http://www.cse.unsw.edu.au/~willu/NICTAEmailDisclaimer.html UNSW email Disclaimer: http://www.eng.unsw.edu.au/emaildis.htm