Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » My usage for my Borland project - [Borland support – eclipse CDT]
My usage for my Borland project - [Borland support – eclipse CDT] [message #480286] Fri, 14 August 2009 14:16 Go to next message
Eclipse UserFriend
Originally posted by: alexanderh1.sms.at

My project is imported into eclipse now.

* Creating a new project.
File->New->C++ Project
Select Makefile Project->Empty Project and Other Toolchain.

* The existing mak-file I'm using without modifications:
Project->Properties->C/C++ Build->Builder Settings->Build command:
make -f <name of my mak-file>.mak
Project->Properties->C/C++ Build->Behaviour->Build (Incremental build):
<blank> instead of all

* Adding the necessary include-directories of your borland installation:
Project->Properties->C/C++ General->Paths and Symbols->Includes
Add for example the path "C:/Borland/BCC55/include"
Add also subdirectories if necessary.

* Adding existing sources to your project.
Use the features available here:
Project->Properties->C/C++ general->Paths and symbols->Source Location

* Creating a Run Configuration
In the field C/C++ Application select your exe-file and ignore the
"Program is not a recognized executable"-error.

* further configuration
See also following threads for other Borland relevant configuration
options:
** "Symbols - [Borland support – eclipse CDT]"
http://www.eclipse.org/newsportal/article.php?id=18959&g roup=eclipse.tools.cdt#18959
** "Errors and Warnings - [eclipse CDT]"
http://www.eclipse.org/newsportal/article.php?id=18958&g roup=eclipse.tools.cdt#18958

[I invite you to put solutions and hints in general for many kinds of
proprietary C++ extensions and/or specific for Borland.]
Re: My usage for my Borland project - [Borland support – eclipse CDT] [message #480822 is a reply to message #480286] Tue, 18 August 2009 11:16 Go to previous message
Eclipse UserFriend
Originally posted by: Hanno.Heine.arbeitsagentur.de

Hello,

I am also trying to make a Borland/Codegear toolchain for CDT and tried
these instructions.
I found no hint for a Borland debugger integration through Google, and
when I follow your instructions for a Debug configuration, CDT does not
let me debug or start the executable, as long as the dialog displays the
error message "Program is not a recognized executable."
Did anyone ever debug an executable in CDT that was built with Borland
compiler/debugger?
Previous Topic:upgraded from CDT 3.* to 6.0.0 now get linker error... cannot find 'ld'?
Next Topic:Binary Parsers - MOT, HEX etc
Goto Forum:
  


Current Time: Sun Jul 27 18:40:07 EDT 2025

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

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

Back to the top