Re: [Mspgcc-users] Problem compiling ti example code...

2013-04-04 Thread Matthias Hartmann
I checked this with my self made build of mspgcc on ubuntu and all builds fine. I just had to run msp430-gcc -mmcu=msp430g2231 -o test.hex test.c All other parameters you used were not necessary, because the includes and lib paths are added by default. So if the additional parameters are necess

[Mspgcc-users] Problem compiling ti example code...

2013-04-03 Thread Einar Vading
I am trying to use mspgcc on my Mac, 10.8.3. I have managed to build mspgcc but now I can't use it to build the examples from ti (for the launchpad). This is the code: //** // MSP430G2xx1 Demo - Timer_A, Toggle P1.0-2,