お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2007-11-25 13:38:50

tay
メンバ
登録日: 2007-10-23

.eh_frame+0xdeの意味および解決方法

tayです。さっきの質問とは少し違う質問をさせてください。

1ヶ月前から、adventureという解析ソフト(http://adventure.q.t.u-tokyo.ac.jp/jp/)の導入を試みるべく、Linuxの勉強をしながら、インストール作業を進めております。

OSはUbuntu7.10です。

adventureの一部をmakeした結果、エラーとなりました。

/usr/lib///libc.a(◎◎):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'

上記のエラーメッセージの意味を教えていただけませんか。
また、下記のHPでlibc.aの内容を検索し、libc6-dev などをインストールしましたが、結果は同じでした。なお、上記◎◎に該当するアーカイブファイル(詳細は最後の部分に示す。)の意味を調べるために、下記のHPでしらべましたが、検出されませんでした。

http://www.debian.org/distrib/packages


エラーの詳細は下記のとおりです。
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
$ make
g95 -0 -c srfgen.f
g95: unrecognized option '-0'
g95 -0 -c patchm.f
g95: unrecognized option '-0'
g95 -0 -c sgsmod.f
g95: unrecognized option '-0'
g95 -0 -c sgsmt1.f
g95: unrecognized option '-0'
g95 -0 -c sgsmt2.f
g95: unrecognized option '-0'
g95 -0 -c sgsmt3.f
g95: unrecognized option '-0'
g95 -0 -c sgutil.f
g95: unrecognized option '-0'
g95 -0 -c sgdens.f
g95: unrecognized option '-0'
g95 -0 -c nodebk.f
g95: unrecognized option '-0'
g95 -0 -c densfn.f
g95: unrecognized option '-0'
g95 -0 -c equatn.f
g95: unrecognized option '-0'
g95 -0 -c sort.f
g95: unrecognized option '-0'
g95 -0 -c wrlplt.f
g95: unrecognized option '-0'
g95 -0 -c util.f
g95: unrecognized option '-0'
g95 -static -o ../bin/advtmesh9p srfgen.o patchm.o sgsmod.o sgsmt1.o sgsmt2.o sgsmt3.o sgutil.o sgdens.o nodebk.o densfn.o equatn.o sort.o wrlplt.o util.o
/usr/lib///libc.a(iofclose.o): In function `fclose':
(.text+0x1a7): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(iofclose.o):(.eh_frame+0x166): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(iofflush.o): In function `fflush':
(.text+0xd4): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(iofflush.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(iofputs.o): In function `fputs':
(.text+0x102): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(iofputs.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(iofwrite.o): In function `fwrite':
(.text+0x11d): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(iofwrite.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(wfileops.o): In function `_IO_wfile_underflow':
(.text+0x1240): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(wfileops.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(fileops.o): In function `_IO_file_fopen':
(.text+0x1f82): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(fileops.o): In function `_IO_file_underflow':
(.text+0x217e): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(fileops.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(syslog.o): In function `__vsyslog_chk':
(.text+0x6ee): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(syslog.o): In function `__vsyslog_chk':
(.text+0x703): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(syslog.o): In function `openlog':
(.text+0x812): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(syslog.o): In function `closelog':
(.text+0x883): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(syslog.o):(.eh_frame+0x166): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(backtrace.o): In function `backtrace':
(.text+0x55): undefined reference to `_Unwind_Backtrace'
/usr/lib///libc.a(backtrace.o): In function `backtrace_helper':
(.text+0xfa): undefined reference to `_Unwind_GetIP'
/usr/lib///libc.a(backtrace.o): In function `backtrace_helper':
(.text+0x11f): undefined reference to `_Unwind_GetGR'
/usr/lib///libc.a(backtrace.o): In function `backtrace_helper':
(.text+0x12a): undefined reference to `_Unwind_GetCFA'
/usr/lib///libc.a(ioftell.o): In function `ftell':
(.text+0x1aa): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(ioftell.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(iogetdelim.o): In function `getdelim':
(.text+0x269): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(iogetdelim.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
/usr/lib///libc.a(ioseekoff.o): In function `_IO_seekoff':
(.text+0x1d5): undefined reference to `_Unwind_Resume'
/usr/lib///libc.a(ioseekoff.o):(.eh_frame+0xde): undefined reference to `__gcc_personality_v0'
make: *** [../bin/advtmesh9p] エラー 1

オフライン

 

Board footer

Powered by FluxBB