Page 13 of 13 FirstFirst ... 3910111213
Results 121 to 125 of 125

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

                  
   
  1. #121
    DCEmu Newbie
    Join Date
    Jan 2008
    Posts
    18
    Rep Power
    0

    Default

    Thank you very much for putting together this guide; I was having a lot of trouble with PSPtoolchain, endless install errors.

    I'm having a problem with this though, and I've done a bunch of things to try and solve it. The error I get now is "/lib/build.mak:24: *** missing separator. Stop.".

    This is my makefile
    Code:
    PSPSDK = $(shell psp-config --pspsdk-path)
    TARGET = controller_basic
    OBJS = main.o
    
    INCDIR = 
    CFLAGS = -O2 -G0 -Wall
    CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
    ASFLAGS = $(CFLAGS)
    
    LIBDIR =
    LDFLAGS =
    
    EXTRA_TARGETS = EBOOT.PBP
    PSP_EBOOT_TITLE = Basic controller sample
    
    include $(PSPSDK)/lib/build.mak
    And this is my start.bat
    Code:
    cd C:\pspdev\psp\sdk\samples\controller\basic
    make 
    cmd
    I've added the PATH variables manually already, they weren't working before. It kept adding a space before '/bin' in one of the paths, and that messed it up.


    Any and all help is greatly appreciated.

  2. #122
    DCEmu Newbie CT_Bolt's Avatar
    Join Date
    Mar 2006
    Location
    Somewhere in Space
    Posts
    39
    Rep Power
    0

    Thumbs up Thank you!

    WOW! Thank you! Thank you! Thank you! :thumbup:

    You saved my PSP C/C++ Coding life.

  3. #123
    DCEmu Newbie
    Join Date
    Oct 2008
    Posts
    1
    Rep Power
    0

    Default

    Quote Originally Posted by Squall333 View Post
    I have the same problem, Im 99% certain i have dont all the steps correctly. Can someone post their make file so i can compare? Is there anything else i need to install that isnt listed in this tutorial?
    I encountered the same problem as well. after so many times tries. I found that you typed "set path=C:\pspdev\bin" (my pspdev is installed in Cin cmd, then everything go smoothly.

  4. #124
    DCEmu Newbie
    Join Date
    Mar 2008
    Posts
    1
    Rep Power
    0

    Default

    my .bat file in vista does not work no matter how I do. what I did was I manually created environment variables (PSPDEV, PSPSDK and PATH) and hora! it worked.

    this is very interesting, thanks for this info bro! Y_Y

  5. #125
    DCEmu Newbie
    Join Date
    Dec 2008
    Posts
    13
    Rep Power
    0

    Default

    [img]8107200581072005[/img]

Page 13 of 13 FirstFirst ... 3910111213

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
  •