Other Parts Discussed in Thread: CCSTUDIO
Hi, I am getting this warning. how do i correct it so that, i can build the project and run it.
this below is my code for the particular line of error
- myconfig.dmacssal = (DMA_AdrPtr)(((Uint32)(myconfig.dmacssal)<<1)&0xFFFF);
- myconfig.dmacdsal = (DMA_AdrPtr)(((Uint32)(myconfig.dmacdsal)<<1)&0xFFFF);
this below is the error given out
------------------------------ hab1.pjt - Debug ------------------------------
[main_dma1.c] "D:\CCStudio_v3.1\C5500\cgtools\bin\cl55" -g -fr"D:/Projects/hab1/Debug" -i"c:/CCStudio_v3.1" -d"CHIP_5509" -@"../../../../../../Projects/hab1/Debug.lkf" "main_dma1.c"
"main_dma1.c", line 59: warning: nonstandard conversion between pointer to function and pointer to data
"main_dma1.c", line 61: warning: nonstandard conversion between pointer to function and pointer to data
[Linking...] "D:\CCStudio_v3.1\C5500\cgtools\bin\cl55" -@"Debug.lkf"
<Linking>
>> D:\DOCUME~1\Shahid\LOCALS~1\Temp\TI6243, line 24: error:
can't find input file 'dsk5509bsl.lib'
>> Compilation failure
Build Complete,
2 Errors, 2 Warnings, 0 Remarks.