DSPRelated.com
Forums

wanted vectors_intr.asm and vectors_poll.asm

Started by sour...@yahoo.co.in March 31, 2009
hi everybody,
I am using rulph chassaing's book 2nd edition for programming TI 6713 dsp processor using CCS. In that book vectors_intr.asm and vectors_poll.asm is given in end of chapter 1.
when i used those files in a project and tried to build a program ,the program did not build and gave a error message that :

can't find end of 'VEC_ENTRY' macro definition starting on line 20-- , Aborting

for sine8_LED.c program.

what is the problem for this. can antone tell me or give the files vectors_intr.asm and vectors_poll.asm.

_____________________________________
sourabha,

You did not include a listing of the offending macro
However, it looks like the macro definition is missing a closing ';' or closing '}'.
perhaps even a multiline macro missing the '\' at the very end of each continued
line. (no spaces after the '\')

R. Williams

---------- Original Message -----------
From: s...@yahoo.co.in
To: c...
Sent: Tue, 31 Mar 2009 08:14:33 -0400
Subject: [c6x] wanted vectors_intr.asm and vectors_poll.asm

> hi everybody,
> I am using rulph chassaing's book 2nd edition for programming TI 6713
> dsp processor using CCS. In that book vectors_intr.asm and
> vectors_poll.asm is given in end of chapter 1. when i used those files
> in a project and tried to build a program ,the program did not build
> and gave a error message that :
>
> can't find end of 'VEC_ENTRY' macro definition starting on line 20-- ,
> Aborting
>
> for sine8_LED.c program.
>
> what is the problem for this. can antone tell me or give the files
> vectors_intr.asm and vectors_poll.asm.
------- End of Original Message -------

_____________________________________