2nd go at the dsp- bios tutorials (discrepancies)
Step 2:
8. The MySession Profile window should look similar to the following. The actual line number may be different.
I have a code size of 4 instead of 7
10. In the MySession Profile window, look at the number in the Incl. Total column. (Since this function runs once, the Total, Maximum, and Minimum are the same.)
All my incl. columns are 1 - theirs are 2899. Though they suggest that this could vary a bit, it seems unlikely that the include total is 1
The Incl. Total column shows the number of instruction cycles used from the time the assembly code associated with this line begins executing until it finishes executing.
step 4 - creating a config file
Here I needed to add the file to the project to get the generated files - the tutorial did not specify that.
That needed to be done in the next step
When I tried to rebuild, I have the signal referencing errors that have plagued me previously.
that was because I did not add the hellocfg.cmd file - that may solve a few problems
more problems after I added that file and got rid of the original .cmd file
----------------------------- hello.pjt - Debug -----------------------------
[Linking...] "C:\ti\c2000\cgtools\bin\cl2000" -@"Debug.lkf"
>> error: symbol _c_inhttp://www.blogger.com/moderate-comment.g?blogID=18662253
Moderate comments t00 is defined multiple times: boot.obj
(C:\ti\c2000\cgtools\lib\rts2800.lib) and boot.o28l
(C:/ti/c2000/bios/lib/biosi.a28l)
>> error: errors in input - ./Debug/hello.out not built
Build Complete,
2 Errors, 0 Warnings, 0 Remarks.
I don't understand that one as I think that I have done everthing asked in the tutorial and it worked last time I did the tutiorial.
no time, nic is about to give me a hand, go back to the old tutorial and continue from step 6.
0 Comments:
Post a Comment
<< Home