- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1
I am running OSX 10.6.1 Xcode 3.2
What have I missed? Thank-you
The error output is:
Ld build/Debug/Untitled normal i386
cd /Users/peterwalker/Desktop/Untitled
setenv MACOSX_DEPLOYMENT_TARGET 10.4
/Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/Users/peterwalker/Desktop/Untitled/build/Debug -F/Users/peterwalker/Desktop/Untitled/build/Debug -filelist /Users/peterwalker/Desktop/Untitled/build/Untitled.build/Debug/Untitled.build/Objects-normal/i386/Untitled.LinkFileList -mmacosx-version-min=10.4 -dev-usr-root=/Developer/usr "" "" -o /Users/peterwalker/Desktop/Untitled/build/Debug/Untitled
Undefined symbols:
"_open$UNIX2003", referenced from:
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
"_close$UNIX2003", referenced from:
_for__io_return in libifcore.a(for_diags_intel.o)
_for__close_proc in libifcore.a(for_close_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
"_kill$UNIX2003", referenced from:
_for__get_vm in libifcore.a(for_vm.o)
_for__get_vm in libifcore.a(for_vm.o)
_for__get_vm in libifcore.a(for_vm.o)
_for__realloc_vm in libifcore.a(for_vm.o)
_for__free_vm in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_deallocate in libifcore.a(for_vm.o)
_for_deallocate in libifcore.a(for_vm.o)
_for_deallocate in libifcore.a(for_vm.o)
_for_dealloc_allocatable in libifcore.a(for_vm.o)
_for_dealloc_allocatable in libifcore.a(for_vm.o)
"_strerror$UNIX2003", referenced from:
_for_gerror_i in libifcore.a(for_diags_intel.o)
"_system$UNIX2003", referenced from:
_for__close_proc in libifcore.a(for_close_proc.o)
_for__close_proc in libifcore.a(for_close_proc.o)
"_fcntl$UNIX2003", referenced from:
_for__close_proc in libifcore.a(for_close_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
"_write$UNIX2003", referenced from:
_for__flush_file_buffer in libifcore.a(for_wseq_fmt.o)
_for__flush_file_buffer in libifcore.a(for_wseq_fmt.o)
_for__write_output. in libifcore.a(for_put.o)
_for__write_output. in libifcore.a(for_put.o)
_for__write_output. in libifcore.a(for_put.o)
_for__write_output. in libifcore.a(for_put.o)
_for__put_d in libifcore.a(for_put.o)
_for__put_d in libifcore.a(for_put.o)
_for__flush_file_buffer in libifcore.a(for_wseq.o)
_for__flush_file_buffer in libifcore.a(for_wseq.o)
"_read$UNIX2003", referenced from:
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__get_s in libifcore.a(for_get.o)
_for__get_s in libifcore.a(for_get.o)
_for__get_s in libifcore.a(for_get.o)
_for__get_s in libifcore.a(for_get.o)
_for__read_input. in libifcore.a(for_get.o)
_for__read_input. in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
ld: symbol(s) not found
Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have a look at the project settings for your Target. Specifically, Build (tab) > Deployment > Mac OS X Deployment Target.
From the output provided it appears Xcode defaulted to Mac OS X 10.4, which the 11.1 compilers do not support. Change the setting mentioned above to Mac OS X 10.5 and rebuild your target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1
I am running OSX 10.6.1 Xcode 3.2
What have I missed? Thank-you
The error output is:
Ld build/Debug/Untitled normal i386
cd /Users/peterwalker/Desktop/Untitled
setenv MACOSX_DEPLOYMENT_TARGET 10.4
/Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -L/Users/peterwalker/Desktop/Untitled/build/Debug -F/Users/peterwalker/Desktop/Untitled/build/Debug -filelist /Users/peterwalker/Desktop/Untitled/build/Untitled.build/Debug/Untitled.build/Objects-normal/i386/Untitled.LinkFileList -mmacosx-version-min=10.4 -dev-usr-root=/Developer/usr "" "" -o /Users/peterwalker/Desktop/Untitled/build/Debug/Untitled
Undefined symbols:
"_open$UNIX2003", referenced from:
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
"_close$UNIX2003", referenced from:
_for__io_return in libifcore.a(for_diags_intel.o)
_for__close_proc in libifcore.a(for_close_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
"_kill$UNIX2003", referenced from:
_for__get_vm in libifcore.a(for_vm.o)
_for__get_vm in libifcore.a(for_vm.o)
_for__get_vm in libifcore.a(for_vm.o)
_for__realloc_vm in libifcore.a(for_vm.o)
_for__free_vm in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_allocate in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_alloc_allocatable in libifcore.a(for_vm.o)
_for_deallocate in libifcore.a(for_vm.o)
_for_deallocate in libifcore.a(for_vm.o)
_for_deallocate in libifcore.a(for_vm.o)
_for_dealloc_allocatable in libifcore.a(for_vm.o)
_for_dealloc_allocatable in libifcore.a(for_vm.o)
"_strerror$UNIX2003", referenced from:
_for_gerror_i in libifcore.a(for_diags_intel.o)
"_system$UNIX2003", referenced from:
_for__close_proc in libifcore.a(for_close_proc.o)
_for__close_proc in libifcore.a(for_close_proc.o)
"_fcntl$UNIX2003", referenced from:
_for__close_proc in libifcore.a(for_close_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
"_write$UNIX2003", referenced from:
_for__flush_file_buffer in libifcore.a(for_wseq_fmt.o)
_for__flush_file_buffer in libifcore.a(for_wseq_fmt.o)
_for__write_output. in libifcore.a(for_put.o)
_for__write_output. in libifcore.a(for_put.o)
_for__write_output. in libifcore.a(for_put.o)
_for__write_output. in libifcore.a(for_put.o)
_for__put_d in libifcore.a(for_put.o)
_for__put_d in libifcore.a(for_put.o)
_for__flush_file_buffer in libifcore.a(for_wseq.o)
_for__flush_file_buffer in libifcore.a(for_wseq.o)
"_read$UNIX2003", referenced from:
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__open_proc. in libifcore.a(for_open_proc.o)
_for__get_s in libifcore.a(for_get.o)
_for__get_s in libifcore.a(for_get.o)
_for__get_s in libifcore.a(for_get.o)
_for__get_s in libifcore.a(for_get.o)
_for__read_input. in libifcore.a(for_get.o)
_for__read_input. in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
_for__get_d in libifcore.a(for_get.o)
ld: symbol(s) not found
Command /Developer/usr/local/bin/ifort-11.1-base/bin/intel64/ifort failed with exit code 1
Can you tell me what version of the compiler you have downloaded? The package name should be something like
m_cprof_p_11.1.067.dmg
OR from a command line: ifort -V
should say "11.1.067"
And the project was created as a Standard Tool, C project right? And you removed 'main.c' from the project sources?
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have a look at the project settings for your Target. Specifically, Build (tab) > Deployment > Mac OS X Deployment Target.
From the output provided it appears Xcode defaulted to Mac OS X 10.4, which the 11.1 compilers do not support. Change the setting mentioned above to Mac OS X 10.5 and rebuild your target.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you tell me what version of the compiler you have downloaded? The package name should be something like
m_cprof_p_11.1.067.dmg
OR from a command line: ifort -V
should say "11.1.067"
And the project was created as a Standard Tool, C project right? And you removed 'main.c' from the project sources?
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seeexplanation in these 2 threads:
http://software.intel.com/en-us/forums/showthread.php?t=69540
http://software.intel.com/en-us/forums/showthread.php?t=69724
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page