Hi Hardy, unfortunately, it is not correct diff format hence cannot be applied. you can try to use diff with flags -c3p against msp430all.sh to get the right changes. (the file should be obtained from binutils' cvs ), or just explain me what to change there.
Thanks, ~d On Thursday 05 August 2004 23:56, Hardy Griech wrote: > *** msp430all.sh 2004/08/05 10:14:13 1.1 > --- msp430all.sh 2004/08/05 10:15:36 > *************** > *** 426,432 **** > RAM_START=0x1100 > RAM_SIZE=0x13ff > > ! STACK=0x1400 > fi > > if [ "${MSP430_NAME}" = "msp430x1611" ] ; then > --- 426,432 ---- > RAM_START=0x1100 > RAM_SIZE=0x13ff > > ! STACK=0x2500 > fi > > if [ "${MSP430_NAME}" = "msp430x1611" ] ; then > *************** > *** 443,449 **** > RAM_START=0x1100 > RAM_SIZE=0x27ff > > ! STACK=0x2800 > fi > > if [ "${MSP430_NAME}" = "msp430x1612" ] ; then > --- 443,449 ---- > RAM_START=0x1100 > RAM_SIZE=0x27ff > > ! STACK=0x3900 > fi > > if [ "${MSP430_NAME}" = "msp430x1612" ] ; then > *************** > *** 455,466 **** > EMBEDDED=yes > TEMPLATE_NAME=generic > > ! ROM_START=0x2800 > ! ROM_SIZE=0xd7e0 > RAM_START=0x1100 > RAM_SIZE=0x13ff > > ! STACK=0x1400 > fi > > if [ "${MSP430_NAME}" = "msp430x311" ] ; then > --- 455,466 ---- > EMBEDDED=yes > TEMPLATE_NAME=generic > > ! ROM_START=0x2500 > ! ROM_SIZE=0xdae0 > RAM_START=0x1100 > RAM_SIZE=0x13ff > > ! STACK=0x2500 > fi > > if [ "${MSP430_NAME}" = "msp430x311" ] ; then