I'm trying to put together a mobile POS system based around a MC68VZ328 embedded processor running uCLinux. My programming experience is with C++, and I'll like to develop in this language.
I've been looking around for information on using C++ on this board, in particular networking libraries (GPRS), but there seems to be very little information out there. I also explored the Java alternative, since Java has good networking support, but the there's no JVM for the board. I then tried gcj, but a simple Hello World java program crashes with segmentation fault!
Any help with information on pointers will be appreciated, with respect to
-- where to find C++ networking (sockets, tcp/ip, etc) libraries for this board
-- how to make java / gcj work on the board
Just to say that I've found a very good C++ Sockets Library at www.alhem.net/Sockets. It appears quite good, and I've built some example applications on my Fedora Linux System. I'm now waiting for the evaluation board for the target system, to test the libraries on it.
m68k/uClinux issues
I'm trying to put together a mobile POS system based around a MC68VZ328 embedded processor running uCLinux. My programming experience is with C++, and I'll like to develop in this language.
I've been looking around for information on using C++ on this board, in particular networking libraries (GPRS), but there seems to be very little information out there. I also explored the Java alternative, since Java has good networking support, but the there's no JVM for the board. I then tried gcj, but a simple Hello World java program crashes with segmentation fault!
Any help with information on pointers will be appreciated, with respect to
-- where to find C++ networking (sockets, tcp/ip, etc) libraries for this board
-- how to make java / gcj work on the board
Thanks.
m68k/uClinux issues
Just to say that I've found a very good C++ Sockets Library at www.alhem.net/Sockets. It appears quite good, and I've built some example applications on my Fedora Linux System. I'm now waiting for the evaluation board for the target system, to test the libraries on it.