Invalid ELF object file

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Invalid ELF object file

ソリューションへジャンプ
2,421件の閲覧回数
ioanacroitoru
Contributor I

What this error means: Invalid ELF object file ?

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,621件の閲覧回数
Monica
Senior Contributor III

Hello Ionana!

Checking in the CodeWarrior Debugger Manual, I found the following:

Correct module names are displayed in the Module component window.

Make sure that the module name of a command that you implement is

correct:

If the .abs is in HIWARE format, some debug information is in the

object file (.o), and module names have a .o extension (e.g., fibo.o).

In ELF format, module name extensions are .c, .cpp or .dbg ( .dbg for

program sources in assembler) (e.g., fibo.c), since all debugging

information is contained in the .abs file and object files are not used.

So probably one of the modules or files its been corrupted or not properly imported, I would have to be more involved with your code to know.

Hope it helps.

Best regards!

Monica

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,622件の閲覧回数
Monica
Senior Contributor III

Hello Ionana!

Checking in the CodeWarrior Debugger Manual, I found the following:

Correct module names are displayed in the Module component window.

Make sure that the module name of a command that you implement is

correct:

If the .abs is in HIWARE format, some debug information is in the

object file (.o), and module names have a .o extension (e.g., fibo.o).

In ELF format, module name extensions are .c, .cpp or .dbg ( .dbg for

program sources in assembler) (e.g., fibo.c), since all debugging

information is contained in the .abs file and object files are not used.

So probably one of the modules or files its been corrupted or not properly imported, I would have to be more involved with your code to know.

Hope it helps.

Best regards!

Monica

0 件の賞賛
返信
1,621件の閲覧回数
ioanacroitoru
Contributor I

You were right. I removed the library d4d_libs08.lib and the error disappeared. But I don't know why the error appeared in the first place considering that I have another library d4d_libscf.lib that doesn't causes any problems. Anyway, thank you for the answer. :smileygrin:

0 件の賞賛
返信