Page 8 of 13 FirstFirst ... 456789101112 ... LastLast
Results 71 to 80 of 125

Thread: [Tutorial]The Quick + Easy Way To Start Developing in C/C++!!

                  
   
  1. #71
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    it's for the pc. so you can make stuff to launch on your psp.

  2. #72
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    89

    Default

    yeah i know iam trying to luanch the demo one that you told me to create with the program

  3. #73
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    89

    Default

    you now the start.bat one

  4. #74
    PSP User Davidov's Avatar
    Join Date
    Mar 2006
    Location
    Scotland
    Posts
    46
    Rep Power
    0

    Default

    hey dalejrrocks I managed to get the make kxploit thing to work, got a newer version of cygwin1.dll and it work.
    Might just be me but it seemed to compile faster too.

    Lmtlmt.... im not sure if you've followed what this is, or perhaps your just a bit lost.

    Once u have followed the intructions for compliing an sample, go to the directory where the sample you compiled is and copy the eboot.pbp file onto a new folder (name it something) in the PSP/GAME dir on your memory stick. then try loading it with eloader.

    But some programs wont work yet until we have the code to get into kernal mode on 2.01, 2.5, 2.6.

  5. #75

    Default

    Quote Originally Posted by Davidov
    hey dalejrrocks I managed to get the make kxploit thing to work, got a newer version of cygwin1.dll and it work.
    Might just be me but it seemed to compile faster too.
    I get the same error. could you tell me were you got the new version of cygwin1.dll? thanx...

    Nevermind... I found how to fix:

    http://forums.ps2dev.org/viewtopic.php?t=6046

  6. #76
    DCEmu Newbie
    Join Date
    Apr 2006
    Posts
    6
    Rep Power
    0

    Default

    whenever I compile i get:
    make: psp-config: Command not found
    makefile:20: /lib/build.mak: No such file or directory
    make: *** No rule to make target `/lib/build.mak'. Stop.

    I used the exe package and this is the result, follwed the tutorial and such as well

  7. #77
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    Put this in your .bat file and delete everything else:

    set PSPDEV=C:/pspdev
    set PATH=%PATH%;%PSPDEV%/bin
    set PSPSDK=C:/pspdev/psp/sdk
    cmd

    and try putting this in the beginning of your makefile:

    PSPSDK = $(shell psp-config --pspsdk-path)
    PSPBIN = $(shell psp-config --psp-prefix)/bin

    and this at the end:


    include $(PSPSDK)/lib/build.mak

  8. #78
    DCEmu Newbie
    Join Date
    Apr 2006
    Posts
    6
    Rep Power
    0

    Default

    did not work.

  9. #79
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    what are you trying to compile? i think that the problem is with your makefile.

  10. #80

    Default

    Hey, I posted this tutorial at other sites like psp-programming and evilmana so more people kno about this

    Rest asure, I gave all credit to you

Page 8 of 13 FirstFirst ... 456789101112 ... 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
  •