Linking Error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Linking Error

2,149 次查看
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 回复

895 次查看
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 项奖励
回复