DSPRelated.com
Forums

'creating output section' linker error for template

Started by davida442005 August 20, 2008
Hi

I am trying to use a C++ template in our C6488 application code but get
the following linker error:

>> warning: creating output section .template without SECTIONS
specification

Please can someone tell me how to resolve this?

BR

David
David,

On Wed, Aug 20, 2008 at 3:58 AM, davida442005 wrote:
> Hi
>
> I am trying to use a C++ template in our C6488 application code but get
> the following linker error:
>
>>> warning: creating output section .template without SECTIONS
> specification

This is actually a warning, not an error.
Does your project contain a 'linker command file' ['.cmd']??
If so, that is where the fix goes. Take a look at the file and refer
to 'linker command file' in the compiler help.
I believe that the c6000 assembly language manual covers the LCFs in detail.

mikedunn
>
> Please can someone tell me how to resolve this?
>
> BR
>
> David

--
www.dsprelated.com/blogs-1/nf/Mike_Dunn.php
David a,

Edit your .cmd file to add the .template section and indicate where it is to be
loaded.

R. Williams
---------- Original Message -----------
From: "davida442005"
To: c...
Sent: Wed, 20 Aug 2008 08:58:18 -0000
Subject: [c6x] 'creating output section' linker error for template

> Hi
>
> I am trying to use a C++ template in our C6488 application code but
> get the following linker error:
>
> >> warning: creating output section .template without SECTIONS
> specification
>
> Please can someone tell me how to resolve this?
>
> BR
>
> David
------- End of Original Message -------