DSPRelated.com
Forums

BSL error with Code Composer 2.0 on C6711DSK

Started by sovoks November 13, 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?