Forum: Official MyPS2 English Forum - Official English language discussion forum for MyPS2 by NTBA2.


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: Compiling MYPS2 source code problem.
  

Results 1 to 2 of 2
  1. #1 Compiling MYPS2 source code problem. 
    Join Date
    Jan 2006
    Posts
    53
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    I'm trying to compile to the source code for MYPS2 so I can make some changes to the boot scene (just removing the build date and changing font). Before making changes i tried to build it and I keep getting this error.

    Im using cygwin on a windows 2000 machine, and all the libraries and everything work to this point as well.

    make[1]: Entering directory `/usr/local/ps2dev/ps2sdk/myps2/src'
    ee-gcc -mno-crt0 -Tc:/cygwin/usr/local/ps2dev/ps2sdk/ee/startup/linkfile -Lc:/cygwin/usr/local/ps2dev/ps2sdk/ee/lib -L../lib/gsLib -L../lib/dmaKi
    t -L../lib/libmad -L../lib/libsample -L../lib/libjpg -L../lib/libexpat -L../lib/libscew -L../lib/libpng -L../lib/libz \
    -o MYPS2.ELF c:/cygwin/usr/local/ps2dev/ps2sdk/ee/startup/crt0.o obj/main.o obj/GUI.o obj/GUI_Load.o obj/GUI_Ctrl_Button.o obj/GUI_Ctrl_C
    ombo.o obj/GUI_Ctrl_Dirview.o obj/GUI_Ctrl_Image.o obj/GUI_Ctrl_Label.o obj/GUI_Ctrl_List.o obj/GUI_Ctrl_Progress.o obj/GUI_Ctrl_Slider.o obj/GUI
    _Ctrl_ThumbnailPanel.o obj/GUI_Ctrl_ToggleButton.o obj/GUI_M_DlgKeyboard.o obj/GUI_M_DlgMsgBox.o obj/GUI_M_DlgPartition.o obj/GUI_M_DlgYesNo.o ob
    j/GUI_M_Language.o obj/GUI_M_Main.o obj/GUI_M_MyFiles.o obj/GUI_M_MyMusic.o obj/GUI_M_MyPictures.o obj/GUI_M_MyPrograms.o obj/GUI_M_Network.o obj
    /GUI_M_Partitions.o obj/GUI_M_Radio.o obj/GUI_M_Settings.o obj/GUI_M_Skins.o obj/GUI_M_View.o obj/gamepad.o obj/elf.o obj/timer.o obj/imgscale.o
    obj/file.o obj/sysconf.o obj/mp3.o obj/scheduler.o obj/net.o obj/bootscreen.o obj/mass_rpc.o obj/cdvd_rpc.o obj/sjpcm_rpc.o obj/loader.o obj/usb_
    mass.o obj/iomanx.o obj/filexio.o obj/ps2dev9.o obj/ps2atad.o obj/ps2hdd.o obj/ps2fs.o obj/poweroff.o obj/cdvd.o obj/ps2ip.o obj/ps2ips.o obj/ps2
    smap.o obj/ps2ftpd.o obj/sjpcm.o -lc -lgslib -ldmaKit -lpad -lfileXio -ljpg -lmf -lhdd -lpng -lm -lz -lmc -lpatches -lpoweroff -lmad -lsample -l
    cdvd -ldebug -lps2ip -lscew -lexpat -lc -lsyscall -lkernel
    /usr/local/ps2dev/ee/lib/gcc-lib/ee/3.2.2/../../../../ee/bin/ld: cannot find -lpatches
    collect2: ld returned 1 exit status
    make[1]: *** [MYPS2.ELF] Error 1
    make[1]: Leaving directory `/usr/local/ps2dev/ps2sdk/myps2/src'
    make: *** [all] Error 2
    Reply With Quote  

  2. #2  
    Join Date
    Jan 2006
    Posts
    53
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    I got a little further, but a new error now:

    make[1]: mno-crt0: Command not found
    make[1]: [MYPS2.ELF] Error 127 (ignored)
    mv MYPS2.ELF bin/MYPS2.ELF
    mv: cannot stat `MYPS2.ELF': No such file or directory
    make[1]: *** [all] Error 1
    make[1]: Leaving directory `/usr/local/ps2dev/ps2sdk/myps2/src'
    make: *** [all] Error 2
    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
  •