When I compile a .c file with many (62 bytes total) local variables in one function, i receive an error like this: C:\Temp\[someletters].s: index out of range [-528] When I make some of these variables global, program compiles normally. What could it be? Are there some restrictions on local vars, and what are they? Or this is a bug? P.S. cpu: msp430F149, data size: ~1.1 K (~0.9K free), win32 compiler binaries used.
- [Mspgcc-users] strange local var problems Nanko