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,

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