Windows 7 64-bit, Service Pack 1
CCS 6.1.3.00033
MSP430F5310
MSP-FET debugger
Using compiler GNU v5.3.0.105
When I set flag -ffunction-sections I am unable to step through source code or place breakpoints in the source.
Instead of displaying the source file when I launch the debugger it displays:
No source available for "main() at C:/Users\user_name\workspace_v6_1_3\project_name\Debug\project_name.out:{3} 0x819c{4}"
As I am using mspware my code is too large to build without using -ffunction-sections and --gc-sections.
I was previously using the 5529 launchpad and it worked fine with -ffunctions, but since we have moved to the 5310 it no longer works.
Is there a solution to this or is it a bug?