I saw in a recent post that someone was using cspy with mspgcc.  How do you
create the cspy debug info in your makefile?  I tried using the example from
the CVS archives:

#without cleanup...
#this one exports IAR compatibe assembler, asssembles it
#and creates a debug file for use with C-SPY
#the result is a ${NAME}.d43 file
iar: ${NAME}.elf
 msp430-objcopy -O msp430asm ${NAME}.elf ${NAME}.s43
 ${IAR_PATH}\a430 -r ${NAME}.s43 -o ${NAME}.r43
 ${IAR_PATH}\xlink -cmsp430 -r ${NAME}.r43 -o ${NAME}.d43

but the msp430-objcopy command fails.

Thanks,

Tom



Reply via email to