hello gunther and mat,

i do have one more small item to add to the libc patch: i found that there's a piece missing from iomacros.h to define sfra(). here it is.

diff -urN -x CVS -x '*.x*' -x 'Makefile*' -x 'doc*' -x 'config*' -x '*.lo' -x '*.o' -x '*.a' msp430base_toolchain/msp430-libc/include/iomacros
.h msp430_toolchain/msp430-libc/include/iomacros.h
--- msp430base_toolchain/msp430-libc/include/iomacros.h 2007-10-02 
19:44:55.000000000 -0400
+++ msp430_toolchain/msp430-libc/include/iomacros.h     2008-03-06 
10:17:18.476755090 -0500
@@ -216,6 +216,11 @@

 #define sfrw(x,x_) sfrw_(x,x_)

+
+#if defined(__MSP430X__)
+#define sfra(x,x_) sfra_(x,x_)
+#endif
+
 /***** USEFUL MACRO DEFINITIONS *********/

 /* No operation */

having seen mat's headers, i'll try it out as soon as i get a moment and reply with the results.

thanks much.

-steve

Gunther Lemm wrote:
hi steve,

take a look at mat's patches (http://homepages.inf.ed.ac.uk/mbarnes/msp_patch/). he has added quite a lot of stuff to my broken patch.

We need to coordinate things a bit so that we don't do too much double work. I guess you should sync your development with mat's. There's no need to sync with me because I've got too much other work to do.

At least it seems we're making progress - thanx to you and mat for fixing my patch :)

gunther

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users


Reply via email to