Linking Error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Linking Error

1,661 Views
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
 
 
 
 
 
 
Labels (1)
0 Kudos
Reply
1 Reply

407 Views
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 Kudos
Reply