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: [Solved] Compile problem "mcpu=r3000" (revision 133)
  

Results 1 to 2 of 2
  1. #1 [Solved] Compile problem "mcpu=r3000" (revision 133) 
    izdubar's Avatar
    izdubar is offline Babylon User
    Join Date
    Nov 2009
    Posts
    869
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    2
    Ok I tried to compile the latest revision with my usual (understand the one used for prior successful build) environment.

    It fails with this error:

    Code:
    Building Open PS2 Loader...
        * Interface
        * Loader
        * alternative Loader
        * imgdrv.irx
        * eesync.irx
        * usb_cdvdman.irx
    iop-as*: option non reconnue « -mcpu=r3000 »
    make[2]: *** [smsutils.o] Erreur 1
    make[1]: *** [usb_cdvdman.s] Erreur 2
    make: *** [all] Erreur 2
    As you can see, the output of compiler is localized to my own language. As I was just being bitted by the admin, I tried to change the ouptut to english.

    As I'm under linux, it is just a matter of one env var: LANG

    So, I used:

    > export LANG=en_US.UTF-8

    And then ran again "make", I was expecting to get the same error of course (but in english this time), but surprise ... all went ok !

    So, as advice for anyone who compile on a non-english system, set your LANG variable accordingly as above !

    PS: yes I'm sure the problem come from that, I can revert back to LANG=fr_FR.UTF-8 and it won't compile anymore. It is 100% reproducible
    Reply With Quote  

  2. #2  
    JuanVCS's Avatar
    JuanVCS is offline PS2 User
    Join Date
    Sep 2009
    Location
    Montevideo, Uruguay
    Posts
    21
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Still the case with the latest rev, thanks for letting us know.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •