Technical discussions about the TI C6000 DSPs (including the c62x, c64x and c67x DSPs).
Post a new Thread
BSL error with Code Composer 2.0 on C6711DSK - sovoks - Nov 13 15:34:00 2005
I am tryin to compile the BSL library but I keep getting an error. I
have BSL header files as well as CSL files, and I have included the
following two libraries in my project:
bsl6711dsk.lib, csl6711.lib
I have also added the following lines to the build options:
-i"C:\ti\myprojects\464\include" -d"_DEBUG"
-d"CHIP_6711"
-d"BOARD_6711DSK"
The error I get is:
Undefined Symbol First referenced in
---------------- -------------------
_divd C:\ti\myprojects\464\lib\bsl6711dsk.lib
Also, I have called CSL_init() and BSL_init() in the beginning of the
main function. When i remove the line BSL_init(), everything compiles
correctly. Any ideas?
______________________________
New Code Sharing Section now Live on DSPRelated.com.
Learn about the Reward
Program for Contributors here. 
(You need to be a member of c6x -- send a blank email to c6x-subscribe@yahoogroups.com )