Other Parts Discussed in Thread: MSP430G2001
I have got a MSP-EXP430G2-LaunchPad demo. and following the instruction of "Getting Started with the MSP430 LunchPad" to step 10. every thing looks cool to me. However, when I went to step 11, that I clicked "Build" button and watch the tools run in Console window. There are a lot error messages (in Red) as follows, I prety sure that I have not done anything wrong and changed any C program codes. I just pasted the Code from .txt to main.c and save it. Why have I had the following error messages, and how to fix them? Thanks
"../lnk_msp430g2001.cmd", line 60: error: placement fails for object ".text", size 0x5b2 (page 0). Available ranges: FLASH size: 0x1e0 unused: 0x1c0 max hole: 0x1c0
undefined first referenced symbol in file --------- ---------------- ADC10CTL0 ./main.obj ADC10CTL1 ./main.obj ADC10MEM ./main.obj error: unresolved symbols remain error: errors encountered during linking; "Temperature_Sense_Demo.out" not built >> Compilation failure gmake: *** [Temperature_Sense_Demo.out] Error 1 gmake: Target `all' not remade because of errors. Build complete for project Temperature_Sense_Demo.