I need help to solve the following problem. I have a program named grocc.c, which compiled using 'build all' button on IAR gives the following output: Code size: 3538 Constant size: 82 Static variable size: 129
After linking: 4016 bytes of CODE memory 130 bytes of DATA memory No errors and no warnings When downloaded to the F1121 chip it works fine. Now I tried to use the msp430_tools and compile it. After fixing some little incompatibilities, I am getting the following output: msp430-ld: region text is full (grocc.exe section .text) msp430-ld: section .vectors [0000ffe0 -> 0000ffff] overlaps section .text [0000f000 -> 000100b1] No files created. Can anyone help me to understand what is going on? I think, there are manuals included with the msp430_tools; can you teach me how to access them or other beginner's manuals? Another question: what does the cryptic name 'naked' mean? I appreciate your help. Thanks, Carl --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.449 / Virus Database: 251 - Release Date: 27-Jan-2003