Dmitry,
Has something recently changed when building cross-tools from the GNU
tools? In the mspgcc manual I said binutils and GCC should be configured
with a command like:
./configure --target=msp430 --prefix=/usr/local/msp430
This used to work OK. When I try it with recent snapshots of binutils it
installs things one directory level lower than I expect. To get things
nicely installed in /usr/local I need to say:
./configure --target=msp430 --prefix=/usr/local
Its no big problem, but before I change the manual I would like to understand
what has changed.
Regards,
Steve