- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PROGRAM HelloWorld
write(*,*)'Hello World'
END PROGRAM
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error for the second issue suggests the second file added also contains a PROGRAM statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error for the second issue suggests the second file added also contains a PROGRAM statement.
I repeated the steps in your document and had a question.
Under Groups & Files > Targets, I selected the name
of my project and selected Get Info. I click on the Build
tab to show the Architecture settings (Configuration: All Configurations,
Show: All Settings).
In the Target "my_project_2" Info window, under Architectures,
there are several other choices:
Here they are along with my current settings:
Additional SDKs which is blank
Architectures - Standard (32-bit Universal)
Bask SDK - Mac OS X 10.5
Build Active - Architecture Only
Valid Architectures - i386 ppc ppc64 ppc7400 ppc970 x86_64.
In step 4 you say to change the setting either to use a check
box to select Intel and the value of i386 should appear.
However, this doesn't seem to be an option in the
window that I am at.
Am I in the wrong window?
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are a couple of methods for editing the values associated with the settings. Try this:
Double left-click on Valid Architectures. A pop-up window should appear. Left-click once on a value like ppc, then click the minus (-) sign at the bottom of the window. That removes the value. Try removing all values except i386 and x86_64.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I attached a .tgz file with a Hello sample. Maybe it will help get you started.

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