Hallo zusammen!
Ich versuche gerade unter OpenSUSE mit Eclipse Indigo mit dem AVR Plugin
ein einfaches Programm builden.
dabei bekomme ich folgende Ausgabe auf der Konsole:
1 | **** Build of configuration Release for project Tutorial ****
|
2 |
|
3 | make all
|
4 | Create Flash image (ihex format)
|
5 | avr-objcopy -R .eeprom -O ihex Tutorial.elf "Tutorial.hex"
|
6 | /bin/sh: avr-objcopy: Kommando nicht gefunden.
|
7 | make: [Tutorial.hex] Fehler 127 (ignoriert)
|
8 | Finished building: Tutorial.hex
|
9 |
|
10 | Create eeprom image (ihex format)
|
11 | avr-objcopy -j .eeprom --no-change-warnings --change-section-lma .eeprom=0 -O ihex Tutorial.elf "Tutorial.eep"
|
12 | /bin/sh: avr-objcopy: Kommando nicht gefunden.
|
13 | make: [Tutorial.eep] Fehler 127 (ignoriert)
|
14 | Finished building: Tutorial.eep
|
15 |
|
16 | Invoking: Print Size
|
17 | avr-size --format=berkeley -t Tutorial.elf
|
18 | make: avr-size: Kommando nicht gefunden
|
19 | make: [sizedummy] Fehler 127 (ignoriert)
|
20 | Finished building: sizedummy
|
21 |
|
22 |
|
23 | **** Build Finished ****
|
Es wird keine .hex Datei erzeugt, weil er avr-objcopy nicht findet, weil
diese bei mir im Verzeichnis "/opt/cross/avr/bin" liegt.
Wo kann ich das angeben?
viele Grüße
Rainer