Forum: Official Open PS2 Loader Forum - Discussion and information on the Official Open PS2 Loader.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree8Likes

Thread: Open-ps2-loader compile guide discussions/submissions
  

Page 3 of 19 FirstFirst 1 2 3 4 5 13 ... LastLast
Results 21 to 30 of 187
  1. #21  
    psolyca's Avatar
    psolyca is offline Penguin lover
    Join Date
    Dec 2009
    Location
    Ruffec, 16, FR
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    @Gilgamesh88 : you do not need anymore to set LANG/LC_ALL as jimmikaelkael has changed some Rules in rev211 so you can modify your tutorial.
    And I do not need anymore my script.
    Reply With Quote  

  2. #22  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I've gotten thus far on my NAS:

    Code:
        * ps2hdd.irx
    Compressing...
    Unknown option ÿ
    make: *** [all] Error 255
    matt@LinkStation:~/open-ps2-loader$
    Following jimmi's latest tutorial (excellent by the way) on debian Squeeze
    Reply With Quote  

  3. #23  
    jimmikaelkael is offline Member
    Join Date
    Mar 2008
    Location
    France
    Posts
    1,191
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    11
    Then you have a problem with ps2-packer.
    Did it happen to build/install fine ?

    Let me know if you changed some commands in order to prepare your dev set up on Debian Squeeze so that I can update Linux Guides.
    Reply With Quote  

  4. #24  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    It seems to finish compiling, I'm ssh'd into it and didn't stay infront of it last time. Just built it again and get lots of warnings, mostly about incompatable pointer or such.

    Here's the end of make http://pastebin.com/f35f05649 and make install http://pastebin.com/f7f296a85

    I didn't make any changes to commands I think Ubuntu is Debians little brother is it not ?
    Reply With Quote  

  5. #25  
    jimmikaelkael is offline Member
    Join Date
    Mar 2008
    Location
    France
    Posts
    1,191
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    11
    Quote Originally Posted by Bauldrick2 View Post
    It seems to finish compiling, I'm ssh'd into it and didn't stay infront of it last time. Just built it again and get lots of warnings, mostly about incompatable pointer or such.

    Here's the end of make http://pastebin.com/f35f05649 and make install http://pastebin.com/f7f296a85
    Thanks, I'll look to it.

    Quote Originally Posted by Bauldrick2 View Post
    I didn't make any changes to commands I think Ubuntu is Debians little brother is it not ?
    Sure, but I may have missed one sudo or anything else in the guide, so that you may have to deduce it yourself, that's what I meant.

    EDIT: It seems ps2-packer compiled and installed fine.
    What happen what you're trying to run ps2-packer command yourself ?
    Reply With Quote  

  6. #26  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    If I simply run ps2-packer I get :

    matt@LinkStation:/usr/local/ps2dev/ps2-packer$ ps2-packer
    PS2-Packer v0.4.5 (C) 2004-2005 Nicolas "Pixel" Noble
    This is free software with ABSOLUTELY NO WARRANTY.

    Unknown option ÿ

    ----

    Don't know why/who/what puts that option in....

    matt@LinkStation:/usr/local/ps2dev/ps2-packer$ ps2-packer --help
    PS2-Packer v0.4.5 (C) 2004-2005 Nicolas "Pixel" Noble
    This is free software with ABSOLUTELY NO WARRANTY.

    Usage: ps2-packer [-v] [-a X] [-b X] [-p X] [-s X] [-r X] <in_elf> <out_elf>
    -v verbose mode.
    -b base sets the loading base of the compressed data. When activated
    it will activate the alternative packing way.
    -p packer sets a packer name. n2e by default.
    -s stub sets another uncruncher stub. stub/n2e-asm-1d00-stub,
    or stub/n2e-0088-stub when using alternative packing.
    -r reload sets a reload base of the stub. Beware, that will only works
    with the special asm stubs.
    -a align sets section alignment. 16 by default. Any value accepted.
    Reply With Quote  

  7. #27  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    matt@LinkStation:~/open-ps2-loader$ ps2-packer main.elf OPNPS2LD.ELF > /dev/null
    Unknown option ÿ

    matt@LinkStation:~/open-ps2-loader$ ls
    CHANGELOG LICENSE README gfx loader modules pc
    CREDITS Makefile asm include main.elf obj src

    I guess it's compiled is there any other method to compress the elf ? Or is ps2-packer the only way? Would main.elf actually load (haven't even tried yet)?

    Jimmi - I think step 2 is missing a sudo and step 3 needs to cd ps2toolchain
    Reply With Quote  

  8. #28  
    loki7777 is offline Developer
    Join Date
    Oct 2009
    Location
    Polska
    Posts
    273
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    13
    main.elf will work
    Reply With Quote  

  9. #29  
    Bauldrick is offline Member
    Join Date
    Aug 2006
    Posts
    43
    Downloads
    1
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Following the guide on a mipsel box the script fails at building newlib-1.10.0.

    This appears to be because of 'config.guess'

    Code:
    Config.guess failed to determine the host type.  You need to specify one.
    I took config.guees from binutils-2.14 and newlib built without needing to specify host type.

    So... how can config.guess inside newlib be updated? It's timestamp was 2001 as opposed to binutils 2003 - if indeed I'm on the right track? I'll have to manually install the rest on this box
    Reply With Quote  

  10. #30  
    jimmikaelkael is offline Member
    Join Date
    Mar 2008
    Location
    France
    Posts
    1,191
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    Likes Given
    0
    Likes Received
    11
    Quote Originally Posted by Bauldrick2 View Post
    Jimmi - I think step 2 is missing a sudo and step 3 needs to cd ps2toolchain
    The sudo is not needed as the 'cd' above bring you to your home user dir.

    For step 3 you're right, I missed it
    Thx.
    Reply With Quote  

Page 3 of 19 FirstFirst 1 2 3 4 5 13 ... LastLast
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •