- 12V Akku mit 280 Ah bauen         
Ergebnis 1 bis 10 von 405

Thema: Alternative zu Flashnnn.exe

Baum-Darstellung

Vorheriger Beitrag Vorheriger Beitrag   Nächster Beitrag Nächster Beitrag
  1. #11
    Neuer Benutzer Öfters hier
    Registriert seit
    23.01.2008
    Alter
    42
    Beiträge
    27
    Ich glaub ich !!!!

    Bei mir hat es bis gerade eben noch funktioniert, und auf einmal geht nichts mehr. Selbst das Template kann ich nicht mehr completen.
    Bekomm immer diese Fehlermeldung.

    Auserdem macht er immer ein extra "Regestrierkarte" mit asuro.c auf wo in Zeile 56 "#include "asuro.h" rot unterstrichen ist?
    wenn ich dann alle programme die damit zu tu tun haben (WinAVR, lib 2.71 und AsuroFlash neu installiere gehts wieder einmal und danach nicht mehr.
    Versteh nur noch Bahnhof.

    Code:
    Session Environment Variables:
    AF_AVRDIR=C:\Programme\Asuro\WinAVR
    AF_PROJECT=Test
    AF_SOURCE_FILES=Test.c Test.c ..\..\asuro_libv271\lib\asuro.c
    AF_ASM_SRC_FILES=
    AF_PRGDIR=C:\Programme\Asuro\AsuroFlash
    
    File Test.c saved.
    Default make_all.cmd file created.
    Default makefile created.
    Make
    C:\Programme\Asuro\AsuroFlash\Test>C:\Programme\Asuro\WinAVR\utils\bin\make.exe all 
    set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/Programme/Asuro/asuro_libv271/lib/asuro.lst -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc C:/Programme/Asuro/asuro_libv271/lib/asuro.c \
    	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
    	[ -s asuro.d ] || rm -f asuro.d
    C:/Programme/Asuro/asuro_libv271/lib/asuro.c:56:19: error: asuro.h: No such file or directory
    C:/Programme/Asuro/asuro_libv271/lib/asuro.c:57:21: error: myasuro.h: No such file or directory
    set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=..\..\asuro_libv271\lib\asuro.lst -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc ..\..\asuro_libv271\lib\asuro.c \
    	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ..\..\asuro_libv271\lib\asuro.d; \
    	[ -s ..\..\asuro_libv271\lib\asuro.d ] || rm -f ..\..\asuro_libv271\lib\asuro.d
    avr-gcc.exe: ....asuro_libv271libasuro.c: No such file or directory
    avr-gcc.exe: no input files
    set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=Test.lst -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc Test.c \
    	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > Test.d; \
    	[ -s Test.d ] || rm -f Test.d
    set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=C:/Programme/Asuro/asuro_libv271/lib/asuro.lst -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc C:/Programme/Asuro/asuro_libv271/lib/asuro.c \
    	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
    	[ -s asuro.d ] || rm -f asuro.d
    C:/Programme/Asuro/asuro_libv271/lib/asuro.c:56:19: error: asuro.h: No such file or directory
    C:/Programme/Asuro/asuro_libv271/lib/asuro.c:57:21: error: myasuro.h: No such file or directory
    set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=..\..\asuro_libv271\lib\asuro.lst -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc ..\..\asuro_libv271\lib\asuro.c \
    	| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > ..\..\asuro_libv271\lib\asuro.d; \
    	[ -s ..\..\asuro_libv271\lib\asuro.d ] || rm -f ..\..\asuro_libv271\lib\asuro.d
    avr-gcc.exe: ....asuro_libv271libasuro.c: No such file or directory
    avr-gcc.exe: no input files
    -------- begin --------
    avr-gcc --version
    avr-gcc (GCC) 4.2.2 (WinAVR 20071221)
    Copyright (C) 2007 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.
    
    avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=Test.lst -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc Test.c -o Test.o
    Test.c:3: warning: return type of 'main' is not 'int'
    Test.c: In function 'main':
    Test.c:9: warning: 'return' with a value, in function returning void
    avr-gcc -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=Test.o -IC:\Programme\Asuro\AsuroFlash\include -IC:/Programme/Asuro/asuro_libv271/lib\inc Test.o Test.o ..\..\asuro_libv271\lib\asuro.o asuro.o  --output Test.elf -Wl,-Map=Test.map,--cref -IC:\Programme\Asuro\AsuroFlash\lib -LC:/Programme/Asuro/asuro_libv271/lib -lm -lasuro
    avr-gcc: asuro.o: No such file or directory
    make: *** [Test.elf] Error 1
    
    ExitCode 2
    Ready.
    Habe zwischen den Tests nichts geändert. HILFE.


    @ hai1991

    Du mußt einfach den Inhalt der Textdatei hier einfügen und die besagte Zeile ändern. (den alten Inhalt vorher natürlich löschen)
    Sonnst mußt du nichts ändern.
    Berichtigt mich wenn ich falsch liege.
    Miniaturansichten angehängter Grafiken Miniaturansichten angehängter Grafiken unbenannt_184.gif  

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  

LiFePO4 Speicher Test