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.
使用c55_caf_02.00.02.04正常编译并且调试,但是在main函数中加printf函数,Console调试框中无任何输出。
另修改图中红框TMS320C5515为C5517后,
再次编译CSL_USB_IsoFullSpeedExample_Out报如下错误
Console完整输出如下
**** Clean-only build of configuration Debug for project CSL_USB_IsoFullSpeedExample_Out ****
"Z:\\ti\\ccsv6\\utils\\bin\\gmake" -k clean
DEL /F "VC5505_CSL_BIOS_cfg.h" "VC5505_CSL_BIOS_cfg.h??" "VC5505_CSL_BIOS_.cdb" "Z:\ti\C55_lp\c55_caf_02.00.02.04\build\ccsv5\Debug\CSL_USB_IsoFullSpeedExample_Out.out" "VC5505_CSL_BIOS_cfg.cmd" "VC5505_CSL_BIOS_cfg.s??" "VC5505_CSL_BIOS_cfg_c.c"
DEL /F "VC5505_CSL_BIOS_cfg_c.d" "app_asrc.d" "app_audio_alg.d" "app_usb.d" "app_usbac.d" "app_usbac_descs.d" "codec_aic3254.d" "codec_config.d" "csl_usb_iso_fullspeed_example.d" "dbg_sdram.d" "gpio_control.d" "i2s_sample.d" "pll_control.d" "user_interface.d" "utils.d"
DEL /F "VC5505_CSL_BIOS_cfg.d"
DEL /F "VC5505_CSL_BIOS_cfg.obj" "VC5505_CSL_BIOS_cfg_c.obj" "app_asrc.obj" "app_audio_alg.obj" "app_usb.obj" "app_usbac.obj" "app_usbac_descs.obj" "codec_aic3254.obj" "codec_config.obj" "csl_usb_iso_fullspeed_example.obj" "dbg_sdram.obj" "gpio_control.obj" "i2s_sample.obj" "pll_control.obj" "user_interface.obj" "utils.obj"
找不到 Z:\ti\C55_lp\c55_caf_02.00.02.04\build\ccsv5\Debug\VC5505_CSL_BIOS_cfg.h
找不到 Z:\ti\C55_lp\c55_caf_02.00.02.04\build\ccsv5\Debug\VC5505_CSL_BIOS_cfg_c.d
找不到 Z:\ti\C55_lp\c55_caf_02.00.02.04\build\ccsv5\Debug\VC5505_CSL_BIOS_cfg.d
找不到 Z:\ti\C55_lp\c55_caf_02.00.02.04\build\ccsv5\Debug\VC5505_CSL_BIOS_cfg.obj
'Finished clean'
' '
**** Build Finished ****
**** Build of configuration Debug for project CSL_USB_IsoFullSpeedExample_Out ****
"Z:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/build/VC5505_CSL_BIOS_cfg.tcf'
'Invoking: TConf'
"Z:/ti/bios_5_42_02_10/xdctools/tconf" -b -Dconfig.importPath="Z:/ti/bios_5_42_02_10/packages;/packages;" -DBuildPlatform="C5515EVM" "Z:/ti/C55_lp/c55_caf_02.00.02.04/build/VC5505_CSL_BIOS_cfg.tcf"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/build/VC5505_CSL_BIOS_cfg.tcf'
' '
'Building file: VC5505_CSL_BIOS_cfg.s??'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="VC5505_CSL_BIOS_cfg.d" "VC5505_CSL_BIOS_cfg.s??"
'Finished building: VC5505_CSL_BIOS_cfg.s??'
' '
'Building file: VC5505_CSL_BIOS_cfg_c.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="VC5505_CSL_BIOS_cfg_c.d" "VC5505_CSL_BIOS_cfg_c.c"
'Finished building: VC5505_CSL_BIOS_cfg_c.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_asrc.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="app_asrc.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_asrc.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_asrc.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_audio_alg.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="app_audio_alg.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_audio_alg.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_audio_alg.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usb.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="app_usb.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usb.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usb.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usbac.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="app_usbac.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usbac.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usbac.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usbac_descs.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="app_usbac_descs.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usbac_descs.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/app_usbac_descs.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/codec_aic3254.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="codec_aic3254.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/codec_aic3254.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/codec_aic3254.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/codec_config.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="codec_config.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/codec_config.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/codec_config.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/csl_usb_iso_fullspeed_example.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="csl_usb_iso_fullspeed_example.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/csl_usb_iso_fullspeed_example.c"
"Z:/ti/C55_lp/c55_caf_02.00.02.04/src/csl_usb_iso_fullspeed_example.c", line 559: warning: shift count is too large
"Z:/ti/C55_lp/c55_caf_02.00.02.04/src/csl_usb_iso_fullspeed_example.c", line 584: warning: shift count is too large
"Z:/ti/C55_lp/c55_caf_02.00.02.04/src/csl_usb_iso_fullspeed_example.c", line 601: warning: shift count is too large
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/csl_usb_iso_fullspeed_example.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/dbg_sdram.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="dbg_sdram.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/dbg_sdram.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/dbg_sdram.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/gpio_control.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="gpio_control.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/gpio_control.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/gpio_control.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/i2s_sample.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="i2s_sample.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/i2s_sample.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/i2s_sample.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/pll_control.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="pll_control.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/pll_control.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/pll_control.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/user_interface.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="user_interface.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/user_interface.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/user_interface.c'
' '
'Building file: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/utils.c'
'Invoking: C5500 Compiler'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --include_path="Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/bios/include" --include_path="Z:/ti/bios_5_42_02_10/packages/ti/rtdx/include/c5500" --include_path="/packages/ti/xdais" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/build" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/inc" --include_path="Z:/ti/C55_lp/c55_caf_02.00.02.04/dsplib/inc" --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" --preproc_with_compile --preproc_dependency="utils.d" "Z:/ti/C55_lp/c55_caf_02.00.02.04/src/utils.c"
'Finished building: Z:/ti/C55_lp/c55_caf_02.00.02.04/src/utils.c'
' '
'Building target: Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExample_Out.out'
'Invoking: C5500 Linker'
"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/bin/cl55" -v5515 --memory_model=large -g --define="_DEBUG" --define="BIOS_BUILD" --define="CSL_AC_TEST" --define=c5517 --undefine=C5535_EZDSP --undefine=C5535_EZDSP_DEMO --diag_warning=225 --gen_func_subsections=on --ptrdiff_size=16 --algebraic --obj_directory="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug" -z -m"Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExample_Out.map" --stack_size=0x800 --heap_size=0x800 -i"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/lib" -i"Z:/ti/ccsv6/tools/compiler/c5500_4.4.1/include" -i"Z:/ti/bios_5_42_02_10/packages/ti/rtdx/lib/c5500" -i"Z:/ti/bios_5_42_02_10/packages/ti/bios/lib" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5" -i"/packages/ti/rtdx/lib/c5000" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/build" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/asrc/lib" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/dma/build/ccsv5/Debug" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2c/build/ccsv5/Debug" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/i2s/build/ccsv5/Debug" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_os/build/ccsv5/Debug" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/c55x5_drivers/pal_sys/build/ccsv5/Debug" -i"Z:/ti/C55_lp/c55_caf_02.00.02.04/c55xx_csl/build/ccsv5/Debug" --reread_libs --warn_sections --xml_link_info="Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExample_Out_linkInfo.xml" --rom_model --sys_stacksize=0x200 -o "Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExample_Out.out" "./VC5505_CSL_BIOS_cfg.obj" "./VC5505_CSL_BIOS_cfg_c.obj" "./app_asrc.obj" "./app_audio_alg.obj" "./app_usb.obj" "./app_usbac.obj" "./app_usbac_descs.obj" "./codec_aic3254.obj" "./codec_config.obj" "./csl_usb_iso_fullspeed_example.obj" "./dbg_sdram.obj" "./gpio_control.obj" "./i2s_sample.obj" "./pll_control.obj" "./user_interface.obj" "./utils.obj" "../C5517.cmd" -l"./VC5505_CSL_BIOS_cfg.cmd" -ldma_bios_drv_lib.lib -li2c_bios_drv_lib.lib -li2s_bios_drv_lib.lib -lpalos_bios_lib.lib -lpal_sys_bios_lib.lib -lcslVC5505_Lib.lib -lasrc_dly_fix_lib.lib -llibc.a
<Linking>
"./VC5505_CSL_BIOS_cfg.cmd", line 175: error: VECT memory range overlaps
existing memory range SARAM30
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM0
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM1
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM2
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM3
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM4
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM5
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM6
"./VC5505_CSL_BIOS_cfg.cmd", line 176: error: DARAM memory range overlaps
existing memory range DARAM7
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM0
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM1
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM2
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM3
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM4
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM5
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM6
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM7
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM8
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM9
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM10
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM11
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM12
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM13
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM14
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM15
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM16
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM17
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM18
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM19
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM20
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM21
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM22
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM23
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM24
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM25
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM26
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM27
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM28
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM29
"./VC5505_CSL_BIOS_cfg.cmd", line 177: error: SARAM memory range overlaps
existing memory range SARAM30
"./VC5505_CSL_BIOS_cfg.cmd", line 178: error: SARAM31 memory range has already
been specified
"./VC5505_CSL_BIOS_cfg.cmd", line 178: error: SARAM31 memory range overlaps
existing memory range SARAM31
warning: creating output section ".pbAsrcHbCircBuf" without a SECTIONS
specification
warning: creating output section ".pbAsrcInFifo" without a SECTIONS
specification
warning: creating output section ".ping_pong_i2sTxLeftBuf" without a SECTIONS
specification
warning: creating output section ".printf" without a SECTIONS specification
warning: creating output section ".recAsrcHbCircBuf" without a SECTIONS
specification
warning: creating output section ".recAsrcInFifo" without a SECTIONS
specification
warning: creating output section ".switch" without a SECTIONS specification
"../C5517.cmd", line 74: error: program will not fit into available memory.
placement with alignment/blocking fails for section ".text" size 0xf2c4 page
0. Available memory ranges:
DARAM1 size: 0x2000 unused: 0x2000 max hole: 0x2000
"../C5517.cmd", line 80: error: program will not fit into available memory.
run placement with alignment/blocking fails for section ".bss" size 0x351a
page 0. Available memory ranges:
DARAM5 size: 0x2000 unused: 0x2000 max hole: 0x2000
"../C5517.cmd", line 81: error: program will not fit into available memory.
placement with alignment/blocking fails for section ".const" size 0xba4 page
0. Available memory ranges:
DARAM0 size: 0x1f40 unused: 0x524 max hole: 0x520
undefined first referenced
symbol in file
--------- ----------------
__STACK_SIZE Z:/ti/bios_5_42_02_10/packages/ti/bios/lib/bios_NONINST.a55L<boot.o55L>
__SYSSTACK_SIZE Z:/ti/bios_5_42_02_10/packages/ti/bios/lib/bios_NONINST.a55L<boot.o55L>
error: unresolved symbols remain
error: errors encountered during linking;
"Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExam
ple_Out.out" not built
>> Compilation failure
makefile:170: recipe for target 'Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExample_Out.out' failed
gmake: *** [Z:/ti/C55_lp/c55_caf_02.00.02.04/build/ccsv5/Debug/CSL_USB_IsoFullSpeedExample_Out.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
请问需要修改哪些才可以适配C5517呢?