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.

A3DPMultiRoomDemo for BT-MSPAUDSINK board won't compile in IAR due to 2 instances of file "A3DPMultiRoomDemo.r43"

Received following message when attempting to Rebuild All in IAR Embedded Workbench for MSP430 IDE v 6.20.1 using the A3DP SNK Bd workspace:

>

     IAR Universal Linker V6.1.3.56
     Copyright 1987-2014 IAR Systems AB.
Error[e27]: Entry "InitializeApplication" in module A3DPDemo_SNK ( C:\ti\Connectivity\CC256X BT\CC256x MSP430 Bluetopia SDK\v1.5 R2\
MSP430_Experimentor\Samples\A3DPMultiRoomDemo\Projects\IAR\Debug - A3DP SNK Board\Obj\A3DPDemo_SNK.r43 ) redefined in module  
A3DPMultiRoomDemo ( C:\ti\Connectivity\CC256X BT\CC256x MSP430 Bluetopia SDK\v1.5 R2\MSP430_Experimentor\Samples\A3DPMultiRoomDemo\
Projects\IAR\Debug - A3DP SNK Board\Obj\A3DPMultiRoomDemo.r43 )
Error while running Linker
 
 
Total number of errors: 1
Total number of warnings: 12

>

(Needed to use IAR versus CCS5 or -6 due to code size)

How do I eliminate one of the file instances?

Thanks,

JT

  • Hi JT,

    This is very strange...
    "A3DPDemo_SNK.r43" should not exist in: "Samples\A3DPMultiRoomDemo\Projects\IAR\Debug - A3DP SNK Board\Obj\" - it is part of another project altogether. I guess it is some accidental copy paste error...

    Can you download the 1.5R2 SDK again and rebuild. It should compile without issues.

    Regards,
    Gigi Joseph.