Reply by Dinesh Davuluru June 23, 20102010-06-23
I have created a project in CCS v3.3 for C5510. I have given the path in
the build options for the .obj files to be kept in the $(Proj_dir)\Debug
folder.....

When i am building the project i can see the .obj files in the folder
mentioned above. But when it comes to the linking stage it says it
cannot find those .obj files... can any one help me in getting over this
errors.

And i have a library file with an extension (.a55). In the build
options, in linker\ libraries tab i have included the path of the lib
file in search path and the name of the file in Incl. Libraries. But it
still doesnt include the library file in the project. I dont understand
why even after giving the right path and file name it doesnt include the
file in the library.

Please help me debugging these errors.

Regards,

Dinesh Davuluru

Signalogic

Attaching the errors for your reference.


"D:\\Dinesh Davuluru\\ADT Software code\\T38 FAX
RELAY\\FAX\\systems\\relay\\c5500\\filerelay\\FileRelay.cmd", line 27:
error:
cannot find file "buflog.obj"
"D:\\Dinesh Davuluru\\ADT Software code\\T38 FAX
RELAY\\FAX\\systems\\relay\\c5500\\filerelay\\FileRelay.cmd", line 51:
error:
cannot find file "buflog.obj"
"D:\\Dinesh Davuluru\\ADT Software code\\T38 FAX
RELAY\\FAX\\systems\\relay\\c5500\\filerelay\\FileRelay.cmd", line 73:
error:
cannot find file "faxmem.obj"

_____________________________________