Home | Forums | What's new | Resources | |
CodeScape for SH and GCC |
vbt - Apr 26, 2003 |
Daniel Eriksson | Apr 26, 2003 | |||
What is CodeScape? |
TakaIsSilly | Apr 26, 2003 | |||
I suppose he's talking about these products... http://www.codescape.com/dev-sw.html... Those debuggers/IDE are useless without a JITAG connection, and Saturn doesn't seem to have a crearly marked one. As for the new GCC compiller, I got it working, and I do belive I explained how, some time ago in this forum. |
Reinhart | Apr 27, 2003 | |||
A bit off-topic but I wander if it is possible to have a complete Saturn dev environnement under Linux ? By complete, I mean the compiler and a tool to transfer progs from pc to saturn (commlink) |
antime | Apr 28, 2003 | |||
vbt, you can download an older version of Hitachi's IDE from KPIT. The KPIT toolchain plugs into the IDE, so there shouldn't be many settings that need tweaking. You can also download Charles MacDonald's demos to see how to compile working Saturn binaries using KPIT's toolchain. Reinhart, most *nix IDEs are centered around GCC, so no problem there. To send the programs to the Saturn you can use the Caetla device driver (though I'm unsure where you can download it from nowadays as psxdev.de doesn't exist any longer) and ExCyber's send tool. Most IDEs allow you to add user-defined commands, which is where you plug these in (this works on Windows too, as long as you use a command-line transfer tool). |