Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] problem to build the linking command in toolchain

The final build step (linker/librarian) is not currently using the
commandLinePattern.  We will fix that in CDT 3.0.  For now, I think you
could add the ':' to the outputFlag.

Regards,
Leo

-----Original Message-----
From: cdt-dev-admin@xxxxxxxxxxx [mailto:cdt-dev-admin@xxxxxxxxxxx] On
Behalf Of Ebert, Ralf
Sent: Tuesday, February 15, 2005 3:29 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] problem to build the linking command in toolchain

Hi,

I try to call the linker from microsoft to link my binaries. The linker
needs and command like 

     link /out:test.exe test.o module.o

I tried to generate this command using 

   commandLinePattern="${COMMAND} ${FLAGS}
${OUTPUT_FLAG}:${OUTPUT_PREFIX} ${OUTPUT} ${INPUTS}"

but the build command is

  link /out test.exe test.o module.o

Is there any way to solve this problem?

Best regards
  Ralf Ebert


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top