xboxscene.org forums

Pages: 1 ... 5 6 [7] 8 9

Author Topic: OpenDash  (Read 1085 times)

Keo-Keo

  • Archived User
  • Sr. Member
  • *
  • Posts: 477
OpenDash
« Reply #90 on: February 28, 2005, 01:34:00 PM »

QUOTE(Hexstr @ Feb 28 2005, 03:40 PM)
uhhm almost all linux distro's will reboot.  all you have to do is type '/sbin/shutdown -r now' and it will reboot '-h' is halt.
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #91 on: March 02, 2005, 05:13:00 PM »

QUOTE(PedrosPad @ Feb 23 2005, 10:02 AM)
My instinct is telling me to build the known-to-work pure free-xdk PBL app, and tool it up with some additional debugging statements to output the results it gets from the USB controller during initialisation.
Logged

Keo-Keo

  • Archived User
  • Sr. Member
  • *
  • Posts: 477
OpenDash
« Reply #92 on: March 03, 2005, 04:36:00 PM »

I've given up on trying to remake ltools mini linux.. I have the stripped down VER working with out the UXE scripts and a redone linuxrc..

I've decided just to compile a custome kernal just for OpenDash.. (i was going to have to add SMB support and Keyboard with Xpad support unless i wanna steal gentoox's kernal.. WHICH I MIGHT!!! hahaha.. ) I have much learning to do on compileing the new kernal.. But i hope to churn somthing useable out (SMB SUPPORT!) Well good luck guys!
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #93 on: March 04, 2005, 02:16:00 AM »

QUOTE(PedrosPad @ Mar 3 2005, 12:19 AM)
QUOTE(PedrosPad @ Feb 23 2005, 10:02 AM)
My instinct is telling me to build the known-to-work pure free-xdk PBL app, and tool it up with some additional debugging statements to output the results it gets from the USB controller during initialisation.
Logged

d0wnlab

  • Archived User
  • Sr. Member
  • *
  • Posts: 326
OpenDash
« Reply #94 on: March 04, 2005, 12:15:00 PM »

you shouldn't have to make manual changes to the header files to change the directory order.. just specify a bunch of -I(relative path to directory) statements on the commandline and that should do it for you just fine.  IE if you add -I../include it will look there before checking the standard header files (or at least, it should..) also try adding -no-cygwin on the command line if it isn't there, because we want to link against our own newlib etc..

Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #95 on: March 04, 2005, 02:53:00 PM »

sad.gif

Some of the PBL sources #include <boot.h>, for example, which only exists in the std gcc header folders, but boot.h contains #include <sys/type.h> (yes, *.h files including others dry.gif )- but there is no /sys/ folder relative to the gcc boot.h file, but there *is* one, say, 2 folders down in the free-xdk folders - which obviously it fails to find  mad.gif .  All very puzzling.  Copying the *.h file and editing the *.c files was in desperation, not my first approach.

I wondered if it was standard Linux development practice to mount the /sys/ folder under the gcc include folder or some such. uhh.gif
Logged

d0wnlab

  • Archived User
  • Sr. Member
  • *
  • Posts: 326
OpenDash
« Reply #96 on: March 04, 2005, 09:45:00 PM »

that's a good point.. Pedros do you know what environment free-xdk is known to work under? I didn't bother trying to get it to work for too long because it has *no* documentation whatsoever and just seems, I dunno, worse than openXDK in a lot of respects.

Considering freeXDK uses an old cromwell usb library, why don't you try doing what you're doing with PBL with cromwell instead?  (add debugging info, etc..)  It might be a better solution, I dunno.
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #97 on: March 05, 2005, 02:19:00 AM »

QUOTE(d0wnlab @ Mar 5 2005, 04:51 AM)
Pedros do you know what environment free-xdk is known to work under?
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #98 on: March 05, 2005, 03:37:00 PM »

QUOTE(dus @ Mar 5 2005, 12:08 PM)
I got the sources for PBL 1.4.1 and downloaded the cvs modules of free-xdk. After some trial and error and a bit of luck I managed to compile PBL 1.4.1 under a linux system (fedora core 2). Well at least it produced a xbe file, I have no clue if it works...
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #99 on: March 06, 2005, 04:24:00 AM »

QUOTE(PedrosPad @ Mar 5 2005, 10:43 PM)
I'm puzzled.  Why doesn't the PBL makefile have a gcc switch "-Ixboxlibc/include/"?  Why didn't the original authors need this? uhh.gif
Logged

d0wnlab

  • Archived User
  • Sr. Member
  • *
  • Posts: 326
OpenDash
« Reply #100 on: March 07, 2005, 11:54:00 PM »

I just spent another couple hours pushing through the cromwell source on my xbox that can get the furthest.  It's still crashing in the USB booting code and it's going kinda annoyingly bad.  Even if we get it working the interface sucks for anything but a dash (I don't think multiple controllers are supported?  they seem to not be via the API..) but that's all extensible I guess.. *sigh* I'm going to bed..
Logged

d0wnlab

  • Archived User
  • Sr. Member
  • *
  • Posts: 326
OpenDash
« Reply #101 on: March 08, 2005, 10:49:00 AM »

smile.gif.

and here's one of my other project right now (will also work on openXDK, hopefully four player multiplayer tetrinet-style)

user posted image
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #102 on: March 08, 2005, 11:52:00 AM »

QUOTE(d0wnlab @ Mar 8 2005, 05:55 PM)
well, here's some pics of what I have working dash-wise

View Post

Logged

Keo-Keo

  • Archived User
  • Sr. Member
  • *
  • Posts: 477
OpenDash
« Reply #103 on: March 08, 2005, 12:01:00 PM »

if you want i could give you shell acess to my fc2 server will some space.. you can compile the stuff and host it there too..
Logged

PedrosPad

  • Archived User
  • Hero Member
  • *
  • Posts: 1277
OpenDash
« Reply #104 on: March 09, 2005, 08:02:00 AM »

QUOTE(PedrosPad @ Mar 8 2005, 06:58 PM)
My update:
Logged
Pages: 1 ... 5 6 [7] 8 9