Jump to content
43oh

andres

Members
  • Content Count

    3
  • Joined

  • Last visited

  1. Looks like GCC 3.x msp430-gcc invoked. please post output of msp430-gcc --verbose --version
  2. Hello Paul, Clear. Thank you. I've recompiled feeding the final path to the configure scripts. Now I've mspgcc working for some simple stuff like blinking Launchpad' LEDs with msp430g2452 Usual Eclipse CDT's "C/C++ GCC Cross Compiler Support" and "C/C++ GDB Hardware Debugging" works for me on Windows (mspgcc and msp430-gdb + msp430-gdbproxy). Should work even better on Linux probably with mspdebug instead of gdbproxy. BR Andres buildmspgcc-20110612.zip
  3. 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
×
×
  • Create New...