For informations, when i search the last bugs !

I see that in the msp430all.sh file ([CVS]packaging\build\binutils-2.18\ld\emulparams\msp430all.sh).

It seem that the sections Info & Boot are undefined !



if [[ "${MSP430_NAME}" = "msp430x4783" || "${MSP430_NAME}" = "msp430x4784" ]] ; then

ARCH=msp:47

ROM_START=0x4000

ROM_SIZE=0xbfe0

RAM_START=0x200

RAM_SIZE=2048

VECTORS_START=0xffe0

fi



if [[ "${MSP430_NAME}" = "msp430x4793" || "${MSP430_NAME}" = "msp430x4794" ]] ; then

ARCH=msp:47

ROM_START=0x1100

ROM_SIZE=0xeee0

RAM_START=0x200

RAM_SIZE=2560

VECTORS_START=0xffe0

fi


Regards



Reply via email to