Wow, das werde ich mir mal reinziehn. Thx,
Da schau, da hab' ich mir die Finger wund geschrieben.
https://www.roboternetz.de/wissen/in...teuerung_ANSII
mfg robert
Wer glaubt zu wissen, muß wissen, er glaubt.
Wow, das werde ich mir mal reinziehn. Thx,
Hab noch ne Frage: Wenn ich in dem .c-File was ändere und versuche es neu zu kompilieren kommt das hier:
Was zum Henker soll das?linux:/home/mathias/makefile und load/roboterarm steuerung # make all
-------- begin --------
avr-gcc (GCC) 4.0.2
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Size before:
falke.elf :
section size addr
.text 3788 0
.data 38 8388704
.bss 19 8388742
.noinit 0 8388761
.eeprom 0 8454144
.stab 7008 0
.stabstr 3505 0
.debug_aranges 20 0
.debug_pubnames 440 0
.debug_info 780 0
.debug_abbrev 216 0
.debug_line 710 0
.debug_str 415 0
Total 16939
Compiling: falke.c
avr-gcc -c -mmcu=atmega32 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-adhlns=falke.lst -std=gnu99 -MD -MP -MF .dep/falke.o.d falke.c -o falke.o
falke.c:1: error: target system does not support the "dwarf-2" debug format
make: *** [falke.o] Fehler 1
mfg
jagdfalke
Irgendwo in der Makefile steht "DEBUG = dwarf-2"
das macht ihn offenbar nervös.
Beim Makefileprogram mußt du dir bei "DEBUG Format" was anderes aussuchen. wahrscheinlich probieren, ich weiss auch nix besseres.
https://www.roboternetz.de/wissen/index.php/Avr-gcc
Schau mal, vielleicht steht da was
mfg robert
Wer glaubt zu wissen, muß wissen, er glaubt.
ahja, habs in "stabs" geändert. jetzt gehts.
Thx.
Lesezeichen