3

I downloaded Eclipse for Parallel Application Developers, Kepler version, on my Debian x64 system, as well as gfortran 4.7.2 from the repository. When I open Eclipse, I select File -> New -> Project -> Fortran Project, then select Executable -> Empty Project. After entering a project name and selecting the only toolchain available (Intel Fortran Toolchain on Intel 64) and clicking Next, I get to a window with an error message that says

At least one configuration should be available. Project cannot be created.

and I can't progress from there (the Finish button is greyed out). What am I doing wrong? How can I create a fortran project in Eclipse?

Michael A
  • 4,391
  • 8
  • 34
  • 61

1 Answers1

1

According to the user's guide, you should select Executable (GNU Fortran) and not Empty Project.

Kyle Kanos
  • 3,257
  • 2
  • 23
  • 37