Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
333 views

Calculate vertices of a circle

I am having a simple program, it draws a circle :/ This works fine... for (k = 1; k < n+1+1; k++){ vertices[k].color = GU_COLOR( 0.0f, 0.0f, 1.0f, 0.0f ); vertices[k].x = cos_d( 360 - ((k-1) * ...
3
votes
2answers
296 views

Is there an advantage to upgrade Binutils from 2.16.1 to 2.19? Why?

In the PSPSDK (Homebrew) we are using the Binutils 2.16.1 to assemble and link the code for the PlayStation Portable, however that release is getting quite outdated (3 versions have superseded it). ...
2
votes
1answer
108 views

Why is this class that does not declare any pure virtual member function abstract?

How is the following class Game abstract? And how do I make it concrete so I can create an instance of it? game.h #include <JApp.h> #include <JGE.h> class Game: public JApp { ...
1
vote
0answers
133 views

Expected unqualified-id before string constant in header file dealing with extern “C”

I am developing a PSP game and the compiler is complaing about extern "C" in a header file, which I do not see anything wrong with the header file. Exact message: 1>------ Build started: ...
1
vote
4answers
522 views

Help on Porting a SIP library to PSP

I'm currently trying to port a SIP stack library (pjSIP) to the PSP Console (using the PSPSDK toolchain), but I'm having too much trouble with the makefiles (making the proper changes and solving ...
0
votes
1answer
47 views

Undefined reference to `oslIsWlanPowerOn'

I am developing a PSP homebrew application and I using the makefile from the exampel but it won't link because the stupid (excuse my French) linker says that oslIsWlanPowrOn is undefined. I know I am ...
0
votes
0answers
50 views

Programming A PSP Application And Keep Getting A Linker Error (Undefined Reference)

I do not know why I keep getting this linker error because I linked the right library I am sure of it unless I am linking the wrong one but maybe someone knows which is the right library for the ...
0
votes
1answer
182 views

Are there any known PSP SDK?

I would like to start to create personal software for my PSP but i do not know where to download. can you suggest? or any know tutorial on psp programming?