On 7/30/07, Davide <[email protected]> wrote: > I've istalled the mspgcc tools for the firt time. I've got a linker > error saying "msp430-gcc: installation problem, cannot exec 'msp430-ld': > No such file or directory". I checked the environment variable 'PATH' > (it seems correctly set), but the problem persists. Have you got an idea > what other checks I should perform ? > Thanks a lot. > > ferro.
Verify your path by typing in 'msp430-ld --version' Another thing you could try is to remove the linker option from the compiler command-line and link manually. This could help you isolate whether the problem is from the compiler or the linker. (* jcl *) -- msp430 boards --- http://www.luciani.org/works-in-progress/works-in-progress-index.html home page --- http://www.luciani.org
