Search found 8 matches

by demonbane
Fri Sep 10, 2004 11:21 am
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

Thanks, Everyone

Thanks, Everyone Especially, blackdroid , redcoat and BIB finally I compiled all of files. $ make DEBUG=0 LOADHIGH=0 BUILTIN_IRXS=1 ZEROCOPY=0 make -C iop make[1]: Entering directory `/cygdrive/c/ps2dev/project/iop' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/cygdrive/c/ps2d...
by demonbane
Wed Sep 08, 2004 10:28 pm
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

I update ps2sdk and ps2link latest version using cvs. (Thanks blackdroid.) And I compiled ps2link in cygwin. As a short, It shows error message,too. $ make DEBUG=0 LOADHIGH=0 BUILTIN_IRXS=1 ZEROCOPY=0 make -C iop make[1]: Entering directory `/cygdrive/c/ps2dev/ps2link/iop' make[1]: Nothing to be don...
by demonbane
Wed Sep 08, 2004 1:11 pm
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

Thank you for your help, blackdroid. I installed cygwin and compile again, and I found errors too. 1. When I turn off embedded IRX option and complier shows me $ make DEBUG=0 LOADHIGH=0 BUILTIN_IRXS=0 ZEROCOPY=0 make -C ee make[1]: Entering directory `/cygdrive/c/ps2dev/project/ee' ee-gcc -D_EE -O2 ...
by demonbane
Wed Sep 08, 2004 9:19 am
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

Thanks, blackdroid.
I'll try it, today.
by demonbane
Tue Sep 07, 2004 9:26 pm
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

At first, I found during compile using "make" First time it shows messages it coudn't find irx files ; but I checked all of irx files in "C:\PS2SDK\iop\irx" foldes. And now; C:\Project>set PATH=PATH;C:\PS2Dev/share;C:\PS2Dev/gcc/ee/bin;C:\PS2Dev/gcc/iop/ bin;C:\PS2Dev/gcc/dvp/bin...
by demonbane
Tue Sep 07, 2004 7:39 pm
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

I tried to complie All-In-One ELF file and I failed. I use gcc compiler and all of ps2dev 1.1 sdk pack in right position (I think) But I failed When I tried to compile ps2link 1.24. Using makefile ( In GCC, execute make.exe ) But "make" shows several error message during compiling. Who kno...
by demonbane
Tue Sep 07, 2004 1:11 pm
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

Thanks a lot, pixel.
by demonbane
Tue Sep 07, 2004 11:23 am
Forum: PS2 Development
Topic: About PS2LINK 1.24 with embedded ELF.
Replies: 16
Views: 5569

About PS2LINK 1.24 with embedded ELF.

Hello, Everyone. Well, I have some question of ps2link latest release. In release note, ps2link 1.24 supports (I understood) "All-In-One elf (irx's embedded in the elf) build target." So I want to embeded to ps2link.elf but I can't find any resource file for embeded. I understood to search...