Search found 6 matches
- 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 ...
- Tue Feb 26, 2008 8:52 am
- Forum: PSP Development
- Topic: Win32 native Toolchain for PSPSDK
- Replies: 261
- Views: 166265
- Sat Feb 23, 2008 1:40 pm
- Forum: PSP Development
- Topic: Win32 native Toolchain for PSPSDK
- Replies: 261
- Views: 166265
- Thu Feb 21, 2008 10:58 pm
- Forum: PSP Development
- Topic: Win32 native Toolchain for PSPSDK
- Replies: 261
- Views: 166265
- 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:
Any Ideas
Code: Select all
**** Build of configuration Default for project HelloWorld ****
(Exec error:Launching failed)
- 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: Nothing to be done for `all'. I checked the makefile and saw the following line: # PSPSDK...