Page 6 of 13 FirstFirst ... 2345678910 ... LastLast
Results 51 to 60 of 122

Thread: MapThis 0.5XX development thread..

                  
   
  1. #51
    DCEmu Newbie
    Join Date
    Sep 2007
    Location
    Italy
    Posts
    36
    Rep Power
    0

    Default Still no luck!!

    Quote Originally Posted by Nieko View Post
    AlbertoZ: As far as I know, you should _not_ leave BUILD_PRX=1, but comment it out instead.

    I had the exact same thing when trying to compile it for FW1.50, it simply wouldn't start. You could try reading up on kxploit and apply that. That may just work .
    Hi Nieko, thanks for answer...
    I commented out the BUILD_PRX=1. EBOOT is generated, but I got the "corrupted data" icon on my XMB.

    Then I created the two kxploit directories with

    make kxploit

    command. No luck! Two "corrupted data" icons this time...


    alberto@linux:~/src/mapthis/src> psp-gcc --version
    psp-gcc (GCC) 4.1.0 (PSPDEV 20060507)

    PSPsdk version is too old???

    Please, help a PSP developer padawan

    Makefile is hereafter:

    TARGET = mView
    PSPSDK=$(shell psp-config --pspsdk-path)
    PSPBIN = $(PSPSDK)/../bin

    PSP_EBOOT_PIC1 = PIC1.png


    ################################################## #################
    #PSP-290/USB versionSPECIFIC DEFINITIONS::uncomment the lines below
    ################################################## #################
    #BUILD_PRX = 1
    #CFLAGS = -O0 -G0 -Wall -g -DDANZEFF_SCEGU -DNDEBUG
    #LDFLAGS = -mno-crt0 -nostartfiles
    #LIBS = -lpspdebug -lpsprtc -lpspgum -lpspgu -lpsppower -lpspusb -lpng -lz -ljpeg -lm -lc -lpspwlan -lmad -lpspaudiolib -lpspaudio -g
    #PSP_EBOOT_ICON = ICON00.png

    ################################################## #################
    #HOLUX GPSlim236+ version DEFINITIONS::uncomment the lines below
    ################################################## #################
    CFLAGS = -O2 -G0 -Wall -g -DDANZEFF_SCEGU -DNDEBUG -DGENERIC
    LIBS = -lpspdebug -lpsphprm_driver -lpsprtc -lpspvfpu -lpspgum -lpsppower -lpng -lz -ljpeg -lm -lpspwlan -lmad -lpspaudiolib -lpspaudio -lpspgu
    PSP_EBOOT_ICON = ICON0.png



    OBJS = main.o \
    graphics.o \
    font.o \
    utils.o \
    attractions.o \
    street.o \
    nmeap01.o \
    danzeff.o \
    NavigateCalculations.o \
    sceUsbGps.o \
    geo-client.o \
    mp3player.o



    CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
    ASFLAGS = $(CFLAGS)


    EXTRA_TARGETS = EBOOT.PBP
    PSP_EBOOT_TITLE = mView

    include $(PSPSDK)/lib/build.mak


  2. #52
    DCEmu Newbie
    Join Date
    Nov 2007
    Posts
    5
    Rep Power
    0

    Default

    Thanks Nieko: Have just upgraded to 3.71 M33-2 firmware, will load your revised version and see what happens.

  3. #53
    DCEmu Newbie
    Join Date
    Aug 2007
    Location
    Germany
    Posts
    19
    Rep Power
    0

    Smile

    Quote Originally Posted by Ivan55 View Post
    with regard to no audio
    Have you seen that Nieko's package contains no mp3 sound files ?
    You have to add them manually to the sound folder.

    I have compiled (and added) Nieko's early 505 (not the actual one from the 13th Nov) for generic.
    No problem until now (i don't have the time to test all features).

    @All
    What's the best mp3 sound format for MapThis.
    I have tried 128kbit mono but it runs to quickly at 222MHz.

    GoDE

  4. #54
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    77

    Default

    Quote Originally Posted by GoDE View Post

    @All
    What's the best mp3 sound format for MapThis.
    I have tried 128kbit mono but it runs to quickly at 222MHz.

    GoDE
    make sure your mp3s are sampled at 44Khz

  5. #55
    DCEmu Pro
    Join Date
    Feb 2007
    Location
    Netherlands
    Posts
    539
    Rep Power
    66

    Default

    GoDE: you're right, I use different sound files, and forgot to put the standard ones back in. Also, are you using pspsdk and psptoolchain on Linux, and if so, can you explain how you're getting the generic version compiled? Here it doesn't start (returns to XMB).

  6. #56
    DCEmu Newbie
    Join Date
    Mar 2007
    Posts
    12
    Rep Power
    0

    Default

    Hi Nieko,i tried using your version of mapthis with holux 240,at the gps page,it says gps state is off even through the gps mode is activated by pressing the square button.What could be the problem?(holux showing satellies has been located)
    fat psp with 3.71 m33 firware
    holux 240

  7. #57
    DCEmu Pro
    Join Date
    Feb 2007
    Location
    Netherlands
    Posts
    539
    Rep Power
    66

    Default

    edmer79: unfortunately I don't have a generic GPS device, so I can't test the generic version. I'm afraid this will remain unsupported.

    Of course, if the official version does work well, you could take a look at the differences between the two in the generic pieces of the code and figure out what's going wrong.

  8. #58
    DCEmu Newbie
    Join Date
    Aug 2007
    Location
    Germany
    Posts
    19
    Rep Power
    0

    Thumbs up

    Quote Originally Posted by Nieko View Post
    Also, are you using pspsdk and psptoolchain on Linux
    Sorry, but i am working in the moment under cygwin.
    gcc 4.1.0 (pspdev 20060507).

    Here is my make output:
    Spoiler!


    I have to setup linux for this in an virtual machine.
    I also have to add the 3xx compiling capability.

    Attached is Nieko's newest 505 (13th Nov.) for generic.
    I add an "Nieko" to the Game icon so i know what MapThis Version i am running.

    Quote Originally Posted by Deniska
    make sure your mp3s are sampled at 44Khz
    Done, works, thanks.

    Quote Originally Posted by edmer79 View Post
    Hi Nieko,i tried using your version of mapthis with holux 240,at the gps page,it says gps state is off even through the gps mode is activated by pressing the square button.What could be the problem?(holux showing satellies has been located)
    fat psp with 3.71 m33 firware
    holux 240
    No problem here under M3.52#4 + Holux M1000.
    You are sure useing the Generic Version ?

    GoDE

  9. #59
    DCEmu Pro
    Join Date
    Feb 2007
    Location
    Netherlands
    Posts
    539
    Rep Power
    66

    Default

    GoDE: except for different paths I have exactly the same make output for generic version... Seems my version of pspsdk/psptoolchain simply doesn't feel like it.

  10. #60
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    77

    Default

    Quote Originally Posted by Nieko View Post
    GoDE: you're right, I use different sound files, and forgot to put the standard ones back in. Also, are you using pspsdk and psptoolchain on Linux, and if so, can you explain how you're getting the generic version compiled? Here it doesn't start (returns to XMB).
    Which return code do you get? I am assuming you are running it under 1.5 kernel...

Page 6 of 13 FirstFirst ... 2345678910 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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