GDB Command Exception
I'm trying to get CLion to work with the MSP430-GCC-OPENSOURCE GDB debugger. I have my hello world project building and linking, but I'm getting this GDB command exception from CLion: `No symbol "startup" in current context.`

I'm using the Python enabled GDB at `/Users/username/ti/msp430-gcc/bin/msp430-elf-gdb-py`
Any ideas?
请先登录再写评论。