after porting my project from ccs3.3 to ccs4 I'm getting the bellow linking remark:
"/.fpcnf.cmd... .printf is not allocated, but is being placed as part of allocated object "GROUP_1"
how can I remove this remark?
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.
after porting my project from ccs3.3 to ccs4 I'm getting the bellow linking remark:
"/.fpcnf.cmd... .printf is not allocated, but is being placed as part of allocated object "GROUP_1"
how can I remove this remark?
Talmor,
I'm going to need a few more things from you to help you out.
1) Is /".fpcnf.cmd... .printf" part of your code or are you trying to link this from a library?
2) When you converted your project, did you create it under a subfolder of the original project? If so, you might need to add the original project's library and include under the new project.
Regards,
Juliana Almeida
Hi Juliana,
1. yes it's part of my project and i think this file was created automatically .
2. no , I jus imported it as a Legacy cc3.3 project
Thanks for ypur help
Talmor
Juliana
I'm also getting the bellow error when trying to work with the debuger:
"ROV failed to start....There is a version mismatch between the ROV server and the ROV plug in . Make suere the most recent VDC tools version is selected."
Can you please help me with that ?
Thanks
Talmor
I tried to use the "printf" function in my code and I'm getting the following linking errors:
<Linking> "C:/G10/./fpcfg.cmd", line 290: remark: object ".printf" is not allocated, but "C:/G10/./fpcfg.cmd", line 326: error: run placement fails for object ".pip", is being placed as part of allocated object "GROUP_1" size 0xc8 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x154 max hole: 0x84 "C:/G10/./fpcfg.cmd", line 207: error: run placement fails for object ".tsk", size 0xb8 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x154 max hole: 0x84 "C:/G10/./fpcfg.cmd", line 331: error: run placement fails for object ".sts", size 0x90 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x154 max hole: 0x84 "C:/G10/./fpcfg.cmd", line 250: error: placement fails for object ".switch", size 0x20 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x22 max hole: 0x12 "C:/G10/./fpcfg.cmd", line 214: error: run placement fails for object ".idl", size 0x10 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 218: error: run placement fails for object ".idlcal", size 0x10 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 264: error: run placement fails for object ".sys", size 0x10 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 268: error: placement fails for object ".pinit", size 0xc (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 305: error: placement fails for object ".args", size 0x8 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 167: error: run placement fails for object ".clk", size 0x8 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 254: error: placement fails for object ".trcdata", size 0x6 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x12 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 198: error: run placement fails for object ".swi", size 0x50 (page 0). Available ranges: >> Compilation failure DARAM size: 0xfe40 unused: 0x10 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 316: error: run placement fails for object ".hst", size 0x34 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x10 max hole: 0x4 "C:/G10/./fpcfg.cmd", line 321: error: run placement fails for object ".log", size 0x28 (page 0). Available ranges: DARAM size: 0xfe40 unused: 0x10 max hole: 0x4 error: errors encountered during linking; "C:/G10/Debug/fp.out" not built C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [C:/G10/Debug/fp.out] Error 1 C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors. Need help ....
About yout ROV failed to start error, check out this thread:
http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/36934/128994.aspx
See if that fixes your errors.
Regards,
Juliana Almeida
what about the "printf" issue . any idea how can I allocate space for printf and solve the following linker issue:
"".printf" is not allocated, but is being placed as part of allocated object "GROUP_1" BR Talmor
Talmor,
This Wiki link might help you
http://processors.wiki.ti.com/index.php/CCE_FAQ#How_to_use_printf_in_CCE_v3.3F