DSPRelated.com
Forums

Error during Linking (no matching section found)

Started by Dinesh Davuluru June 28, 2010
Dear all,

I am trying to build a project on CCS V3.3 with Cgtools V4.3.6.
I am using a external lib .a55(which is an archive with .obj files).
In the linker file there is a section vtext

vtext:
{
libmesi.a55 (.text) //line 33

} > PSRAM0|PSRAM1

when linking i get a warning saying
"D:\\dinesh_davuluru\\ADT_SOFTWARE\\T38_FAX_RELAY\\Project\\Source\\FileRelay.cmd",
line 33: warning:
no matching section

I have extracted the libmesi.a55 to see if the .obj is inside it. I have
found the .obj files and there is also a .text section in it.

When compiled the same project on CCS V3.1 with cgtools V3.3.2 I dont
have any of these warnings.
Can anyone suggest me what has to be done to overcome these warnings.

Regards,

Dinesh Davuluru