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.

刚学DSP用ccs5.2编译ccs3.3的例程时出现问题如下,纠结好久了,不知怎么改,在线等

**** Build of configuration Debug for project RTC ****

C:\ti\ccsv5\utils\bin\gmake -k all
'Building file: ../rtc.c'
'Invoking: C5500 Compiler'
"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5509A --memory_model=large -g --include_path="C:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --include_path="C:/Program Files/C55xxCSL/include" --include_path="C:/ti/ccsv5/tools/compiler/c5500_4.4.1/lib" --define=c5509a --define="_DEBUG" --define="_CSL5509X_LIB_" --define="CHIP_5509" --display_error_number --diag_warning=225 --ptrdiff_size=32 --preproc_with_compile --preproc_dependency="rtc.pp" "../rtc.c"
'Finished building: ../rtc.c'
' '
'Building target: RTC.out'
'Invoking: C5500 Linker'
"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/bin/cl55" -v5509A --memory_model=large -g --define=c5509a --define="_DEBUG" --define="_CSL5509X_LIB_" --define="CHIP_5509" --display_error_number --diag_warning=225 --ptrdiff_size=32 -z -m"RTC.map" --stack_size=0x200 --heap_size=0x400 -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/lib" -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/lib" -i"C:/Program Files/C55xxCSL/include" -i"C:/ti/ccsv5/tools/compiler/c5500_4.4.1/include" --reread_libs --display_error_number --warn_sections --rom_model --sys_stacksize=0x200 -o "RTC.out" "./rtc.obj" -l"C:\Program Files\C55xxCSL\lib\csl5509.lib" -l"libc.a" "../csl5509x.lib" "../rtc.cmd" "../rts55x.lib"
<Linking>
fatal error #16019: file "C:\Program
Files\C55xxCSL\lib\csl5509.lib<_csl_init.obj>" specifies small memory model,
which is not compatible with large memory model specified in a previous file
or on the command line

>> Compilation failure
gmake: *** [RTC.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****