Skip to main content

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




Back to the top