How to build psp-toolchain with Interix(SFU)?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ziozzang
Posts: 9
Joined: Wed Jun 08, 2005 12:39 pm

How to build psp-toolchain with Interix(SFU)?

Post by ziozzang »

Basic Environments : Interix/Service for UNIX 3.5 with SVN revision 528.

1. You need GNU make utility. get it from GNU site. compile and make install it.
- after build it you need replace basic make utility. use symbolic link or some.

2. Get Subversion Pre-compiled binary. you can see command lined interfaced binary for windows at http://subversion.tigris.org
- Extract it your interix directory under /usr and delete your binary file extension. (ex: svn.exe -> svn)

3. You replace some patch binary. the patch utility with interix is 2.5. if you try to build with old original interix bundled version, you can see errors and build progress stoped. but cygwin or other linux systems are using 2.5.8 version. so I replace 'patch' binary with Cygwin patch.exe (using symbolic link)
- You can see stdin/out error message with cygwin binary. but it's no prob to build.

4. just make it.

------
I wrote that to make guide for others. but I can't complete build. cause build error raised when compiling gcc-4.0.0.

is there anyone who build toolchain with interix successfully?

(My cygwin didn't run well, cause of interix configuration. so, I tried to build with interix)
Jioh L. Jung
Seoul, Republic of Korea.
Korean(Native), Japanese(a little), English(somehow).
MMORPG Game Designer.
PSP 1.0 Jap. / iBook OSX 10.4
Post Reply