Hallo zusammen, versuche gerade das Code-Beispiel für das msp430f449stk2 von Olimex mit GCC4 und Eclipse zum laufen zu bringen. Code Beispiel: http://dev.ivanov.eu/projects/msp430-449stk2_sample/index.html Tool Setup: Eclipse (IDE for C/C++ Developers / Build id: 20090619-0625) GCC4 (20100218-msp430-gcc-4.4.3-gdb-7.0.1-insight-6.8.exe) Tool Installation nach: http://springuin.nl/en/articles/launchpadwindows Compilieren funktioniert (20110606 ist der Projektname):
1 | **** Rebuild of configuration Debug for project 20110606 **** |
2 | **** Internal Builder is used for build **** |
3 | msp430-gcc.exe -IC:\mspgcc4\msp430\include -O3 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x449 -o449stk2.o ..\449stk2.c |
4 | msp430-gcc.exe -IC:\mspgcc4\msp430\include -O3 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x449 -omenu.o ..\menu.c |
5 | msp430-gcc.exe -IC:\mspgcc4\msp430\include -O3 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x449 -onrf24l01.o ..\nrf24l01.c |
6 | msp430-gcc.exe -IC:\mspgcc4\msp430\include -O3 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x449 -ouart.o ..\uart.c |
7 | msp430-gcc.exe -IC:\mspgcc4\msp430\include -O3 -g3 -Wall -c -fmessage-length=0 -mmcu=msp430x449 -olcd.o ..\lcd.c |
8 | msp430-as.exe -mmcu=msp430x449 -IC:\mspgcc4\msp430\include -ortc_calendar.o ..\rtc_calendar.S |
9 | msp430-gcc.exe -mmcu=msp430x449 -o20110606.elf uart.o rtc_calendar.o nrf24l01.o menu.o lcd.o 449stk2.o |
10 | Build complete for project 20110606 |
11 | Time consumed: 4453 ms. |
Doch beim laden des elf-files auf das target, werden nur resets erzeugt. Lade ich das elf-file aus dem Code-Beispiel funktioniert das Target einwandfrei. Hat jemand eine Idee? Grüße JR





