- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi - I am getting the error of unresolved _Unwind_GetCFA, _Unwind_GetBSP, and _Unwind_Backtrace when I use -static option.
Followingis the compilation output. You can locate the error line by searching for 'Error'. Any solution on how to get rid of them?
Thanks.
sdwivedi@isp-curran:~/PCODE/arb/MESO/NEW-CONTACT/new-mat30/sand> make -f newmake2
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static varbl.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat1.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat2.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat3-new.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat4.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat6.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat7-new.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static mat30-new.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static str1.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static autoc-new2-sand2.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static analys.f90
ifort -w -c -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static main.f90
ifort -w -fnsplit -integer_size 64 -real_size 64 -ip -ipo -mp -mtune=itanium2 -tpp2 -O2 -openmp -parallel -static -o isp2d1-trial varbl.o mat1.o mat2.o mat3-new.o mat4.o mat6.o mat7-new.o mat30-new.o str1.o autoc-new2-sand2.o analys.o main.o
IPO Error: unresolved : _Unwind_GetCFA
Referenced in libpthread.a(unwind.o)
IPO Error: unresolved : _Unwind_GetBSP
Referenced in libpthread.a(unwind.o)
IPO Error: unresolved : _Unwind_Backtrace
Referenced in libc.a(backtrace.o)
IPO: performing multi-file optimizations
IPO: generating object file /tmp/ipo_ifortH1hiUi.o
analys.f90(2665) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2722) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2798) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2825) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2852) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2872) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2898) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2918) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2940) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
a
nalys.f90(2959) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(2985) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3019) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3051) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3067) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3093) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3111) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3128) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3188) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3216) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3263) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(6319) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(6389) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(6677) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(6808) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(208) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(250) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(269) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(740) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(761) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(794) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(838) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(852) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3354) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3403) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3423) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3445) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3466) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3492) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
str1.f90(128) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
str1.f90(163) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
str1.f90(630) : (col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
str1.f90(617) : (col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
str1.f90(685) : (col. 4) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(4429) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3707) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3723) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(3802) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(4052) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(4224) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(4257) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(4563) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(4802) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(4854) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(5130) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(7384) : (col. 2) remark: LOOP WAS AUTO
-PARALLELIZED.
analys.f90(7493) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
analys.f90(7567) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(1430) : (col. 3) remark: LOOP WAS AUTO-PARALLELIZED.
autoc-new2-sand2.f90(1445) : (col. 3) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(7061) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(7190) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(7244) : (col. 3) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(7314) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(7408) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2035) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2236) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2406) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2460) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
analys.f90(2617) : (col. 2) remark: LOOP WAS AUTO-PARALLELIZED.
autoc-new2-sand2.f90(56) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(67) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(79) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(92) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
autoc-new2-sand2.f90(111) : (col. 6) remark: OpenMP DEFINED LOOP WAS PARALLELIZED.
/usr/lib/gcc/ia64-suse-linux/4.1.0/../../..//libpthread.a(unwind.o): In function `unwind_stop':
(.text+0x1f2): undefined reference to `_Unwind_GetCFA'
/usr/lib/gcc/ia64-suse-linux/4.1.0/../../..//libpthread.a(unwind.o): In function `unwind_stop':
(.text+0x262): undefined reference to `_Unwind_GetBSP'
/usr/lib/gcc/ia64-suse-linux/4.1.0/../../..//libpthread.a(unwind.o): In function `unwind_stop':
(.text+0x2d2): undefined reference to `_Unwind_GetCFA'
/usr/lib/gcc/ia64-suse-linux/4.1.0/../../..//libc.a(backtrace.o): In function `backtrace':
(.text+0x62): undefined reference to `_Unwind_Backtrace'
make: *** [isp2d1-trial] Error 1
sdwivedi@isp-curran:~/PCODE/arb/MESO/NEW-CONTACT/new-mat30/sand>
Link Copied
- 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

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