J. Sounggalon S schrieb:
I try to compile for MSP430x2131 using the toolchain generated from
following latest sources without success.
Standard - binutils-2.16.1.tar.bz2
Soft-switch patch - binutils-14x1-21x1-42x-42x0.patch
Standard - gcc-core-3.2.3.tar.bz2
MSPGCC CVS patch - gcc/gcc-3.3
MSPGCC CVS libc - msp430-libc
looks good
This is the compile test result :
$ msp430-gcc -mmcu=msp430x2131 -g -Os -o test.elf test.c
msp430-ld: unrecognised emulation mode: msp430x2131
yep i had that too
2. Is this problem solved already ?
now, yes...
i have updated the patch in mspgcc CVS/packaging/patches.
chris
PS:
you can also use CVS/packaging/makefile to build the entire toolchain on
linux (for local installation) or windows (for the windows installer)
1. do a CVS checkout of the entire CVS repository (module name ".")
2. go to "packaging"
3. "make folders"
4. "make build"
look also at the readme-maintainers text file there.