Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
Andrew,is the follow me bluetooth fuction working with Touch Orbiter or with the new web orbiter?if not, are you going to implement this feature?brRaymond
We have added the full source code to the svn and also provided a very easy to use make script that grabs all the code you need and even installs GCC for you etc... take a look here;http://wiki.linuxmce.org/index.php/Touch_Orbiter_-_for_the_CUWIN3500_in-wall_Touch_PanelEnjoy!Andrew
Quote from: totallymaxed on July 23, 2010, 02:26:53 amWe have added the full source code to the svn and also provided a very easy to use make script that grabs all the code you need and even installs GCC for you etc... take a look here;http://wiki.linuxmce.org/index.php/Touch_Orbiter_-_for_the_CUWIN3500_in-wall_Touch_PanelEnjoy!AndrewI have an UnOrbiter.NET port mostly complete. I'll attach the code to a trac ticket later tonight or tomorrow when I get finished(I use this term loosely).
Hi,I am trying to build the OrbiterCE and see the following error message during the build of CEGCC.Anybody a suggestion what is going wrong?Regards Herman............./home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils/binutils/syslex.c:1: multiple definition of `main'sysinfo.o:/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils/binutils/sysinfo.c:1: first defined herecollect2: ld returned 1 exit statusmake[2]: *** [sysinfo] Error 1make[2]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils/binutils'make[1]: *** [all-binutils] Error 2make[1]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils'make: *** [all] Error 2make[1]: *** [cegcc/mingw32ce/.compiled] Error 2make[1]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE'make: *** [cegcc] Error 2
As far as I understand the instructions, you do the regular build, using make, followed by a make install, which in turn will give you a TabletOrbiter dir containing all the files you need to copy over to the device in question.
Indeed, the cause of the build errors was in the dependencies.After installing the missing packages as mentioned out in the previous mails the build went flawlessly.So thanks for your help!Now I want to build OrbiterCE for the webdt366.From what I understand I need to build CeGCC using the build-x86.sh script in stead of the build-mingw32ce.sh script.So I will start that.Does anybody have any suggestions how to proceed from there, or is that all that is needed to OrbiterCE run on webdt?Regards Herman