This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

为什么工程在Build的时候出现这个

Other Parts Discussed in Thread: MSP430F5529

Description:<a href="file:/F:/Program%20Files/ccsv5/tools/compiler/dmed/HTML/10099.html">#10099-D</a>  program will not fit into

On element:lnk_msp430f5529.cmd

我是根据实验1的LAB1的程序改的,想做红外接收,就加入了P2.0作外部中断

发现程序只要有#pragma vector=PORT2_VECTOR这句就会出现上述错误,自己新建一个工程写进这句又没问题

是不是跟其他冲突了?请问怎么解决?