![]() ![]() |
Jun 7 2006, 09:54 PM
Post
#1
|
|
Otaku Rocks :)![]() Group: Members Posts: 1,984 Joined: 14-October 05 From: Scotland UK Member No.: 722 Gizmondo Owner: Yes My Points:2 |
QUOTE My recommended solution is to not use evc++ Get yourself some gcc goodness: http://developer.berlios.de/projects/cegcc I built the GP2X port of uae4all for the Gizmondo with no serious changes required. QUOTE QUOTE http://win-ce.voxware.com:28575/Developmen...-100403.tar.bz2 To get started with ush, obtain the winceos binaries tarball from the link above. From this tarball, copy ush and the utilities (e.g. ps, kill, mkdir, ls, etc.) to directory /bin on your Windows CE 3.0 (or above) device. (Note: You will need to create this directory.) Copy the rlogind daemon (also provided in the winceos tarball) into /windows/Start Menu. Run rlogind from the start menu on your device. At this point, you can login from your linux/unix host ( cygwin ) or another rlogin client I have installed Cygwin and got the winceOS tarball and uncompressed it and i had a look in the files,looks like i need to install ceGCC and compile it to get to the tools and the rlogind daemon.,will keep you posted with the results PS for those interested in trying this ,get total commander and the wince plugin for it to make bin directory and move required files etc,get xCygwin and ceGCC install the above run xCygwin change directory to your home directory where your winceoS sources are by using the cd /home command, ls command will list files and directories , pwd command will print the working directory your in(incase you get lost) normaly within linux you would do the following : cd to the folder containing your source code CODE ./configure so presume the same would apply within xCygwin,i notice there is no configure script in the winceOS src so i presume you just make and make install ?make make install If i am doing something wrong please tell,because i am thinking WTF wouldn't this need to be cross-compiled for WinCE ............Taking a breake for now incase i get an answer that helps LOL CeGcc Wiki http://cegcc.berlios.de/wiki/index.php/Main_Page QUOTE Remember that if you're dealing with the ouput of autoconf, when performing ./configure you need to pass --host=arm-wince-pe to do the cross-compiling. Otherwise, just use the toolchain like: arm-wince-pe-gcc foo.c -o foo.exe So what do you do if there is no configure script just type CODE arm-wince-pe-gcc file.c -o file.exe then ,i guess i would have to do that for each of the required toolsNow that makes me think of another question ,what about libs,how do we port them over to the Giz,guess ill goole a bit then [attachment=3163:attachment] |
|
|
|
Jun 7 2006, 10:33 PM
Post
#2
|
|
Gizmosized![]() Group: Members Posts: 189 Joined: 29-September 05 From: manchester Member No.: 663 Gizmondo Owner: Yes |
sit there in utter confusion
|
|
|
|
Jun 8 2006, 07:41 AM
Post
#3
|
|
![]() Group: Members Posts: 291 Joined: 25-October 05 From: Thetford, Norfolk, UK Member No.: 767 Gizmondo Owner: Yes |
I have installed Cygwin and got the winceOS tarball and uncompressed it and i had a look in the files,looks like i need to install ceGCC and compile it to get to the tools and the rlogind daemon.,will keep you posted with the results PS for those interested in trying this ,get total commander and the wince plugin for it to make bin directory and move required files etc,get xCygwin and ceGCC install the above run xCygwin change directory to your home directory where your winceoS sources are by using the cd /home command, ls command will list files and directories , pwd command will print the working directory your in(incase you get lost) normaly within linux you would do the following : cd to the folder containing your source code CODE ./configure so presume the same would apply within xCygwin,i notice there is no configure script in the winceOS src so i presume you just make and make install ?make make install If i am doing something wrong please tell,because i am thinking WTF wouldn't this need to be cross-compiled for WinCE ............Taking a breake for now incase i get an answer that helps LOL CeGcc Wiki http://cegcc.berlios.de/wiki/index.php/Main_Page So what do you do if there is no configure script just type CODE arm-wince-pe-gcc file.c -o file.exe then ,i guess i would have to do that for each of the required toolsNow that makes me think of another question ,what about libs,how do we port them over to the Giz,guess ill goole a bit then [attachment=3163:attachment] The winceos-092603.tar.bz2 tarball contains wince executables of these utilities. I have renamed them all to .exe and am able to run themat any rate. None of them seem to do anything, mind you although the remote process viewer shows them running. Haven't tried compiling them from source but will have a go. |
|
|
|
Jun 8 2006, 08:15 AM
Post
#4
|
|
Otaku Rocks :)![]() Group: Members Posts: 1,984 Joined: 14-October 05 From: Scotland UK Member No.: 722 Gizmondo Owner: Yes My Points:2 |
The winceos-092603.tar.bz2 tarball contains wince executables of these utilities. I have renamed them all to .exe and am able to run themat any rate. None of them seem to do anything, mind you although the remote process viewer shows them running. Haven't tried compiling them from source but will have a go. Thanks for the responce anathema,ill try the winceos-092603.tar.bz2 tarball ,did you make a directory in the root of your Giz called bin and how about the rlogind daemon ,did you run it on your Giz and the rlogin client on your Linux/Cygwin OS ? |
|
|
|
Jun 8 2006, 08:19 AM
Post
#5
|
|
![]() Group: Members Posts: 291 Joined: 25-October 05 From: Thetford, Norfolk, UK Member No.: 767 Gizmondo Owner: Yes |
Thanks for the responce anathema,ill try the winceos-092603.tar.bz2 tarball ,did you make a directory in the root of your Giz called bin and how about the rlogind daemon ,did you run it on your Giz and the rlogin client on your Linux/Cygwin OS ? Yes. Put all the utilities in bin directory and had the rlogind deamon running (checked it was in process viewer). Then tried to log in through rlogin under cygwin but it timed out. |
|
|
|
Jun 8 2006, 08:31 AM
Post
#6
|
|
Otaku Rocks :)![]() Group: Members Posts: 1,984 Joined: 14-October 05 From: Scotland UK Member No.: 722 Gizmondo Owner: Yes My Points:2 |
Yes. Put all the utilities in bin directory and had the rlogind deamon running (checked it was in process viewer). Then tried to log in through rlogin under cygwin but it timed out. What ip address does the giz use ? Use ifconfig on your Giz to find out oops i put on your linux/cygwin SORRY |
|
|
|
Jun 8 2006, 08:42 AM
Post
#7
|
|
![]() Group: Members Posts: 291 Joined: 25-October 05 From: Thetford, Norfolk, UK Member No.: 767 Gizmondo Owner: Yes |
What ip address does the giz use ? Use ifconfig within linux/cygwin to find out I don't appear to have ifconfig installed. I ran ipconfig on the giz in a cmd shell to obtain its ip address. |
|
|
|
Jun 8 2006, 09:00 AM
Post
#8
|
|
Otaku Rocks :)![]() Group: Members Posts: 1,984 Joined: 14-October 05 From: Scotland UK Member No.: 722 Gizmondo Owner: Yes My Points:2 |
|
|
|
|
Jun 8 2006, 11:32 AM
Post
#9
|
|
Gadget Freak![]() Group: Members Posts: 523 Joined: 29-March 06 Member No.: 1,421 Gizmondo Owner: Yes My Points:5 |
|
|
|
|
Jun 8 2006, 12:30 PM
Post
#10
|
|
Otaku Rocks :)![]() Group: Members Posts: 1,984 Joined: 14-October 05 From: Scotland UK Member No.: 722 Gizmondo Owner: Yes My Points:2 |
|
|
|
|
Jun 8 2006, 12:38 PM
Post
#11
|
|
![]() Group: Members Posts: 291 Joined: 25-October 05 From: Thetford, Norfolk, UK Member No.: 767 Gizmondo Owner: Yes |
the choice is between ARMv4t and ARMv4, OOPs SORRY i have not had a lot of sleep last night my baby was up 4 times and my brain hurts LOL SORRY for any confusion folks Lol. I remember that feeling. Mine's three now and Im trying to work while he's watching cBeebies. |
|
|
|
Jun 9 2006, 08:17 AM
Post
#12
|
|
![]() Group: Members Posts: 291 Joined: 25-October 05 From: Thetford, Norfolk, UK Member No.: 767 Gizmondo Owner: Yes |
You got anywhere with this hagis? I'm still unable to log in and am wondering whether it is even possible over usb.
|
|
|
|
Jun 9 2006, 11:50 AM
Post
#13
|
|
Otaku Rocks :)![]() Group: Members Posts: 1,984 Joined: 14-October 05 From: Scotland UK Member No.: 722 Gizmondo Owner: Yes My Points:2 |
You got anywhere with this hagis? I'm still unable to log in and am wondering whether it is even possible over usb. Nothing yet Anathema i have been buisy fixing PCs and with Uni so its on hold just like the hardware GPS antenna hack SORRY but as soon as i get time ill have a better look into this,mabey it would be a better idea to cross-compile from the source though |
|
|
|
Jul 1 2006, 07:02 AM
Post
#14
|
|
Gizmemberdo![]() Group: Members Posts: 77 Joined: 28-September 05 Member No.: 657 Gizmondo Owner: No |
I personally dislike GCC for WinCE because support for processors other than ARM is nonexistant. They need to realize that Windows CE supports ARM, MIPS, Hitachi SHx, and x86. Not JUST ARM. Other than that, I guess its OK. But applications ported with it can only target ARM and I believe only CE 4.2, and I feel that leaves many older consumer and custom embedded WinCE devices behind.
|
|
|
|
![]() ![]() |
| Lo-Fi Version | Time is now: 30th July 2010 - 07:40 AM |