Page 7 of 13 FirstFirst ... 34567891011 ... LastLast
Results 61 to 70 of 125

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

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

    Default

    Quote Originally Posted by dalejrrocks
    yeah, it worked fine for me.
    first, type make and let it compile. then after it finishes type make kxploit. and it will make the appropriate kxploit eboot.
    I still get the same error occured while processing -p

    Perhaps there was a problem when I installed the kit, I'll try reinstalling it.

    EDIT: also the URL on the first post for downloading the library installer is incorrect, currently its: http://http//dl.qj.net/dl.php?fid=8603

    Should be http://dl.qj.net/dl.php?fid=8603

    mibi someone already noticed.
    but BIG thanks anyways to Dalejrrocks and Whazilla

  2. #62
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    34
    Posts
    240
    Rep Power
    68

    Default

    Thanks for pointing the broken link out, I changed it.
    I just tried the vertex sample, here's my output so you can see exactly what I did, it worked perfectly:


    C:\pspdev>set PSPDEV=C:/pspdev

    C:\pspdev>set PATH=C:\Python24\.;C:\WINDOWS\SYSTEM32;C:\WINDOWS; C:\WINDOWS\SYSTE
    M32\WBEM;C:\WINDOWS\SYSTEM32\WSG32\;C:\Program Files\Subversion\bin;C:/pspdev/bi
    n;C:/pspdev/bin;C:/pspdev2/bin;C:/pspdev/bin;C:/pspdev/bin;C:/pspdev/bin

    C:\pspdev>set PSPSDK=C:/pspdev/psp/sdk

    C:\pspdev>cmd
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.

    C:\pspdev>cd psp

    C:\pspdev\psp>cd sdk

    C:\pspdev\psp\sdk>cd samples

    C:\pspdev\psp\sdk\samples>cd vertex
    The system cannot find the path specified.

    C:\pspdev\psp\sdk\samples>cd gu

    C:\pspdev\psp\sdk\samples\gu>cd vertex

    C:\pspdev\psp\sdk\samples\gu\vertex>make
    psp-gcc -I. -IC:/pspdev/psp/sdk/include -G0 -Wall -c -o vertex.o vertex.c
    vertex.c : In function 'generateVertexBuffer':
    vertex.c(125) : warning: unused variable 'batchScale'
    vertex.c(124) : warning: unused variable 'vertexOffset'
    vertex.c(122) : warning: unused variable 'colorOffset'
    vertex.c : In function 'main':
    vertex.c(602) : warning: too many arguments for format
    psp-gcc -I. -IC:/pspdev/psp/sdk/include -G0 -Wall -c -o ../common/callbacks.o
    ../common/callbacks.c
    psp-gcc -I. -IC:/pspdev/psp/sdk/include -G0 -Wall -c -o ../common/vram.o ../co
    mmon/vram.c
    psp-gcc -I. -IC:/pspdev/psp/sdk/include -G0 -Wall -c -o ../common/menu.o ../co
    mmon/menu.c
    psp-gcc -I. -IC:/pspdev/psp/sdk/include -G0 -Wall -L. -LC:/pspdev/psp/sdk/lib
    vertex.o ../common/callbacks.o ../common/vram.o ../common/menu.o -lpspgum -lpsp
    gu -lm -lpsprtc -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspnet
    -lpspnet_inet -lpspnet_apctl -lpspnet_resolver -lpsputility -lpspuser -lpspkerne
    l -o vertex.elf
    psp-fixup-imports vertex.elf
    mksfo 'Vertex Speed Sample' PARAM.SFO
    psp-strip vertex.elf -o vertex_strip.elf
    pack-pbp EBOOT.PBP PARAM.SFO NULL \
    NULL NULL NULL \
    NULL vertex_strip.elf NULL
    rm -f vertex_strip.elf

    C:\pspdev\psp\sdk\samples\gu\vertex>make kxploit
    mkdir -p "vertex"
    psp-strip vertex.elf -o vertex/EBOOT.PBP
    mkdir -p "vertex%"
    pack-pbp "vertex%/EBOOT.PBP" PARAM.SFO NULL \
    NULL NULL NULL \
    NULL NULL NULL

    C:\pspdev\psp\sdk\samples\gu\vertex>

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

    Default

    how do you create a .bat file?
    what the hell is a .bat file is it text document

  4. #64
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    85

    Default

    Create a new text file and change the extension.
    a .bat file is a batch script and was commonly used in the old DOS days to run a certain sequence of commands automatically.

  5. #65
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    wheres the suprise?

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

    Default

    On the news section. A one click install PSP development environment for Windows.

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

    Default

    whats the name of it because I cant find it

  8. #68
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    90

    Default

    when i go to launch it in the eloader it starts then it exits strait away is it supposed to . or what is it supposed to do

  9. #69
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    34
    Posts
    240
    Rep Power
    68

    Default

    Quote Originally Posted by ronbot3p0
    whats the name of it because I cant find it
    Here you go: http://dl.qj.net/PSP-Development-Lib...8603/catid/193

    Quote Originally Posted by lmtlmt
    when i go to launch it in the eloader it starts then it exits strait away is it supposed to . or what is it supposed to do
    why are you using eloader???

  10. #70
    DCEmu Coder lmtlmt's Avatar
    Join Date
    Jan 2006
    Location
    Brisbane, Australia
    Posts
    1,755
    Rep Power
    90

    Default

    to launch it on my psp

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