The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => Easy Code => Topic started by: Ficko on April 01, 2009, 08:40:08 PM

Title: Problem with MS Linker 9.xx
Post by: Ficko on April 01, 2009, 08:40:08 PM
I am getting

": fatal error LNK1117: syntax error in option 'debugtype:both'" :dazzled:

if I have "Add symbolic information" cheked.

Using MS Linker Version 9.00.21022.08

Regards
Ficko
Title: Re: Problem with MS Linker 9.xx
Post by: Ramon Sala on April 01, 2009, 08:53:51 PM
Hi Ficko,

I've never tested 9.xx version of MS Linker, but I guess it does not support the "debugtype" option, so you better use version 5.12 comming wit MASM32 (maybe it will work finw unchecking "Add symbolic information"). Anyway, I'll try to find out what's new in 9.xx MS Linker.

Regards,

Ramon