comparison doc/README.PSP @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 Cross-compile DynCall for PSP using PSP-SDK
2 ===========================================
3
4
5 Make sure the PSP SDK's is installed and that the build tools (e.g. psp-gcc) are
6 in your PATH. Also make sure that your PSP SDK's include files are in your CPATH
7
8
9 Status:
10 -------
11
12 - dyncall: tests run ok.
13 - dyncallback: all good.
14 - dynload: unsupported due to missing dynamic linker and ELF headers.
15
16
17
18 There are currently two ways to build dyncall for PSP.
19
20 Build using configure and make:
21 -------------------------------
22
23 $ ./configure --target=PSP
24 $ make libdyncall libdyncallback
25
26
27 Build using build script for gcc (using Makefile.generic):
28 ----------------------------------------------------------
29 $ sh buildsys/scripts/batch-build-psp.sh
30