You need to rebuild the board support library.
Can download BSL from Spectrum Digital:
http://support.spectrumdigital.com/boards/usbstk5505/revb/
http://support.spectrumdigital.com/boards/usbstk5505/revb/files/usbstk5505_BSL_revb.zip
Open CCS, Import usbstk5505bsl project, rebuild project to check path dependencies (should build without errors).
If build was successful, right-click on usbstk5505bsl project, Show Build Settings.
Under Build, C5500 Compiler Runtime Model Options...
- Select "32" under "Specify type size to hold results of pointer math (--ptrdiff_size)"
- Select "huge" under "Specify memory model (small/large/huge) (--memory_model)"
Rebuild project. usbstk5505bsl.lib is now built with huge memory model.
Hope this helps,
Mark