Hi,

When I try to compile/link my program as if everything was in the same file, by including the .c in Main.c, I get the following errors:

cc/Master.c: In function `Master':
cc/Master.c:732: Internal compiler error in gen_lowpart, at emit-rtl.c:1197
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

It seems to always happen when it tries to compile global variables.

Note that my code is large (>50 kB) and I use 4 kB of RAM (hence I have large global structures, arrays and lots of global variables).

I even tried with the latest version of msp430-gcc without success.

Thank you,

Yvan



Reply via email to