forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Just a Beginer question

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
Jusdogmatik



Joined: 21 Aug 2007
Posts: 1

PostPosted: Tue Aug 21, 2007 1:13 am    Post subject: Just a Beginer question Reply with quote

I am just getting into the psp devolopment sceen. I'm trying to learn some basic c programing but every time I try to compile the code useing psptoolchain it gives me a bunch of errors. Its a simple Hello world app for myself only. (It will be my first app of all time!! Big moment for me) I have everything installed correctly so thats not the problem. Here's what it says:

its to much for me to write by hand but what I can tell you is that the pspkernel.h and pspdebug.h are some how not reconized. I cant figure this out. Could some one give me a basic outline with all the code I need to run a simple hello world app so I can see if it is a problem I causing myself or if I need to reinstall some things

Thanks
_________________
Jusdogmatik
Back to top
View user's profile Send private message
Art



Joined: 09 Nov 2005
Posts: 647

PostPosted: Tue Aug 21, 2007 1:23 am    Post subject: Reply with quote

The Hello World PSP code is here:
http://www.psp-programming.com/tutorials/c/lesson02.htm

You'd need to be a bit more specific about the error.

Did you include these lines at the top of your code?
Code:

#include <pspkernel.h>
#include <pspdebug.h>

If you did, try searching for those files and placing a copy of each in your
hello world program folder. The Hello World app doesn't print Hello World
to the screen. It tells those files to! :D

The link above is probably a better place to get the help you are looking for.
They are happier to deal with beginners, it's why the tutorial section was set up.
Good luck!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group