This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

compile ccsv3.3 using tms320uc5409 with CSL got this warning

Other Parts Discussed in Thread: CCSTUDIO

---------------------------- mcbsp02.pjt - Debug ----------------------------
[mcbsp02.c] "D:\CCStudio_v3.3\C5400\cgtools\bin\cl500" -g -q -fr"./Debug" -d"_DEBUG" -d"CHIP_5409" -mf -v548 -@"Debug.lkf" "mcbsp02.c"

[Linking...] "D:\CCStudio_v3.3\C5400\cgtools\bin\cl500" -@"Debug.lkf"
<Linking>
>> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> D:\CCStudio_v3.3\C5400\csl\lib\csl5409.lib: warning:
linking incompatible formats: file compiled without -mf
>> warning: creating .stack section with default size of 400 (hex) words.
Use
-stack option to change the default size.

Build Complete,
0 Errors, 22 Warnings, 0 Remark

  • then if i change the csl5409.lib to csl5409x.lib  the waring as follows

    ---------------------------- mcbsp02.pjt - Debug ----------------------------
    [Linking...] "D:\CCStudio_v3.3\C5400\cgtools\bin\cl500" -@"Debug.lkf"
    <Linking>
    >> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
    linking incompatible formats: file compiled without -mf
    >> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
    linking incompatible formats: file compiled without -mf
    >> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
    linking incompatible formats: file compiled without -mf
    >> D:\CCStudio_v3.3\C5400\cgtools\lib\rts.lib: warning:
    linking incompatible formats: file compiled without -mf
    >> warning: creating .stack section with default size of 400 (hex) words.
    Use
    -stack option to change the default size.

    Build Complete,
    0 Errors, 5 Warnings, 0 Remarks.

  • at last i change the rts.lib to rts_EXT.lib the waring follows as

    [Linking...] "D:\CCStudio_v3.3\C5400\cgtools\bin\cl500" -@"Debug.lkf"
    <Linking>
    >> warning: creating .stack section with default size of 400 (hex) words.
    Use
    -stack option to change the default size.

    Build Complete,
    0 Errors, 1 Warnings, 0 Remarks.