Hi, I just upgraded to Ubuntu 10.04, then switched from mspgcc to mspgcc4. I recompiled an existing project (CPU = msp430x2619) and got some new warnings about assigning uint8_t to char, which I fixed. But the MCU seems to reset every time atol() is called. I tried calling strtol() directly and it crashed as well. I'm working around the problem by calling a slightly modified version of atoi(), which works fine. Has anyone else encountered this?
Todd
