|
totallymaxed
|
 |
« 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
|
|
|
|
|
|
|
jimbodude
|
 |
« Reply #17 on: July 23, 2010, 02:51:01 pm » |
|
Andrew, this looks awesome... Thank you!
|
|
|
|
|
Logged
|
|
|
|
|
buckle
|
 |
« Reply #18 on: July 23, 2010, 11:34:23 pm » |
|
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
|
 |
« 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
|
 |
« 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
|
 |
« Reply #21 on: July 24, 2010, 10:37:52 am » |
|
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
|
|
|
|
uplink
Administrator
Guru
    
Posts: 183
Linux and LinuxMCE witchdoctor
|
 |
« 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
|
 |
« 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
|
 |
« Reply #24 on: July 25, 2010, 09:29:13 am » |
|
Additional dependencies are bison and flex
br, sambuca
|
|
|
|
|
Logged
|
|
|
|
|
hermanvh
|
 |
« 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
|
 |
« 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
|
 |
« 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
|
|
|
|
|
totallymaxed
|
 |
« 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
|
|
|
|
uplink
Administrator
Guru
    
Posts: 183
Linux and LinuxMCE witchdoctor
|
 |
« 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
|
|
|
|
|