Post Reply 
Installing 3.71 SDK into Cygwin
-A few questions...
Author Message
Pirata Nervo
NervOS Developer

Posts: 699.4765
Threads: 39
Joined: 20th Jun 2007
Reputation: -0.79225
E-Pigs: 19.2466
Offline
Post: #5
RE: Installing 3.71 SDK into Cygwin
There is no 3.71 SDK.
Simple explanation:
Module Info:
Quote:PSP_MODULE_INFO("App Name", PSP_MODULE_USER, 1, 1);
PSP_MAIN_THREAD_ATTR:
Quote:PSP_MAIN_THREAD_ATTR(PSP_THREAD_ATTR_USER);
PSP's Heap size allowed for your application:
Quote:PSP_HEAP_SIZE_KB(20480);
Add there to your makefile:
Quote:BUILD_PRX=1
PSP_FW_VERSION=371
You cannot make any kernel calls! If you want to use kernel functions, you must create a separated prx in kernel mode and run the function from there.

(This post was last modified: 13/01/2008 03:39 AM by Pirata Nervo.)
13/01/2008 03:23 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Installing 3.71 SDK into Cygwin - Pirata Nervo - 13/01/2008 03:23 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

 Quick Theme: