Other Parts Discussed in Thread: SYSBIOS,
Hi,
I have created a sysbios project in code composer studio.
When I try to build the projects, it gives undefined symbol error for c67xx project, and memory range overlap error for R4F project.
How can I solve this issue?
Following are error and warning messages:
C67XX:
Description Resource Path Location Type #10010 errors encountered during linking; "sysconfig_deneme_c67xx.out" not built sysconfig_deneme_c67xx C/C++ Problem <a href="file:/C:/ti/ccs1250/ccs/tools/compiler/dmed/HTML/10234.html">#10234-D</a> unresolved symbols remain sysconfig_deneme_c67xx C/C++ Problem gmake: *** [all] Error 2 sysconfig_deneme_c67xx C/C++ Problem gmake[1]: *** [sysconfig_deneme_c67xx.out] Error 1 sysconfig_deneme_c67xx C/C++ Problem unresolved symbol ti_sysbios_family_c64p_Cache_l1dSize, first referenced in C:\Users\adems\Desktop\AW\RadarWS\sysconfig_deneme\sysconfig_deneme_c67xx_configuration\src\sysbios\sysbios.ae674<BIOS.obj> sysconfig_deneme_c67xx C/C++ Problem unresolved symbol ti_sysbios_family_c64p_Cache_l1pSize, first referenced in C:\Users\adems\Desktop\AW\RadarWS\sysconfig_deneme\sysconfig_deneme_c67xx_configuration\src\sysbios\sysbios.ae674<BIOS.obj> sysconfig_deneme_c67xx C/C++ Problem unresolved symbol ti_sysbios_family_c64p_Cache_l2Size, first referenced in C:\Users\adems\Desktop\AW\RadarWS\sysconfig_deneme\sysconfig_deneme_c67xx_configuration\src\sysbios\sysbios.ae674<BIOS.obj> sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".cinit" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".cio" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".const" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".data" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".far:.common" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".far" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".fardata" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".stack" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".text" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem #10247-D creating output section ".vecs" without a SECTIONS specification sysconfig_deneme_c67xx C/C++ Problem Reference to product 'SYS/BIOS' v6.73.1.01 is shadowed. See 'Properties > General > Products' and consider removing all shadowed product references to simplify this project. sysconfig_deneme_c67xx sysconfig_deneme_c67xx Problem
R4F:
Description Resource Path Location Type #10010 errors encountered during linking; "sysconfig_deneme_r4f.out" not built sysconfig_deneme_r4f C/C++ Problem #10264 DEFAULT memory range overlaps existing memory range RAM sysconfig_deneme_r4f C/C++ Problem gmake: *** [all] Error 2 sysconfig_deneme_r4f C/C++ Problem gmake[1]: *** [sysconfig_deneme_r4f.out] Error 1 sysconfig_deneme_r4f C/C++ Problem #10096-D specified address lies outside memory map .ccsproject /sysconfig_deneme_r4f line 134, external location: C:\Users\adems\Desktop\AW\RadarWS\sysconfig_deneme\sysconfig_deneme_r4f_configuration\Debug\configPkg\linker.cmd C/C++ Problem #10247-D creating output section ".bss:.common" without a SECTIONS specification sysconfig_deneme_r4f C/C++ Problem #10247-D creating output section ".bss" without a SECTIONS specification sysconfig_deneme_r4f C/C++ Problem #10247-D creating output section ".cinit" without a SECTIONS specification sysconfig_deneme_r4f C/C++ Problem #10247-D creating output section ".const" without a SECTIONS specification sysconfig_deneme_r4f C/C++ Problem #10247-D creating output section ".data" without a SECTIONS specification sysconfig_deneme_r4f C/C++ Problem #10247-D creating output section ".text" without a SECTIONS specification sysconfig_deneme_r4f C/C++ Problem Reference to product 'SYS/BIOS' v6.73.1.01 is shadowed. See 'Properties > General > Products' and consider removing all shadowed product references to simplify this project. sysconfig_deneme_r4f sysconfig_deneme_r4f Problem
Compiler include paths for C67XX project:
Linker file search paths for C67XX project:
Compiler include paths for R4F project:
Linker file search paths for R4F project:
Lastly, here are the installed products in CCS:
I have not changed any file or any settings after the creation of the projects. Why am I getting these build errors.
I am new to the mmwave sensors.
Any help will be appreciated...