Linking Error

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

Linking Error

1,900件の閲覧回数
yaniv_al
Contributor I
Hello
 
I am working with CW 3.1 for MSC7116.
At linking phase I am getting the following message :
 
Link Error : Object file for file "D:\......\decoder_ch_mem.c301.o" could not be retrieved. Recompile file.
 
Any attemp to recopile the file/remove+ add from project/delete all eln files
was not successfull.
 
Can someone help me with this ?
 
Thanks
Yaniv
 
 
 
 
 
 
ラベル(1)
0 件の賞賛
返信
1 返信

646件の閲覧回数
CrasyCat
Specialist III
Hello
 
The message seems to indicate that CodeWarrior is not able to find the file D:\......\decoder_ch_mem.c301.o for some reason.
 
I suspect you have added that file to the project, but this file either does not exist on your system
or has been moved to another location and the IDE is not able to retrieve it.
 
Can you try the following:
  - Close the IDE
  - Open a Window Explorer
  - Browse for your project directory
  - You should have a directory called <project>_Data there (Where <project> stands for
    your project name).
  - Delete the whole directory and its sub-directory
  - Restart the IDE
  - Open the project and try to build
 
This will reset all project internal data. If the file is still not found, check where it is located in your
 disk and add the corresponding path to your Access Paths.
 
CrasyCat
0 件の賞賛
返信