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.

CCS Cloud and sensor tag and fatal error #10192

Newbe question.

I've watched the video's,

fails at 3:57

www.youtube.com/watch

and followed as many tutorials as I can find.

but I get stuck each time at the linker with

error: symbol "DevInfo_AddService" has already been defined
error: symbol "DevInfo_SetParameter" has already been defined
error: symbol "DevInfo_GetParameter" has already been defined
error: symbol "devInfoServUUID" has already been defined
error: symbol "devInfoSystemIdUUID" has already been defined
error: symbol "devInfoModelNumberUUID" has already been defined
error: symbol "devInfoSerialNumberUUID" has already been defined
error: symbol "devInfoFirmwareRevUUID" has already been defined
error: symbol "devInfoHardwareRevUUID" has already been defined
error: symbol "devInfoSoftwareRevUUID" has already been defined
error: symbol "devInfoMfrNameUUID" has already been defined
error: symbol "devInfo11073CertUUID" has already been defined
error: symbol "devInfoPnpIdUUID" has already been defined
error: symbol "devInfoCBs" has already been defined


>> Compilation failure

fatal error #10192: Failed linktime optimization

>> Compilation failure

Clearly this is due to duplication, but how does this happen?

ie where am I going wrong?

Yours Simon M.

  • Hi Simon,

    If I had to guess, I would say that you missed the step where you have to exclude the original file from the build. the original file should have the icon next to it that shows that it has been excluded:

    Can you confirm this?

    Thanks

    ki

  • Thanks ki,
    it was the kick up the backside I required. The problem was not that I hadn't forgot to exclude from the uploaded code, but because I've had issues with the firmware updates, I'd forgot that I have put other of my own directories and forgot to remove them/exclude them. Now I have a clean build this step works., now I have to figure how to keep it going for longer.