News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Installing new Compilers

Started by XVZMI, October 05, 2015, 06:07:20 PM

Previous topic - Next topic

XVZMI

I just installed the Borland 5.5 c++ compiler but Code::blocks can't find it even when i choose the full path to the compiler
Is there any tutorial for installing new compilers?

MortenMacFly

Quote from: XVZMI on October 05, 2015, 06:07:20 PM
I just installed the Borland 5.5 c++ compiler but Code::blocks can't find it even when i choose the full path to the compiler
Is there any tutorial for installing new compilers?
Are you sure that it's really Borland 5.5 you installed? Where did you get it from?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

XVZMI

I got it from the official Website

raynebc

I don't see it available on any Borland branded websites, but the Internet says it was released for free:
http://forms.embarcadero.com/forms/BCC32CompilerDownload

XVZMI

You have to fill out the survey there, then you get a download link per email.

stahta01

#5
I posted my directions for the BCC compiler long ago. I think on this site.
I would suggest searching on my username of stahta01 on this site or the http://cboard.cprogramming.com/forum.php site for my posts.

I would also read on follow the CB FAQ and this Wiki page http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler

Edit: Link to a CB Post http://forums.next.codeblocks.org/index.php/topic,13774.msg92808.html#msg92808

Edit2: Added link to what might be a better post of mine http://forums.next.codeblocks.org/index.php/topic,11261.msg76703.html#msg76703

Tim S.

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]