Reply by theseechen August 25, 20092009-08-25
--- 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.
Reply by efei...@gmail.com August 20, 20092009-08-20
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.