Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Configure BCC32C & BCC32X In Eclipse(How To Configure External C++ Compilers In Eclipse)
Configure BCC32C & BCC32X In Eclipse [message #1844252] Tue, 07 September 2021 08:15 Go to next message
Mukesh Lekhrajani is currently offline Mukesh LekhrajaniFriend
Messages: 12
Registered: May 2018
Junior Member
Hello !

BCC32C & BCC32X Are C++ Compilers From Embarcaredo (Borland CPP).
How do I configure them in Eclipse IDE For C/C++?


Thanks,
Mukesh L.
Re: Configure BCC32C & BCC32X In Eclipse [message #1844254 is a reply to message #1844252] Tue, 07 September 2021 08:41 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
Unless they have options similar to GCC it won't be easy
without writing your own toolchain.

The Eclipse toolchains expect GCC or a derivative.

The toolchains are mostly used to create makefile recipes
but you could write your own makefile.

You'll have to modify the error processors and
the providers that scan the build log for things like include paths
unless you provide them manually to make the Indexer works.

Re: Configure BCC32C & BCC32X In Eclipse [message #1844259 is a reply to message #1844254] Tue, 07 September 2021 09:35 Go to previous messageGo to next message
Mukesh Lekhrajani is currently offline Mukesh LekhrajaniFriend
Messages: 12
Registered: May 2018
Junior Member
Which meaning, the only way simple way is download MinGW 64Bit on my Windows 10. Right ?
Re: Configure BCC32C & BCC32X In Eclipse [message #1844266 is a reply to message #1844259] Tue, 07 September 2021 15:34 Go to previous messageGo to next message
David VavraFriend
Messages: 1426
Registered: October 2012
Senior Member
If you've got the source for their macros and templates; have their libraries;
and want Eclipse to generate the makefiles, yes, especially if you aren't
using any of their special syntax.

On the other hand, you could write your own makefile and
manually enter the path(s) to the includes for the Indexer.

But that assumes the Indexer can actually process them.
You may need to turn off indexing and only use Eclipse for editing.
Changing the error parser to use Borland error messages is just
changing a regex.

It's been 20+ years since I've used a Borland product
and I can't remember if the special syntax is built into the compiler
or if it is implemented with macros and templates but regardless
I would go with the latter and turn off indexing if needed. YMMV.

OTOH, how are you going to do window layouts in Eclipse?
I thought Embarcadero has its own IDE and a GUI for window layout.
Seems to be the simplest solution . Why not use it?
Re: Configure BCC32C & BCC32X In Eclipse [message #1844277 is a reply to message #1844266] Tue, 07 September 2021 20:13 Go to previous message
Mukesh Lekhrajani is currently offline Mukesh LekhrajaniFriend
Messages: 12
Registered: May 2018
Junior Member
Hello David..

Embarcaredo (Borland) does have its own IDE.. (RAD Studio) and that seemed more complex to me. but, I have been using Eclipse for 10 years now... all this time, i was using for Java.. i have not started using for C/C++..

yes, it does have its library..

so, let me try and generate makefile for it.

I will not need window layout.. i do not do much of graphics or ui development.. Most of my programs are -- reading/writing files, and mostly DOS based that can run from command prompt.
Previous Topic:Indexer Fails on Change of Run/Debug Configuration. Requires Eclipse Restart
Next Topic:Nios II Software Build Tools for Eclipse
Goto Forum:
  


Current Time: Tue Apr 16 22:18:04 GMT 2024

Powered by FUDForum. Page generated in 5.71982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top