<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>Has anyone succesfully compiled the 1.1 release for ti c6x (CC=cl6x)? I am currently struggling even to pass the first steps, due to the fact that for compilation and linking, the compiler requires -o &lt;executable&gt; at the end of the command, not at the
 beginning.</div>
<div>So cl6x -o &lt;executable&gt; file.c will not work. This is what the configure script is trying when checking the environment:</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; […]</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>configure:3498: /tools/TI/TI_CGT_C6000_6.0.11/bin/cl6x -o conftest -O2 &nbsp; conftest.c &nbsp;&gt;&amp;5</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>[conftest.]</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>Fatal error: could not open source file &quot;conftest&quot;</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>1 fatal error detected in the compilation of &quot;conftest&quot;.</div>
<div><span class="Apple-tab-span" style="white-space:pre"></span>Compilation terminated.</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; […]</div>
<div><br>
</div>
<div>Regards,</div>
<div><br>
</div>
<div>Marcello&nbsp;</div>
</body>
</html>