DSPRelated.com
Forums

RE: warning: entry point symbol _c_int00 undefined

Started by zyad March 21, 2006
Hi Gabriel
Thank you very much, it works
--zyad

-----Original Message-----
From: Gabriel Donaire [mailto:gabriel_donaire@gabr...] 
Sent: Monday, March 20, 2006 10:47 PM
To: zyad_f@zyad...; code-comp@code...
Subject: Re: [code-comp] warning: entry point symbol _c_int00 undefined

Hi

You need to compile with the correct C runtime support (rts55x.lib for c55XX
devices) library for your dsp.
This library must be in the /cgtools/lib directory.
The _c_init00 function inits the stacks, status registers, extended address
registers, calls the autoinit function and calls to the main function of
your program.

Best
	----- Original Message -----
From: <zyad_f@zyad...>
To: <code-comp@code...>
Sent: Sunday, March 19, 2006 10:13 AM
Subject: [code-comp] warning: entry point symbol _c_int00 undefined
	> Hi all
> I'm a new DSP developer, Im using
TMX320C6211, and code compose studio ver
1.0
> When I create a new empty project and compile it I
got the following
warning
>
> warning: entry point symbol _c_int00 undefined
>
> please, help
>
> thanks in advance
> --zyad
>
>
>
	
Hi You need to compile with the correct C runtime support (rts55x.lib for c55XX devices) library for your dsp. This library must be in the /cgtools/lib directory. The _c_init00 function inits the stacks, status registers, extended address registers, calls the autoinit function and calls to the main function of your program. Best ----- Original Message ----- From: To: Sent: Sunday, March 19, 2006 10:13 AM Subject: [code-comp] warning: entry point symbol _c_int00 undefined > Hi all > I'm a new DSP developer, Im using TMX320C6211, and code compose studio ver 1.0 > When I create a new empty project and compile it I got the following warning > > warning: entry point symbol _c_int00 undefined > > please, help > > thanks in advance > --zyad >