Am 22.12.2010 00:25, schrieb Peter Bigot: > -mmcu=msp430xgeneric, and only build relocatable object files (not > applications)
hardware multiplier support will be switched with different command line options? > Sorry, this is going to break some code. It'll probably be possible to work > around this with a legacy.h header that does some magic, but I won't get to > that in the initial releases, and will prioritize it below things like > integrating 20-bit pointer support and improving other optimizations unless > I hear a lot of really really loud objections. this sounds like a simple header file that maps (#defines) the MSP430X1121 to MSP430F1121 etc would suffice to get backwards compatibility. this would of course only make sense when this backwards compatibility would be automatically handled by io.h. if the users sources need to be touched to insert an other include, it's also easy to change the -mmcu option in the makefile. however it would be nice to have a solution that is compatible among several compiler versions. maybe you do not have to do this all by yourself and someone else can provide such helper files. chris ------------------------------------------------------------------------------ Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ Mspgcc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mspgcc-users
