Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Custom Managed Builder Tool Option valueType libs

Hi Emilio, Rekha,

 

There were some problems with the libs options in the 4.0 stream that are now fixed. From the e-mail below I’m assuming you are using the CDT 3.1.2 and Eclipse 3.2.2

Are you seeing the same problems with the default gnu tool-chain integration or with your custom tool-chains only?

 

Mikhail

 


From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Rekha Deshmukh
Sent: Tuesday, May 22, 2007 9:58 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Custom Managed Builder Tool Option valueType libs

 

Hi Emilio,

 

I am also facing the same problem with the ‘libs’ value type. But temporarily I have made it stringList and achieved the result.

 

Regards,

Rekha

---------------------------------------------------------------

Original Message

Date: Fri, 18 May 2007 20:09:55 -0300

From: "Emilio Carlos da Palma" <ecdpalma@xxxxxxxxx>

Subject: [cdt-dev] Custom Managed Builder Tool Option valueType libs

To: cdt-dev@xxxxxxxxxxx

Message-ID:

      <cb0a2e5a0705181609k74d23903ib7f798aecceb074d@xxxxxxxxxxxxxx>

Content-Type: text/plain; charset=UTF-8; format=flowed

 

Hi,

 

I am trying to build a managed build plugin for a gcc-like toolchain but when I add an option with valueType="libs", command = "-l", nothing happens in the generated makefile after entering an item to the option list. The objects.mk file is

 

################################################################################

# Automatically-generated file. Do not edit!

################################################################################

 

LIBS :=

 

USER_OBJS :=

 

It seems that the LIBS is not being filled by the makefile generator, or I don't know how to use this feature.

 

Does any had or have this problem? Can anyone help me?

 

Thanks in advance,

 

Emilio Palma

Embedded Software Engineer

Sao Carlos, SP, Brazil

 

 

Eclipse Version: 3.2.2

Build id: M20070212-1330

 

org.eclipse.cdt.managedbuilder.core (3.1.2.200702150621)

 


Back to the top