Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » HELP ASAP ! - CDT 1.2 with Borland 5.5 - Does not work?
HELP ASAP ! - CDT 1.2 with Borland 5.5 - Does not work? [message #96985] Thu, 18 March 2004 21:21 Go to next message
Eclipse UserFriend
Originally posted by: shilpabathija.yahoo.com

hello all,

I am using CDT 1.2 version for win32 . (with Using Eclipse Version 2.1.2)
I want to use the BCC 5.5 Compiler with it.

My makefile builds when I run on the command prompt.
i.e make and bcc , ilink32 etc are in the path.

But when I try to Build the Project on Eclipse, it is not able to find the
path of bcc and ilink32.

In my Project Properties ->makeBuilder-Build Command
I have UNChecked the default Build and given the Build Command to be
C:\Borland\BCC55\Bin\make -fmakefile
I gave this because it was not able to find make.

I have even specified the path of bcc32 in my makefile
i.e C:\Borland\BCC55\Bin\bcc32

But now it complains that it cannot find the ilnk32 command.

What do I have to do ?

Any help pointers here are greatly appreciated !

Thanks in advance,
Shil
Re: HELP ASAP ! - CDT 1.2 with Borland 5.5 - Does not work? [message #96990 is a reply to message #96985] Fri, 19 March 2004 03:39 Go to previous messageGo to next message
Eclipse UserFriend
Shil wrote:
> hello all,
>
> I am using CDT 1.2 version for win32 . (with Using Eclipse Version 2.1.2)
> I want to use the BCC 5.5 Compiler with it.
>
> My makefile builds when I run on the command prompt.
> i.e make and bcc , ilink32 etc are in the path.
>
> But when I try to Build the Project on Eclipse, it is not able to find the
> path of bcc and ilink32.
>
> In my Project Properties ->makeBuilder-Build Command
> I have UNChecked the default Build and given the Build Command to be
> C:\Borland\BCC55\Bin\make -fmakefile
> I gave this because it was not able to find make.
>
> I have even specified the path of bcc32 in my makefile
> i.e C:\Borland\BCC55\Bin\bcc32
>
> But now it complains that it cannot find the ilnk32 command.
>
> What do I have to do ?

What about, adding your borland binary directory (the one, where
bcc32,ilnk32,make are) to your PATH variable?

> Any help pointers here are greatly appreciated !
>
> Thanks in advance,
> Shil
>
>
Re: HELP ASAP ! - CDT 1.2 with Borland 5.5 - Does not work? [message #97021 is a reply to message #96990] Fri, 19 March 2004 13:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shilpabathija.yahoo.com

The Borland\BCC55\BIN is in my path variable.
Thats the reason why I am able to successfully build from the Command
Prompt.

kesselhaus wrote:

> Shil wrote:
> > hello all,
> >
> > I am using CDT 1.2 version for win32 . (with Using Eclipse Version 2.1.2)
> > I want to use the BCC 5.5 Compiler with it.
> >
> > My makefile builds when I run on the command prompt.
> > i.e make and bcc , ilink32 etc are in the path.
> >
> > But when I try to Build the Project on Eclipse, it is not able to find the
> > path of bcc and ilink32.
> >
> > In my Project Properties ->makeBuilder-Build Command
> > I have UNChecked the default Build and given the Build Command to be
> > C:BorlandBCC55Binmake -fmakefile
> > I gave this because it was not able to find make.
> >
> > I have even specified the path of bcc32 in my makefile
> > i.e C:BorlandBCC55Binbcc32
> >
> > But now it complains that it cannot find the ilnk32 command.
> >
> > What do I have to do ?

> What about, adding your borland binary directory (the one, where
> bcc32,ilnk32,make are) to your PATH variable?

> > Any help pointers here are greatly appreciated !
> >
> > Thanks in advance,
> > Shil
> >
> >
Re: HELP ASAP ! - CDT 1.2 with Borland 5.5 - Does not work? [message #97028 is a reply to message #97021] Fri, 19 March 2004 17:58 Go to previous messageGo to next message
Eclipse UserFriend
Shil wrote:
> The Borland\BCC55\BIN is in my path variable.
> Thats the reason why I am able to successfully build from the Command
> Prompt.
>

You have restarted Eclipse, and maybe all shells/cmd/explorer,..., after
changing your PATH settings?

What system is that? Win9x/ME or WinNT/2k/XP?


> kesselhaus wrote:
>
>
>>Shil wrote:
>>
>>>hello all,
>>>
>>>I am using CDT 1.2 version for win32 . (with Using Eclipse Version 2.1.2)
>>>I want to use the BCC 5.5 Compiler with it.
>>>
>>>My makefile builds when I run on the command prompt.
>>>i.e make and bcc , ilink32 etc are in the path.
>>>
>>>But when I try to Build the Project on Eclipse, it is not able to find the
>>>path of bcc and ilink32.
>>>
>>>In my Project Properties ->makeBuilder-Build Command
>>>I have UNChecked the default Build and given the Build Command to be
>>>C:BorlandBCC55Binmake -fmakefile
>>>I gave this because it was not able to find make.
>>>
>>>I have even specified the path of bcc32 in my makefile
>>>i.e C:BorlandBCC55Binbcc32
>>>
>>>But now it complains that it cannot find the ilnk32 command.
>>>
>>>What do I have to do ?
>
>
>>What about, adding your borland binary directory (the one, where
>>bcc32,ilnk32,make are) to your PATH variable?
>
>
>>>Any help pointers here are greatly appreciated !
>>>
>>>Thanks in advance,
>>>Shil
>>>
>>>
>
>
>
Re: HELP ASAP ! - CDT 1.2 with Borland 5.5 - Does not work? [message #97054 is a reply to message #97028] Fri, 19 March 2004 18:14 Go to previous message
Eclipse UserFriend
Originally posted by: shilpabathija.yahoo.com

Hello,

Its Windows 2000

I have restarted Eclipse several times.
The funny part if that I can make the project from Command Prompt.

CDT is unable to find the path of my compiler i.e Borland

Have you been able to run CDT with Borland before?

Thanks ,
Shil

kesselhaus wrote:

> Shil wrote:
> > The BorlandBCC55BIN is in my path variable.
> > Thats the reason why I am able to successfully build from the Command
> > Prompt.
> >

> You have restarted Eclipse, and maybe all shells/cmd/explorer,..., after
> changing your PATH settings?

> What system is that? Win9x/ME or WinNT/2k/XP?


> > kesselhaus wrote:
> >
> >
> >>Shil wrote:
> >>
> >>>hello all,
> >>>
> >>>I am using CDT 1.2 version for win32 . (with Using Eclipse Version 2.1.2)
> >>>I want to use the BCC 5.5 Compiler with it.
> >>>
> >>>My makefile builds when I run on the command prompt.
> >>>i.e make and bcc , ilink32 etc are in the path.
> >>>
> >>>But when I try to Build the Project on Eclipse, it is not able to find the
> >>>path of bcc and ilink32.
> >>>
> >>>In my Project Properties ->makeBuilder-Build Command
> >>>I have UNChecked the default Build and given the Build Command to be
> >>>C:BorlandBCC55Binmake -fmakefile
> >>>I gave this because it was not able to find make.
> >>>
> >>>I have even specified the path of bcc32 in my makefile
> >>>i.e C:BorlandBCC55Binbcc32
> >>>
> >>>But now it complains that it cannot find the ilnk32 command.
> >>>
> >>>What do I have to do ?
> >
> >
> >>What about, adding your borland binary directory (the one, where
> >>bcc32,ilnk32,make are) to your PATH variable?
> >
> >
> >>>Any help pointers here are greatly appreciated !
> >>>
> >>>Thanks in advance,
> >>>Shil
> >>>
> >>>
> >
> >
> >
Previous Topic:New Make Project Prefrence Page
Next Topic:No C++ Item in New Project Dialog Box
Goto Forum:
  


Current Time: Thu Apr 24 02:58:02 EDT 2025

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

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

Back to the top