<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Build not compiling any of the source code in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812103#M43295</link>
    <description>Everything was ok a while ago.&lt;BR /&gt;&lt;BR /&gt;I installed Parallel Studio and now it does not compile any of the source included in the project.&lt;BR /&gt;&lt;BR /&gt;To prove this I created a new project called HelloTest and said I wanted "main program code" not "Empty Project. This gives me a project with HelloTest.f90 containing 'Hello World'&lt;BR /&gt;When I click Build - Rebuild HelloTest I get the following&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;1&amp;gt;------ Rebuild All started: Project: HelloTest, Configuration: Debug Win32 ------&lt;/P&gt;&lt;P&gt;1&amp;gt;Deleting intermediate files and output files for project 'HelloTest', configuration 'Debug|Win32'.&lt;/P&gt;&lt;P&gt;1&amp;gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;HelloTest - 0 error(s), 0 warning(s)&lt;/P&gt;&lt;P&gt;========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;Nothing has compiled - No exe&lt;BR /&gt;&lt;BR /&gt;It must be an option/path or something like it, however I am at a loss so if anyone has any ideas it would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jun 2011 12:04:14 GMT</pubDate>
    <dc:creator>prandf</dc:creator>
    <dc:date>2011-06-03T12:04:14Z</dc:date>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812103#M43295</link>
      <description>Everything was ok a while ago.&lt;BR /&gt;&lt;BR /&gt;I installed Parallel Studio and now it does not compile any of the source included in the project.&lt;BR /&gt;&lt;BR /&gt;To prove this I created a new project called HelloTest and said I wanted "main program code" not "Empty Project. This gives me a project with HelloTest.f90 containing 'Hello World'&lt;BR /&gt;When I click Build - Rebuild HelloTest I get the following&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;1&amp;gt;------ Rebuild All started: Project: HelloTest, Configuration: Debug Win32 ------&lt;/P&gt;&lt;P&gt;1&amp;gt;Deleting intermediate files and output files for project 'HelloTest', configuration 'Debug|Win32'.&lt;/P&gt;&lt;P&gt;1&amp;gt;&lt;/P&gt;&lt;P&gt;1&amp;gt;HelloTest - 0 error(s), 0 warning(s)&lt;/P&gt;&lt;P&gt;========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========&lt;BR /&gt;&lt;BR /&gt;Nothing has compiled - No exe&lt;BR /&gt;&lt;BR /&gt;It must be an option/path or something like it, however I am at a loss so if anyone has any ideas it would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 12:04:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812103#M43295</guid>
      <dc:creator>prandf</dc:creator>
      <dc:date>2011-06-03T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812104#M43296</link>
      <description>Rerun as above, locate the build log and attach it in your reply. You may look at the log yourself to see if there is an obvious problem in the linking step.</description>
      <pubDate>Fri, 03 Jun 2011 12:25:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812104#M43296</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-06-03T12:25:47Z</dc:date>
    </item>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812105#M43297</link>
      <description>hi&lt;BR /&gt;here is the .sln file (cut and pasted from notepad)&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;Microsoft Visual Studio Solution File, Format Version 9.00&lt;/P&gt;&lt;P&gt;# Visual Studio 2005&lt;/P&gt;&lt;P&gt;Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "HelloTest", "HelloTest.vfproj", "{F57EDE5E-AD3B-4C69-900F-3B23ADB5C48F}"&lt;/P&gt;&lt;P&gt;EndProject&lt;/P&gt;&lt;P&gt;Global&lt;/P&gt;&lt;P&gt;GlobalSection(SolutionConfigurationPlatforms) = preSolution&lt;/P&gt;&lt;P&gt;Debug|Win32 = Debug|Win32&lt;/P&gt;&lt;P&gt;Release|Win32 = Release|Win32&lt;/P&gt;&lt;P&gt;EndGlobalSection&lt;/P&gt;&lt;P&gt;GlobalSection(ProjectConfigurationPlatforms) = postSolution&lt;/P&gt;&lt;P&gt;{F57EDE5E-AD3B-4C69-900F-3B23ADB5C48F}.Debug|Win32.ActiveCfg = Debug|Win32&lt;/P&gt;&lt;P&gt;{F57EDE5E-AD3B-4C69-900F-3B23ADB5C48F}.Debug|Win32.Build.0 = Debug|Win32&lt;/P&gt;&lt;P&gt;{F57EDE5E-AD3B-4C69-900F-3B23ADB5C48F}.Release|Win32.ActiveCfg = Release|Win32&lt;/P&gt;&lt;P&gt;{F57EDE5E-AD3B-4C69-900F-3B23ADB5C48F}.Release|Win32.Build.0 = Release|Win32&lt;/P&gt;&lt;P&gt;EndGlobalSection&lt;/P&gt;&lt;P&gt;GlobalSection(SolutionProperties) = preSolution&lt;/P&gt;&lt;P&gt;HideSolutionNode = FALSE&lt;/P&gt;&lt;P&gt;EndGlobalSection&lt;/P&gt;&lt;P&gt;EndGlobal&lt;BR /&gt;&lt;BR /&gt;End of .sln file&lt;BR /&gt;&lt;BR /&gt;The .suo file contains the text hellostest.f90 (I had to use a hex editor to examine it)&lt;BR /&gt;&lt;BR /&gt;The debug directory is completely empty.&lt;BR /&gt;&lt;BR /&gt;The only thing like a log is the 5 lines in the build window.&lt;BR /&gt;they are the 5 lines included in the original description.&lt;BR /&gt;&lt;BR /&gt;It does not activate a compiler, does not produce any .obj files and the linker thinks it has done a great job (doing nothing)&lt;BR /&gt;&lt;BR /&gt;maybe the compiler settings are wrong?&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2011 14:52:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812105#M43297</guid>
      <dc:creator>prandf</dc:creator>
      <dc:date>2011-06-03T14:52:40Z</dc:date>
    </item>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812106#M43298</link>
      <description>Peter,&lt;BR /&gt;&lt;BR /&gt;what mecej4 was asking for is the BuildLog.htm file not the solution file.&lt;BR /&gt;&lt;BR /&gt;You should findit in your project directory or in a subfolder under that directory.&lt;BR /&gt;&lt;BR /&gt;Les</description>
      <pubDate>Fri, 03 Jun 2011 15:17:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812106#M43298</guid>
      <dc:creator>Les_Neilson</dc:creator>
      <dc:date>2011-06-03T15:17:13Z</dc:date>
    </item>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812107#M43299</link>
      <description>In Visual Studio, select Tools &amp;gt; Options &amp;gt; Intel Visual Fortran 
&amp;gt; General. Look 
at the two "Source:" fields under "Fortran File Extensions". If they are
 blank, click the Reset button under each one. For Free Format, Source 
should show ".f90" and for Fixed Format, ".f,.for,.fpp". If the fields 
were blank, and are now filled in, this may correct the problem. Close 
Visual Studio and restart it to test.</description>
      <pubDate>Fri, 03 Jun 2011 15:40:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812107#M43299</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-06-03T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812108#M43300</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have found 81 BuildLog.htm files and the most recent is 20 May, 2011&lt;BR /&gt;(prior to Parallel Studio Installation).&lt;BR /&gt;&lt;BR /&gt;so it is like there is nothing in the make file and it happily does nothing.&lt;BR /&gt;&lt;BR /&gt;Maybe I reinstall Parallel Studio?&lt;BR /&gt;&lt;BR /&gt;There is one other thing ...&lt;BR /&gt;When I select the Hello World std program template the code is not recognised in the editor as fortran and I had to space it along to the good old column 7 spacing when it instantly recognises key words etc.&lt;BR /&gt;&lt;BR /&gt;Some time ago I had a problem with adding a file and I found that it did not recognise .f95 files and by changing the extension to .f90 it all worked. Not sure what compiler that was. So I renamed my files to .f95 and it did not see them so I droped back to .f90.&lt;BR /&gt;In this case the .f90 file appears under the Source Files folder in the left hand window.&lt;BR /&gt;So it is part of the project&lt;BR /&gt;&lt;BR /&gt;peter&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2011 15:52:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812108#M43300</guid>
      <dc:creator>prandf</dc:creator>
      <dc:date>2011-06-03T15:52:02Z</dc:date>
    </item>
    <item>
      <title>Build not compiling any of the source code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812109#M43301</link>
      <description>FIXED!&lt;BR /&gt;&lt;BR /&gt;Thanks Steve&lt;BR /&gt;&lt;BR /&gt;I noticed it blank and added .f90 some time ago and it did not like it.&lt;BR /&gt;Hitting the reset button brought up .f90 and the others on the right and it&lt;BR /&gt;now compiles and builds ok&lt;BR /&gt;&lt;BR /&gt;thanks to everyone that reeplied&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Peter&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jun 2011 15:59:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Build-not-compiling-any-of-the-source-code/m-p/812109#M43301</guid>
      <dc:creator>prandf</dc:creator>
      <dc:date>2011-06-03T15:59:32Z</dc:date>
    </item>
  </channel>
</rss>

