Page 3 of 6 FirstFirst 123456 LastLast
Results 21 to 30 of 51

Thread: How do I compile my own mapThis?

                  
   
  1. #21

    Default

    That's simply to increase development time - if more people work on it, more features maybe realised... *yeeeah*

  2. #22
    DCEmu Rookie atari800's Avatar
    Join Date
    Apr 2007
    Posts
    112
    Rep Power
    67

    Default

    True...if they had more brilliant people on that team. Do what I do....take the source and work on it and try to do something YOU like. I totally messed up the original source file (and lost features) when trying to add my own stuff. I added speech and ability to read maps backwards...I lost the MARKER MODE and MAP UP if there is no route loaded.
    I added sonar pings to next MIDPOINT and total distance (miles to feet as you get closer based on road traveled - not the white line)...this causes a hang if I immediately start Mapthis at the destination point.


    I added "watching movies" with directional overlays (no map) for portable entertainment.
    ..the ability to read ads of a store (like best buy) when I am parked in the parking lot for
    ..if in front of a convienece store that sells lottery tickets, it calculates that last 52 weeks average of of common winning numbers to choose.

    ..ok the last three I made up
    :thumbup:
    /|\

  3. #23
    DCEmu Newbie
    Join Date
    Jun 2007
    Posts
    47
    Rep Power
    0

    Default

    small question...

    what type of programming-language is this about?

  4. #24
    DCEmu Rookie atari800's Avatar
    Join Date
    Apr 2007
    Posts
    112
    Rep Power
    67

    Default

    C programming on the PSP

  5. #25
    DCEmu Newbie
    Join Date
    May 2007
    Posts
    41
    Rep Power
    0

    Default

    Does anyone have any tips for getting the psptoolchain to download and install itself properly I got some automake errors in cygwin which I've now fixed and it now starts to download all the relevant files in to a temp directory but after a few minutes (and as I understand the toolchain should take a long time to set up) it just says there's an error and leaves the downloaded files in the temp directory, any help at all is greatly appreciated

    btw, I'm sure that I've set up cygwin up properly so I don't think its the way that I've configured it that's the problem but I can't be sure

    Edit:

    this is the specific error I get

  6. #26
    PSP Coder deniska's Avatar
    Join Date
    Jul 2005
    Posts
    1,557
    Rep Power
    80

    Default

    you probably did not install some required cygwin tool... try to install as many options as your disk allows and re-run the toolchain script...

  7. #27

    Default

    does anyone know a free file hoster that allows files bigger than 300MB??

    i compressed my cygwin folder with all libs etc. installed - now i want to upload it for free anywhere - but i don't want to register. So if anyone knows a free file hoster service, let me know about, than i'll upload my folder - tested with latest source of MapThis - works well !

    Greets FreewareFire (file is ~350MB)

  8. #28
    DCEmu Pro
    Join Date
    Feb 2007
    Location
    Netherlands
    Posts
    539
    Rep Power
    70

    Default

    I have the same, but a 52.5MB zip version. If I'm allowed to put it online (not exactly sure), then I can put it on my webserver.

    The only thing I had to change before compiling MapThis worked, was removing "BUILD_PRX=1" from the Makefile.

  9. #29
    DCEmu Newbie
    Join Date
    May 2007
    Posts
    41
    Rep Power
    0

    Default

    megaupload: http://www.megaupload.com/ are ok for large file handling but you do have to register for a free account, I don't think I've come across anywhere that you wouldn't have to register for a free account before you uploaded a large file

  10. #30

    Default

    Hi!

    Thx for reply - i've a solution for - i'm currently uploading the file - but takes a while... more details following after upload

    @Nieko - why not? If you're zip doesn't contain copyright material - like prx files or anything else, there's no problem with - cygwin is for free, psptoochain and sdk also. The libs 2. So there's no problem with. But don't include any other files! no prx or other copyright material. - how did you get the file so small - i've used WinRar and full compression... ~ 350MB

    BUILD_PRX=1 have truely to be out comment! else it won't compile!

    change in makefile to:

    ################################################## #################
    #PSP-290/USB versionSPECIFIC DEFINITIONS::uncomment the lines below
    ################################################## #################
    #BUILD_PRX = 1
    CFLAGS = -O2 -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 -lpspgu -lpsppower -lpng -lz -ljpeg -lm -lpspwlan -lmad -lpspaudiolib -lpspaudio
    #PSP_EBOOT_ICON = ICON0.PNG

Page 3 of 6 FirstFirst 123456 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
  •