- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am a new user of Xcode and intel fortran. I encounter the following problem and hope to get some help! Thanks!!
I tried to build and run the following simple fortran 90 code:
subroutine hello(a,b)
implicit none
real,intent(out):: a
real,intent(in):: b
a = b
end subroutine
However, the Xcode gave me an error message as:
"Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1"
As it provides no further details, I have no clue about what the error is about... Thanks!!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
there is not enough information here to go on. You are using an 11.1 compiler. The newest version of this compiler was validated against Xcode 3.2.2. What version of Xcode are you using? Versions 4.0 and 4.1 will not work with this compiler.
Does this code compile from the command line?
ron
Does this code compile from the command line?
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I use Xcode 3.2. I figured out the problem was that I forgot to include a "main" file in the resource folder. It was a silly mistake. Thanks for the reply!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page