Bug 167234 - No Chance to Modify the Input file order in a Custom Command Line Generator
Summary: No Chance to Modify the Input file order in a Custom Command Line Generator
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-core (show other bugs)
Version: 3.1.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-08 09:01 EST by Patrick Schmitt CLA
Modified: 2020-09-04 15:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Schmitt CLA 2006-12-08 09:01:54 EST
Build ID: M20060921-0945

Hello 

we are developing a CDT plugin for the Fujitsu F16 Microcontroller to implement the compiler which is needed for it.
We nearly finished it, but when we tried to work with a custom Command Line Generator we get following problem: The Fujitsu Librian Creater (FLIB907S.exe) needs every input file seperated by a comma. 
For example: flib907 -a file1.obj , file 2.obj , file3.obj , ..
So we tried to modify the input file string in our command line generator. The problem is that in this string we only get $(OBJS), not the complete objects files as string. We have absolutely no idea where we can modify our input files that they get seperated by a comma now.
So i ask if someone or other developers from the CDT  project can support us in this point.

More information:
For any help or support to forward this project, 
please contact me.
ucong67@gmx.net

I'm greatful to you for helping me