Gianni Di Caro wrote:
I successfully installed all the necessary packages and have gcc-3.2.3
(+3.3 for msp) and binutils 2.17 (patched with the patches from the CVS
repository).
In function `__do_copy_data':
config/msp430/libgcc.S:(.init4+0x2): undefined reference to `__data_size'
config/msp430/libgcc.S:(.init4+0xc): undefined reference to
This symbol defined in linker script file (toolset/msp430/lib/ldscripts/*.x in
windows instalation). Linker scripts is a part of binutils. Binutils patch from
mspgcc cvs repository (packaging/patches/binutils-ld_scripts.patch) adds those
symbols to scripts templates. So you have to apply this patch and recompile
binutils.
Sergey.