Hi, I'm trying to port the SoftBaugh Emeter (uses the MSP430xE427) demo code to run under mspgcc. The distribution includes an IAR/Crosspoint assembly file called fet4xx_rtcwlcd_sb.s43. I created a Makefile and got all the other .c files to build under mspgcc, but this one has me stopped dead in my tracks.
Anyone care to take a crack at it? Or can anyone give me some pointers for how to port the IAR assembly directives to mspgcc directives? With lots of hacking, I've managed to coax a .o file from the .s43 file (no telling if it's right though), but I can't seem to get through the linking process. I get lots of undefined references related to that dang .s43 file. Thanks, Dick -- Richard M. Myers <r...@cantrip.org>