Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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