Forum: Latest News - Get all of the latest legal dev and underground news as it relates to the Sony PlayStation right here on PSX-Scene.


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: Official HDL_DUMP site moved!
  

Page 3 of 3 FirstFirst 1 2 3
Results 21 to 23 of 23
  1. #21  
    Thinkdiff is offline Member
    Join Date
    Aug 2004
    Posts
    541
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    I have an extra 2GB drive i'm using for game saves. i'll install a CDgame on it and try to extract.
    Reply With Quote  

  2. #22  
    barf's Avatar
    barf is offline This product has been banned!
    Join Date
    Sep 2004
    Location
    /bin/trash
    Posts
    1,676
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    This thread is in news...

    Please continue here: http://www.psx-scene.com/forums/showthread.php?t=29071

    moderators, please lock this thread as the current discussion is on porting and not news.
    Reply With Quote  

  3. #23  
    Thinkdiff is offline Member
    Join Date
    Aug 2004
    Posts
    541
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Ok, I just replaced the files from your site. and got this:

    compile on a Powermac 9500 G4/400 running Yellow Dog Linux 2.4.25 w/ all compiling tools installed AFAIK.

    Going to try on my OS X machine now.

    Code:
    [root@localhost hdl_dump]# make
    Makefile:193: hdl_dump.d: No such file or directory
    Makefile:193: apa.d: No such file or directory
    Makefile:193: common.d: No such file or directory
    Makefile:193: progress.d: No such file or directory
    Makefile:193: hdl.d: No such file or directory
    Makefile:193: isofs.d: No such file or directory
    Makefile:193: iin_img_base.d: No such file or directory
    Makefile:193: iin_optical.d: No such file or directory
    Makefile:193: iin_iso.d: No such file or directory
    Makefile:193: iin_hdloader.d: No such file or directory
    Makefile:193: iin_cdrwin.d: No such file or directory
    Makefile:193: iin_nero.d: No such file or directory
    Makefile:193: iin_gi.d: No such file or directory
    Makefile:193: iin_iml.d: No such file or directory
    Makefile:193: iin_probe.d: No such file or directory
    Makefile:193: iin_net.d: No such file or directory
    Makefile:193: aligned.d: No such file or directory
    Makefile:193: hio_probe.d: No such file or directory
    Makefile:193: hio_win32.d: No such file or directory
    Makefile:193: hio_net.d: No such file or directory
    Makefile:193: net_io.d: No such file or directory
    Makefile:193: osal_unix.d: No such file or directory
            DEP osal_unix.c
            DEP net_io.c
            DEP hio_net.c
            DEP hio_win32.c
            DEP hio_probe.c
            DEP aligned.c
            DEP iin_net.c
            DEP iin_probe.c
            DEP iin_iml.c
            DEP iin_gi.c
            DEP iin_nero.c
            DEP iin_cdrwin.c
            DEP iin_hdloader.c
            DEP iin_iso.c
            DEP iin_optical.c
            DEP iin_img_base.c
            DEP isofs.c
            DEP hdl.c
            DEP progress.c
            DEP common.c
            DEP apa.c
            DEP hdl_dump.c
            CC  hdl_dump.c
            CC  apa.c
    apa.c: In function `mipstohl':
    apa.c:59: warning: implicit declaration of function `ntohl'
    apa.c: In function `mipstohs':
    apa.c:68: warning: implicit declaration of function `ntohs'
            CC  common.c
    In file included from common.c:27:
    common.h:88: parse error before "mipstohl"
    common.h:88: parse error before "b"
    common.h:88: warning: type defaults to `int' in declaration of `mipstohl'
    common.h:88: ISO C forbids data definition with no type or storage class
    common.h:89: parse error before "mipstohs"
    common.h:89: parse error before "b"
    common.h:89: warning: type defaults to `int' in declaration of `mipstohs'
    common.h:89: ISO C forbids data definition with no type or storage class
    make: *** [common.o] Error 1

    Edit:

    Just compiled fine on my OS X computer. guess i'm missing some libraries on the linux box. Any ideas on that?

    Code:
    G4:~/hdl_dump thinkdiff$ make
            CC  hdl_dump.c
    hdl_dump.c: In function `show_apa_toc':
    hdl_dump.c:112: warning: unsigned int format, size_t arg (arg 3)
    hdl_dump.c:112: warning: unsigned int format, long unsigned int arg (arg 4)
    hdl_dump.c:112: warning: unsigned int format, long unsigned int arg (arg 5)
    hdl_dump.c: In function `show_hdl_toc':
    hdl_dump.c:198: warning: unsigned int format, long unsigned int arg (arg 2)
    hdl_dump.c:198: warning: unsigned int format, long unsigned int arg (arg 3)
    hdl_dump.c:198: warning: unsigned int format, long unsigned int arg (arg 4)
    hdl_dump.c: At top level:
    apa.h:33: warning: `MAP_AVAIL' defined but not used
    apa.h:34: warning: `MAP_MAIN' defined but not used
    apa.h:35: warning: `MAP_SUB' defined but not used
    apa.h:36: warning: `MAP_COLL' defined but not used
    apa.h:37: warning: `MAP_ALLOC' defined but not used
            CC  apa.c
            CC  common.c
            CC  progress.c
            CC  hdl.c
    apa.h:33: warning: `MAP_AVAIL' defined but not used
    apa.h:34: warning: `MAP_MAIN' defined but not used
    apa.h:35: warning: `MAP_SUB' defined but not used
    apa.h:36: warning: `MAP_COLL' defined but not used
    apa.h:37: warning: `MAP_ALLOC' defined but not used
            CC  isofs.c
            CC  iin_img_base.c
            CC  iin_optical.c
            CC  iin_iso.c
            CC  iin_hdloader.c
    apa.h:33: warning: `MAP_AVAIL' defined but not used
    apa.h:34: warning: `MAP_MAIN' defined but not used
    apa.h:35: warning: `MAP_SUB' defined but not used
    apa.h:36: warning: `MAP_COLL' defined but not used
    apa.h:37: warning: `MAP_ALLOC' defined but not used
            CC  iin_cdrwin.c
            CC  iin_nero.c
            CC  iin_gi.c
            CC  iin_iml.c
            CC  iin_probe.c
            CC  iin_net.c
    apa.h:33: warning: `MAP_AVAIL' defined but not used
    apa.h:34: warning: `MAP_MAIN' defined but not used
    apa.h:35: warning: `MAP_SUB' defined but not used
    apa.h:36: warning: `MAP_COLL' defined but not used
    apa.h:37: warning: `MAP_ALLOC' defined but not used
            CC  aligned.c
            CC  hio_probe.c
            CC  hio_win32.c
            CC  hio_net.c
            CC  net_io.c
            CC  osal_unix.c
    apa.h:33: warning: `MAP_AVAIL' defined but not used
    apa.h:34: warning: `MAP_MAIN' defined but not used
    apa.h:35: warning: `MAP_SUB' defined but not used
    apa.h:36: warning: `MAP_COLL' defined but not used
    apa.h:37: warning: `MAP_ALLOC' defined but not used
            LNK hdl_dump
    Reply With Quote  

Page 3 of 3 FirstFirst 1 2 3
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •