Page 4 of 13 FirstFirst 12345678 ... LastLast
Results 31 to 40 of 125

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

                  
   
  1. #31
    PSP User johnston829x's Avatar
    Join Date
    Mar 2006
    Location
    Cleveland,Ohio
    Posts
    26
    Rep Power
    0

    Default

    how did you test the file that was created.....and how did you put it on your psp....sorry for the noob question

  2. #32
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    you cant with that fw

  3. #33
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    When I run make on the sample file I get a .elf file. Whats this for?

    EDIT: OK I googled .elf file and found out about the elf2pbp converter. I tried it and got a .pbp file. but I don't get the folders. I'm using a 1.5 fw psp, which was downgraded if that makes a difference.

    EDIT2: ok, the converter worked and I got a .pbp file from the .elf file. I tried putting the new .pbp file in a folder called controller_basic and the eboot.pbp file that I got from running make in a folder called controller_basic%. oh the new .php is called eboot.pbp . now I tried to run the program but get an error.

    EDIT3: I think I figured it out. having fw 1.5 I KXploit tool and created the correct folders and it worked!

  4. #34
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    Lol, I Still Need Help With Libmad, I Cant Install It

  5. #35
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    what is Libmad used for?

  6. #36
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    84

  7. #37
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    Yea I tryed those, but they never install, anyone have an idea how, when I type make it dont work

  8. #38
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    Quote Originally Posted by ronbot3p0
    Yea I tryed those, but they never install, anyone have an idea how, when I type make it dont work
    When I was trying to install zlib and libpng, I got the same error you did about the syntax being wrong. all I did was open my Makefile and remove the line @mkdir, because the folders already exist. once I did that the make install worked. see if that helps you...

  9. #39
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    yea those work, but libmad dosent, need help with that one.

  10. #40
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    what was the error you were getting again?


    EDIT: ok here is what I did to install libmad.

    1. download libmad to pspdev folder
    2. go into the libmad\src folder
    3. open Makefile
    4. delete the @mkdir line
    5. in the command prompt type make -C src
    6. then type make -C src install

    this should install it for you successfully! if you check x:\pspdev\pspsdk\psp\include folder there should be a mad.h file

    hope this help

Page 4 of 13 FirstFirst 12345678 ... 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
  •