DSPRelated.com
Forums

Problem with C6711 code building

Started by hariscorner January 22, 2004
hi everyone,

i started working on a new IDK c6711 kit recently. i'm getting a
strange error when i'm building a project.it gives 9 errors in
testcfg.s62 file. infact it gives same type of error for all the
other examples projects provided with the software.
errors r of type
"operand missing .eval,TSK$num_hooks "
"testcfg.s62", ERROR! at EOF: [E0300] The following symbols are
undefined: TSK_VCREATEFXN TSK_VDELETEFXN TSK$num_hooks TSK_VEXITFXN
tskMainObj$env TSK_idle$env
Errors in Source - Assembler Aborted

can someone help me out in this.i'm new to this kit and i'm really
not able to get hold of a good starter's document.someone plz give me
some good references.

thank you all

adieu
harry




Hello Harry,
 
I do not have any IDK info handy, but it looks as if you are missing at least one header file or a library - possibly with task in the name.
 
Copy one of your "undefined" symbols, open windows search and paste it in the "containing text" box and search your CCS and IDK files - you might get lucky.
 
mikedunn

hariscorner <h...@yahoo.com> wrote:
hi everyone,

i started working on a new IDK c6711 kit recently. i'm getting a
strange error when i'm building a project.it gives 9 errors in
testcfg.s62 file. infact it gives same type of error for all the
other examples projects provided with the software.
errors r of type
"operand missing .eval,TSK$num_hooks "
"testcfg.s62", ERROR! at EOF: [E0300] The following symbols are
undefined: TSK_VCREATEFXN TSK_VDELETEFXN TSK$num_hooks TSK_VEXITFXN
tskMainObj$env TSK_idle$env
Errors in Source - Assembler Aborted

can someone help me out in this.i'm new to this kit and i'm really
not able to get hold of a good starter's document.someone plz give me
some good references.

thank you all

adieu
harry

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.comYahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/c6x/

To unsubscribe from this group, send an email to:
c...@yahoogroups.com


Hi,

I had similar messages when the .cdb file was for a differtent version
of CCS than the one installed.

Just a thought. Pete Warnes
Technical director
HUNT ENGINEERING (U.K.) Ltd
email
URL http://www.hunteng.co.uk <http://www.hunteng.co.uk/> or
http://www.hunt-dsp.com <http://www.hunt-dsp.com/>
phone +44 (0)1278 760188
direct +44 (0)1278 760966
GSM +44 (0)7711 190099
Fax +44 (0)1278 760199

-----Original Message-----
From: Mike Dunn [mailto:]
Sent: 23 January 2004 04:14
To: hariscorner;
Subject: Re: [c6x] Problem with C6711 code building Hello Harry,

I do not have any IDK info handy, but it looks as if you are missing at
least one header file or a library - possibly with task in the name.

Copy one of your "undefined" symbols, open windows search and paste it
in the "containing text" box and search your CCS and IDK files - you
might get lucky.

mikedunn

hariscorner <> wrote:

hi everyone,

i started working on a new IDK c6711 kit recently. i'm getting a
strange error when i'm building a project.it gives 9 errors in
testcfg.s62 file. infact it gives same type of error for all the
other examples projects provided with the software.
errors r of type
"operand missing .eval,TSK$num_hooks "
"testcfg.s62", ERROR! at EOF: [E0300] The following symbols are
undefined: TSK_VCREATEFXN TSK_VDELETEFXN TSK$num_hooks TSK_VEXITFXN
tskMainObj$env TSK_idle$env
Errors in Source - Assembler Aborted

can someone help me out in this.i'm new to this kit and i'm really
not able to get hold of a good starter's document.someone plz give me
some good references.

thank you all

adieu
harry

_____________________________________
Note: If you do a simple "reply" with your email client, only the author
of this message will receive your answer. You need to do a "reply all"
if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.com > .




Good point Pete.
 
Harry, if this is the problem I believe that all you have to do is open the '.cbd' file in CCS and rebuild all.
 
mikedunn

Pete Warnes <p...@hunteng.co.uk> wrote:
Hi,

I had similar messages when the .cdb file was for a differtent version
of CCS than the one installed.

Just a thought.Pete Warnes
Technical director
HUNT ENGINEERING (U.K.) Ltd
email p...@hunteng.co.uk
URL http://www.hunteng.co.uk or
http://www.hunt-dsp.com
phone +44 (0)1278 760188
direct +44 (0)1278 760966
GSM +44 (0)7711 190099
Fax +44 (0)1278 760199

-----Original Message-----
From: Mike Dunn [mailto:m...@sbcglobal.net]
Sent: 23 January 2004 04:14
To: hariscorner; c...@yahoogroups.com
Subject: Re: [c6x] Problem with C6711 code buildingHello Harry,

I do not have any IDK info handy, but it looks as if you are missing at
least one header file or a library - possibly with task in the name.

Copy one of your "undefined" symbols, open windows search and paste it
in the "containing text" box and search your CCS and IDK files - you
might get lucky.

mikedunn

hariscorner wrote:

hi everyone,

i started working on a new IDK c6711 kit recently. i'm getting a
strange error when i'm building a project.it gives 9 errors in
testcfg.s62 file. infact it gives same type of error for all the
other examples projects provided with the software.
errors r of type
"operand missing .eval,TSK$num_hooks "
"testcfg.s62", ERROR! at EOF: [E0300] The following symbols are
undefined: TSK_VCREATEFXN TSK_VDELETEFXN TSK$num_hooks TSK_VEXITFXN
tskMainObj$env TSK_idle$env
Errors in Source - Assembler Aborted

can someone help me out in this.i'm new to this kit and i'm really
not able to get hold of a good starter's document.someone plz give me
some good references.

thank you all

adieu
harry

_____________________________________
Note: If you do a simple "reply" with your email client, only the author
of this message will receive your answer. You need to do a "reply all"
if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.comYahoo! Groups Links

To

_____________________________________
Note: If you do a simple "reply" with your email client, only the author of this message will receive your answer. You need to do a "reply all" if you want your answer to be distributed to the entire group.

_____________________________________
About this discussion group:

To Join: Send an email to c...@yahoogroups.com

To Post: Send an email to c...@yahoogroups.com

To Leave: Send an email to c...@yahoogroups.com

Archives: http://www.yahoogroups.com/group/c6x

Other Groups: http://www.dsprelated.comYahoo! Groups Links

To visit your group on the web, go to:
http://groups.yahoo.com/group/c6x/

To unsubscribe from this group, send an email to:
c...@yahoogroups.com