DSPRelated.com
Forums

How to call dsplib functions? linking error

Started by efei...@gmail.com August 20, 2009
I'm using 5509 and CCS 3.1. All include search path and lib search path and head files have been added to my project.
But when linking, there are errors like this
>> error: linking files for incompatible targets (library
'D:\CCStudio_v3.1\C5500\cgtools\lib\55xdsp.lib', member
'convol1.obj')

Thanks.
--- In c..., efeipan@... wrote:
>
> I'm using 5509 and CCS 3.1. All include search path and lib search path and head files have been added to my project.
> But when linking, there are errors like this
> >> error: linking files for incompatible targets (library
> 'D:\CCStudio_v3.1\C5500\cgtools\lib\55xdsp.lib', member
> 'convol1.obj')
>
> Thanks.
>

Does your project use large memory model or small memory model?

If large memory model, 55xdspx.lib might be linked instead of 55xdsp.lib.

Best Regards.