Hi everyone,
Help needed using GNU linker, ld.
I've compiled latest mspgcc (uniarch, mspgcc-20110612) on Windows box.
But the problem is, ld does have hardcoded paths. When I move mspgcc from the directory it was compiled into attempt to link results in ld not finding ldscripts:
**** Build of configuration Debug for project blinky ****
make all
'Building file: ../main.c'
'Invoking: Cross GCC Compiler'
msp430-gcc -I"C:\MSPGCC4\msp430\include" -Os -g3 -Wall -c -fmessage-length=0 -mmcu=msp430g2452 -MMD -MP -MF"main.d" -MT"main.d" -o"main.o" "../main.c"
'Finished building: ../ma