Hi everyone,
I meet a problem using MSPGCC (
http://mspgcc.sourceforge.net/) in C::B.
Now I have set up all the options correctly in my project.
Compiler: GNU GCC Compiler for MSP430.
Compiler flags : -Wall, -Os, -mmcu=msp430x1611
Toolchain Executables: correct directory
Project options-bulid targets:
Console application,
output filename: bin\Debug\CD.elf
'Auto-generate prefix' checked, 'Auto-generate extension' unchecked.
It compile successfully, but when I try to build, it says that
'ld.exe||cannot find -lstdc++|
||=== Build finished: 1 errors, 0 warnings ===|'
I have read related topics here carefully about this problem but it doesn't work.
Did I miss any steps? Or I have to do something else to make it work?
Thanks!