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

Thread: help with dev environment to compile opnusbld.elf
  

Page 11 of 21 FirstFirst ... 9 10 11 12 13 ... LastLast
Results 101 to 110 of 202
  1. #101  
    JNABK's Avatar
    JNABK is offline Member
    Join Date
    Sep 2004
    Location
    <<< I'm right over there!
    Posts
    4,920
    Downloads
    3
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    16
    The last commit number is what we use as the revision number, but simply mouse-over on the "Get Source" in the upper right of any page will give you 3 download options, .zip, .gz or .bz2, your choice of compression.
    PS2 Consoles:
    SCPH-30001 [V4] - unmodded (2)
    SCPH-30001-R [V5] DMS4 Pro SE
    SCPH-50001-N [V9] CC 2.0 SLE
    SCPH-79001 [V16] Silver - unmodded

    Reply With Quote  

  2. #102  
    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
    Or look at Changesets and node (fe. 9765495bdb45 - let say it is hash It is the best easiest way.
    Reply With Quote  

  3. #103  
    hikari82 is offline Member
    Join Date
    Jan 2010
    Posts
    34
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Recently ive got an error say IOP_IRQ_CDVD not recognized in cdvdman.c when i complile OPL rev, it happened after the integration of HDD modules.

    But i can pass it with replacing IOP_IRQ_CDVD with 1 (true). But still i wanted to fix this error in my env.

    Anyone have the same problem?

    thanks.
    Reply With Quote  

  4. #104  
    dlanor is offline Member
    Join Date
    Sep 2004
    Location
    Sweden
    Posts
    10,107
    Downloads
    5
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    2 Thread(s)
    Likes Given
    0
    Likes Received
    126
    Quote Originally Posted by hikari82 View Post
    Recently ive got an error say IOP_IRQ_CDVD not recognized in cdvdman.c when i complile OPL rev, it happened after the integration of HDD modules.

    But i can pass it with replacing IOP_IRQ_CDVD with 1 (true). But still i wanted to fix this error in my env.

    Anyone have the same problem?
    This could be a problem with your PS2Dev lib versions.
    Possibly you need to update your PS2SDK libs from the SVN repository.

    I have never gotten that error in my own compilations (most recently OPL rev 203).

    Best regards: dlanor
    Reply With Quote  

  5. #105  
    Arnie is offline Registered User
    Join Date
    Nov 2009
    Location
    Leicester, UK
    Posts
    21
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by nemesis01 View Post
    Look here http://bitbucket.org/ifcaro/open-ps2-loader/changesets/ where it says on the right commit 203 there is a link next to that, click it then click get source on the page after that.
    Ok, got it now, thanks to all.
    Reply With Quote  

  6. #106  
    hikari82 is offline Member
    Join Date
    Jan 2010
    Posts
    34
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    Quote Originally Posted by dlanor View Post
    This could be a problem with your PS2Dev lib versions.
    Possibly you need to update your PS2SDK libs from the SVN repository.

    I have never gotten that error in my own compilations (most recently OPL rev 203).

    Best regards: dlanor
    Its compile perfectly now.

    Thanks.
    Reply With Quote  

  7. #107  
    robed64 is offline Registered User
    Join Date
    Sep 2009
    Posts
    16
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by JNABK View Post
    When you extracted those files from the mingw-packages-ps2dev-1.0.zip into the MinGW folder, you need to say YES to overwrite. Its a typo in the tutorial and i posted that to Lukaz, but dont think he has seen my post yet about it.

    I used to put NO, like it says in the tutorial, but always got an error when trying to go to the svn, saying YES fixed that problem for me.
    O____o


    Err...I read Lukaz's guide and it says specifically to say "NO" to overwrite all.
    That's what I did...

    Are you supposed to say "YES" to overwrite all? Oh man, I'd hate to have to compile all of that again.

    Edit: Fiddlesticks!!! Openusbloader failed to work!!
    Well I'll try this again, here goes another 45mins.....YAY!!! (>T_T)>...

    I'm using Windows 7 X86 and I am following the guide to the letter.


    EDIT 2: FINALLY! Got it to work, compiling open ps2 loader in Windows 7 is a, well, you know. Maybe I'll do a tutorial to help all the frustrated souls out there.
    Last edited by robed64; 02-05-2010 at 11:27 PM. Reason: Got it to work.
    Reply With Quote  

  8. #108  
    AliAsghar1361 is offline Member
    Join Date
    Dec 2009
    Posts
    28
    Downloads
    6
    Uploads
    0
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    2
    Likes Received
    0
    Hi
    I Can't Compile ps2toolchain

    I Install Mysys And cygwin On My Windows (Server 2003 x64)

    And Configure My fstab.sample In This Folder C:\msys\1.0\etc
    Add This Line
    C:/cygwin /mingw
    And Add " export PS2DEV=/usr/local/ps2dev" and other Line to File profile whit "Crimson Editor"
    Now I Downladed ps2toolchain by svn
    Administrator@aakh1361-001 ~
    $ svn co svn://svn.ps2dev.org/ps2/trunk/ps2toolchain
    A ps2toolchain\toolchain-sudo.sh
    A ps2toolchain\depends
    A ps2toolchain\depends\check-gcc.sh
    A ps2toolchain\depends\check-make.sh
    A ps2toolchain\depends\check-patch.sh
    A ps2toolchain\depends\check-subversion.sh
    A ps2toolchain\depends\check-ps2dev.sh
    A ps2toolchain\depends\check-wget.sh
    A ps2toolchain\patches
    A ps2toolchain\patches\binutils-2.14-PS2.patch
    A ps2toolchain\patches\newlib-1.10.0-PS2.patch
    A ps2toolchain\patches\gcc-3.2.2-PS2.patch
    A ps2toolchain\scripts
    A ps2toolchain\scripts\006-ps2client.sh
    A ps2toolchain\scripts\005-ps2sdk.sh
    A ps2toolchain\scripts\001-binutils-2.14.sh
    A ps2toolchain\scripts\003-newlib-1.10.0.sh
    A ps2toolchain\scripts\002-gcc-3.2.2-stage1.sh
    A ps2toolchain\scripts\004-gcc-3.2.2-stage2.sh
    A ps2toolchain\toolchain.sh
    A ps2toolchain\readme.txt
    Checked out revision 1664.
    Then I Compile Whit This Command And Then Show Me Error

    Administrator@xxxxxxxx-xxx ~
    $ cd ps2toolchain/

    Administrator@xxxxxxxx-xxx ~/ps2toolchain
    $ sh toolchain.sh
    ../depends/check-gcc.sh: gcc: command not found
    ERROR: Install gcc before continuing.
    ../depends/check-gcc.sh: Failed.
    why ?
    Reply With Quote  

  9. #109  
    xtc-king is offline Banned
    Join Date
    Nov 2009
    Posts
    42
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    guys where to download open usb loader. i see you people talk about revisions... rev71/rev206/ and so on... i know its for testing..

    for a long time now. i was looking for help, to set up PS2 SDK . running.
    i have checked this site http://lukasz.dk/ i know that lukas is half danish/polen but he writes in english its a little harder for me than danish. i could ask him for help but i will start here
    Reply With Quote  

  10. #110  
    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
    Reply With Quote  

Page 11 of 21 FirstFirst ... 9 10 11 12 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
  •