Hi, The linker complains about "already defined symbols", if a function is inlined, which contains inline asm, which contains labels. I solved this by simply using the standard anonymous labels for gcc asm, such as "1b" and "1f".
I don't know if this is specific to msp-gcc or if it applies to all gcc flavors. Don't even know if it's worth fixing ;-) Just FYI. I'm using version 3.2.3 Best regards, Patrick