Boost C++ Libraries: Ticket #8235: Toolset “intel-win” fails on .asm files https://svn.boost.org/trac10/ticket/8235 <p> Building boost v1.53.0 using intel-win fails because assembler (masm or ml/ml64) doesn’t set: </p> <p> intel-win.compile.asm bin.v2\libs\context\build\intel-win\debug\link-static\threading-multi\asm\make_x86_64_ms_pe_masm.obj '-c' is not recognized as an internal or external command, operable program or batch file. </p> <blockquote> <p> -c -Zp4 -Cp -Cx -DBOOST_ALL_NO_LIB=1 -DBOOST_ALL_NO_LIB=1 /Zi /Zd /W3 -Fo "bin.v2\libs\context\build\intel-win\debug\link-static\threadingmulti\asm\make_x86_64_ms_pe_masm.obj" "libs\context\src\asm\make_x86_64_ms_pe_masm.asm" </p> </blockquote> <p> ...failed intel-win.compile.asm bin.v2\libs\context\build\intel-win\debug\link-static\threading-multi\asm\make_x86_64_ms_pe_masm.obj... intel-win.compile.asm bin.v2\libs\context\build\intel-win\debug\link-static\threading-multi\asm\jump_x86_64_ms_pe_masm.obj '-c' is not recognized as an internal or external command, operable program or batch file. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8235 Trac 1.4.3 elmira.a.semenova@… Mon, 24 Mar 2014 12:39:51 GMT <link>https://svn.boost.org/trac10/ticket/8235#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8235#comment:1</guid> <description> <p> Adding to tools/build/v2/tools/intel-win.jam a line toolset.flags intel-win.compile .ASM $(condition) : ml64 ( for icl Intel64) or </p> <p> toolset.flags intel-win.compile .ASM $(condition) : ml64 (for icl IA32) resolves this problem. </p> <p> This problem is discussed also on <a class="ext-link" href="http://software.intel.com/en-us/forums/topic/494996"><span class="icon">​</span>http://software.intel.com/en-us/forums/topic/494996</a> and updated intel-win.jam is attached for fix this problem. </p> </description> <category>Ticket</category> </item> <item> <author>elmira.a.semenova@…</author> <pubDate>Wed, 22 Oct 2014 14:26:19 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/8235#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/8235#comment:2</guid> <description> <p> This problem isn’t reproducible on boost v.1.56.0 </p> </description> <category>Ticket</category> </item> </channel> </rss>