Richard M. Myers wrote:

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
Well two of them are easy. Softbaugh have the original GCC versions of bin2bcd16.c and bin2bcd32.c in their directory. Comparing those with the IAR versions might help you get to grips with converting the others.

Regards,
Steve


Reply via email to