Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Is this right

                  
   
  1. #1
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default Is this right

    here is a picture of one of my project folders of a game i am creating but how do i make my make file not a txt because it still says a txt document under it

    PSN ID: splodger15

  2. #2
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default

    lol, no thats not right.

    the Makefile needs to be just Makefile

    not Makefile.txt

    here is from my other post...

    Quote Originally Posted by psiko_scweek
    alright now that we know what the problem is we can work on getting it solved!

    (im going to assume your using windows)

    alright if it acutally says Makefile.txt when you lookat the file in windows, you can highlight the file by clicking on it, press the F2 key, so your renamng it and then just delete the ".txt" at the end.

    now if it doesnt say ".txt" at the end here is how to do it, open the folder that has the Makefile, click on Tools -> Folder Optons. That will bring up a dialouge box, the second tab will say "View" click on that and toward the middle you will see a bunch of checkmarks and radio buttons, click on the box that says "Hide Extensions of Known File Types" so that it is no longer checked. Now of course hit apply and exit and now it will actually say "Makefile.txt" so you can follow the instructions above.

    Please note, windows will ask you if your sure that you want to change the extension to a possible unusable type, please click on YES.

  3. #3
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    ok i have done that but now in cygwin when i go to make my file i get this

    PSN ID: splodger15

  4. #4
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default

    check your makefile...if need be post the makefile here.

  5. #5
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    here is my make file i know the PSP_EBOOT_TITLE has to go in but i dont know whats wrong with it

    PSN ID: splodger15

  6. #6
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default

    first things first:

    did you do this?

    change the Cygwin.Bat to:

    @echo off

    C:
    chdir C:\cygwin\bin

    set path=%path%;C:/cygwin/usr/local/pspdev/bin
    set PSPSDK=C:/cygwin/usr/local/pspdev

    bash --login -i

  7. #7
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    no i didnt do that i have changed the cygwin bat file

    PSN ID: splodger15

  8. #8
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default

    that should have solved the problem right?

  9. #9
    DCEmu Coder splodger15's Avatar
    Join Date
    Jun 2006
    Location
    London
    Age
    34
    Posts
    4,123
    Rep Power
    95

    Default

    now i get this

    PSN ID: splodger15

  10. #10
    DCEmu Regular psiko_scweek's Avatar
    Join Date
    Apr 2006
    Posts
    315
    Rep Power
    71

    Default

    LOL! fun! alright, well its compiling now at least, or trying.

    thats a step in the right direction.

    hmm...it does appear that you may have the file written wrong.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

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
  •