First, thanks to all your comments and suggestions.

Chris is right, it does work with the 2008 build.
The problem was that I copied the project setup from an older 1232 
based project rather than the newer 5438 projects.
And this old project used a 2006 build of mspgcc, which did list the
2112 as supported, but apparently didn't support them properly.
Since this is more or less transparently done by switching an
environment variable, I didn't notice that the older toolchain was
used.
And since both compilers have the same 'version'...


One other difference I noticed:
On the older build, I used the --save-temps option and after the 
call of msp430-gcc, I deleted the .i and .s file.
This way I kept the source folder clean, but when a c file didn't 
compile for an unknown reason, these two files were not 
removed and I could check for precompiler or assembly output.
With the latest build, this works exactly once.
After the first run of the compiler, all further compilation attempts
result in empty object files.
My current workaround is to put the --save-temps into CPFLAGS
only when needed. But if someone has an idea, I'd be happy to hear.


JMGross

----- Ursprüngliche Nachricht -----
Von: Chris Liechti
Gesendet am: 01 Dez 2011 23:45:04

Am 01.12.2011 20:32, schrieb Peter Bigot:
> Based on the timeframe, I believe support for msp430f2012 was added after
> development of mspgcc 3.x mostly stopped, so it may be that it never
> worked,

i can confirm that it works with 3.2.3 with the windows installer from
2008 (the last one i made)

using the f2012 as emulation for a G2231 is a good match it may even be
the same silicon ;-)

the other fallback is to use msp1 which is a MSP430 core w/o HW MPY (and
your own linker script).



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to