LinuxMCE Forums
May 24, 2013, 09:41:33 pm GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: 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
 
   Home   Help Search Chat Login Register  
Pages: 1 [2] 3 4 5
  Print  
Author Topic: Touch Orbiter - a new approach to Touch Based Orbiters  (Read 6947 times)
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #15 on: July 17, 2010, 09:51:07 pm »

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?

br
Raymond

Currently no this would not work. But we believe its possible that it might be possible in a future version.

Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #16 on: July 23, 2010, 01:26:53 am »

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_Panel

Enjoy!


Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
jimbodude
Guru
****
Posts: 372


View Profile
« Reply #17 on: July 23, 2010, 02:51:01 pm »

Andrew, this looks awesome... Thank you!
Logged
buckle
Veteran
***
Posts: 65


View Profile
« Reply #18 on: July 23, 2010, 11:34:23 pm »

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_Panel

Enjoy!


Andrew


I 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).
Logged
Crawtech
Veteran
***
Posts: 68



View Profile WWW
« Reply #19 on: July 24, 2010, 01:59:40 am »

Hi all

could some one give me a few pointers on how to install from svn ??
Thanks

Chris 
Logged

hermanvh
Regular Poster
**
Posts: 28


View Profile
« Reply #20 on: July 24, 2010, 09:17:48 am »

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 here
collect2: ld returned 1 exit status
make[2]: *** [sysinfo] Error 1
make[2]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils/binutils'
make[1]: *** [all-binutils] Error 2
make[1]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils'
make: *** [all] Error 2
make[1]: *** [cegcc/mingw32ce/.compiled] Error 2
make[1]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE'
make: *** [cegcc] Error 2
Logged
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #21 on: July 24, 2010, 10:37:52 am »

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_Panel

Enjoy!


Andrew


I 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).

You win the prize for being the first person to attempt a port! Excellent :-)

Looking forward to hearing more about it and getting some info about your port in the Wiki when your ready.

All the best


Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
uplink
Administrator
Guru
*****
Posts: 183

Linux and LinuxMCE witchdoctor


View Profile
« Reply #22 on: July 24, 2010, 10:46:06 pm »

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 here
collect2: ld returned 1 exit status
make[2]: *** [sysinfo] Error 1
make[2]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils/binutils'
make[1]: *** [all-binutils] Error 2
make[1]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE/cegcc/mingw32ce/binutils'
make: *** [all] Error 2
make[1]: *** [cegcc/mingw32ce/.compiled] Error 2
make[1]: Leaving directory `/home/herman/TouchOrbiter/WindowsCE'
make: *** [cegcc] Error 2


This error looks quite interesting. Just by looking at it, I think it shouldn't happen. What system are you trying to build on? I used Ubuntu 10.04 (since there's no need to use the same distro that is used by LinuxMCE at all), and I also used Ubuntu 7.10 right now.

A few problems that anyone could encounter are related to -dev packages. libgmp3-dev, libmpfr-dev, and possibly a few others, but these happen at the configure stage of different packages in cegcc.
Logged
sambuca
Guru
****
Posts: 420


View Profile
« Reply #23 on: July 25, 2010, 07:25:17 am »

I can confirm this problem on a chrooted 810 builder.
Did you use a particular revision of the cegcc source btw? The script seems to check out the latest.

br,
sambuca
Logged
sambuca
Guru
****
Posts: 420


View Profile
« Reply #24 on: July 25, 2010, 09:29:13 am »

Additional dependencies are bison and flex

br,
sambuca
Logged
hermanvh
Regular Poster
**
Posts: 28


View Profile
« Reply #25 on: July 25, 2010, 11:16:35 am »

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
Logged
posde
Administrator
LinuxMCE God
*****
Posts: 2621


Wastes Life On LinuxMCE Since 2007


View Profile WWW
« Reply #26 on: July 25, 2010, 11:46:20 am »

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.
Logged

totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #27 on: July 25, 2010, 03:29:00 pm »

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.

Correct.

Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
totallymaxed
LinuxMCE God
****
Posts: 4310


View Profile WWW
« Reply #28 on: July 25, 2010, 03:30:21 pm »

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


It would be great to see a WebDT366 version. Keep us updated.

All the best


Andrew
Logged

Andy Herron,
Convergent Home Technologies Ltd
United Kingdom

Dianemo S Now Shipping on Ubuntu 12.04LTS
Build your system on the latest Ubuntu OS Release!

Get a Dianemo S License: http://forum.linuxmce.org/index.php?topic=8880.0
iOS Orbiter: http://wiki.linuxmce.org/index.php/Dianemo_iOS_Orbiter
Follow us on Facebook: https://www.facebook.com/pages/Dianemo-Home-Automation/226019387454465

Sales & Info:
http://www.dianemo.co.uk
uplink
Administrator
Guru
*****
Posts: 183

Linux and LinuxMCE witchdoctor


View Profile
« Reply #29 on: July 25, 2010, 04:55:47 pm »

I updated the wiki with the build depends found out so far.

The latest version of CE GCC is the one I used, since it hasn't changed for a while. Revision 1449 that is.

For the x86 version CE GCC, first thing I wonder is if it will install anything over the ARM CE GCC toolchain or not. I'll run some tests.
Logged
Pages: 1 [2] 3 4 5
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!