User forums > Help

How configure Code::Blocks svn build rev 3988 for Sony PSP.

(1/3) > >>

Eridano:
Hi folks.
I'd like to use Code::Blocks to make c++ (short) program for Sony PSP.
I installed PSPDevWin32.zip (http://dl.qj.net/PSPDev-for-Win32-PSP-Development/pg/12/fid/8185/catid/204).
The core directory structure for PSP compiler is :
C:\pspdev
   |
   +-- bin
   +-- i686-pc-cygwin
   +-- include
   +-- info
   +-- lib
   +-- libexec
   +-- man
   +-- psp
   +-- pspdev.bat
   +-- psplink
   +-- readme.txt
   +-- share
   +-- uninstall.exe
How can I customize code::blocks to compile my short psp c++ source programs?
Thanks in advance.
Ivan Cella
eridano@hotmail.com

Biplab:
I had posted a short video tutorial explaining steps to add another compiler in C::B. The tutorial demonstrates adding TurboC++ compiler in C::B. Go through that tutorial and make a copy of GCC compiler same way and tweak it as necessary.


--- Quote ---http://biplab.in/2007/01/09/add-turbo-c-explorers-compiler-to-codeblocks/
--- End quote ---

Hopefully this will shed some light.

Regards,

Biplab

killerbot:
I would like to add the following.

I have some projects with TinyXml, and they sometimes fail to compile with the 'old' free Borland Compiler. Though they compile ok, with 7 other compilers !!!

I am gonna check (planning already for months now :-(  ) if it compiles ok with the Turbo C++ version.
If so I think we should replace our 'old' Borland compiler support with the new one. Just like we do with Gcc, we have Gcc, but we don't make distinction between versions.

Now suppose some people still need the old one, well then those people should do the xtra hassle of adding a compiler instead of the TurboC++ ones.

EDIT : you can download it for free, and I think you can get keys for free also (for one Turbo product I think). And the question is, is the key at runtime needed for the IDE or for the compiler programs, since for integration in CB we just need the compiler programs ?
Anyone any experienc on this matter of TurboC++ ??

Biplab:

--- Quote from: killerbot on May 23, 2007, 05:36:50 pm ---I am gonna check (planning already for months now :-(  ) if it compiles ok with the Turbo C++ version.
If so I think we should replace our 'old' Borland compiler support with the new one. Just like we do with Gcc, we have Gcc, but we don't make distinction between versions.

--- End quote ---

No need to drop old compiler support. I'll add it tomorrow as a new compiler (Borland 5.82).


--- Quote from: killerbot on May 23, 2007, 05:36:50 pm ---EDIT : you can download it for free, and I think you can get keys for free also (for one Turbo product I think). And the question is, is the key at runtime needed for the IDE or for the compiler programs, since for integration in CB we just need the compiler programs ?
Anyone any experienc on this matter of TurboC++ ??

--- End quote ---

The key is necessary for if you want to run IDE.

killerbot:
I would throw away the old one, otherwise our list will become too long ... ;-)

You decide ;-)

Navigation

[0] Message Index

[#] Next page

Go to full version