I recently converted a CC3.3 project into CCS6. Without importing I created a new project and add the required files and built the project. It was successful. Got the warning build attribute vendor section TI missing Flash2811_API_V210.lib. I ignored it and continued to create the hex file.
I used the
"${CG_TOOL_HEX}" -i "${BuildArtifactFileName}" -o "${BuildArtifactFileBaseName}.hex" -order MS -romwidth 16
command to generate the hex
after generating the hex. I got a warning
duplicate section name test3.out(SciaRegsFile) (ignored) test3
what is the cause for this warning