Search found 4 matches
- January 11th, 2020, 7:36 am
- Forum: Yaroze SDK
- Topic: Recompile Yaroze Source
- Replies: 35
- Views: 203205
Re: Recompile Yaroze Source
https://github.com/ChrisRx/psxsdk I have an initial commit of the tools I've been developing while working on the Net Yaroze. objdump is what I made recently and have been using it to convert the Net Yaroze development library from ECOFF to ELF by disassembling the object files from libps.a and reco...
- December 25th, 2019, 4:38 am
- Forum: Yaroze SDK
- Topic: Recompile Yaroze Source
- Replies: 35
- Views: 203205
Re: Recompile Yaroze Source
I apologize for waiting so long to reply, however, I recently dusted off this code to dive back in where I left off in Jan. of this year. If you can't get that working try dosbox.. not ideal but at least you can try the DOS tools. Siocons in Linux works fine for me on amd64 and on my raspberrypi, ju...
- January 13th, 2019, 5:09 am
- Forum: Yaroze SDK
- Topic: Recompile Yaroze Source
- Replies: 35
- Views: 203205
Re: Recompile Yaroze Source
So good news, it appears to be valid since I can run it in an emulator! The bad new though is that I can't seem to get it transferred over unfortunately. I'm running into errors where it says "SYNC ERROR (FFFFFFFF)" and aborts the transfer everytime (this is using siocons compiled in linux...
- January 7th, 2019, 4:28 am
- Forum: Yaroze SDK
- Topic: Recompile Yaroze Source
- Replies: 35
- Views: 203205
Re: Recompile Yaroze Source
I started working on a cross compiler toolchain recently so I could do Net Yaroze programming on Linux, and I figured I would share my progress if anyone is interested: https://github.com/ChrisRx/mipsel-ecoff-toolchain I have built this on Arch Linux and in a docker container with Debian and success...