Search found 6 matches

by nbollom
Sun Mar 09, 2008 11:21 pm
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 166265

Heimdall, Trying to use the freetype lib and it seems like there is a problem when trying to import the header files. In my program I am importing the freetype main header: #include <ft2build.h> The compiler is finding that header file but inside that header it imports another header file: #include ...
by nbollom
Tue Feb 26, 2008 8:52 am
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 166265

Heimdall, The SDK and devpaks are great and the tutorials very helpful. One thing though with the Visual Studio tutorial: When setting up the project (build, rebuild, clean commands, etc) if people also point the "Include Search Path" to the "($PSPSDK)\psp\sdk\include" directory ...
by nbollom
Sat Feb 23, 2008 1:40 pm
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 166265

Thanks for the tutorial Heimdall it works great.

One other question I have is how does one build/add libraries to the toolchain for use in a psp program (i.e. zlib and libpng)
by nbollom
Thu Feb 21, 2008 10:58 pm
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 166265

Heimdall,

Is there any chance of creating a tutorial for setting up a psp project in Visual Studio.
by nbollom
Wed Feb 20, 2008 11:45 am
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 166265

Ive created a new makefile project (not the hello world) but now I get this error:

Code: Select all

**** Build of configuration Default for project HelloWorld ****


&#40;Exec error&#58;Launching failed&#41;
Any Ideas
by nbollom
Tue Feb 19, 2008 10:52 pm
Forum: PSP Development
Topic: Win32 native Toolchain for PSPSDK
Replies: 261
Views: 166265

make: Nothing to be done for `all'.

Heimdall I followed the instructions from the tutorial but eclipse doesn't build my project. The output window is showing: **** Build of configuration Default for project Hello World **** make all make&#58; Nothing to be done for `all'. I checked the makefile and saw the following line: # PSPSDK...