PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Startprobleme mit Asuroflash v1.4.6.56



Hias87
08.02.2013, 17:27
Hallo,

ich habe seit kurzem einen Asuro, bei dem auch die Programmierung einigermaßen mit WinAVR Programmer's Notepad funktioniert.

Nun wollte ich Asuroflash (Alias Eierlegendewollmilchsau) ausprobieren, aber ich bekomme immer einen Fehler beim kompilieren.

Zum testen habe ich vorerst nur das Beispiel-Test-Projekt, das bei der Installation mitkommt, verwendet.

Folgender Fehlercode wird beim kompilieren ausgeworfen:





Asuro Flash (Alias Eierlegendewollmilchsau) V1.4.6.56 (c) O.O. Müller 2008
User has admin rights.
Processor branding Intel(R) Core(TM)2 Duo CPU T6500 @ 2.10GHz, OS WINVISTA
Hello Matthias on R522, have fun :)

>Session Environment Variables:
AF_AVRDIR=C:\WinAVR-20100110
AF_PROJECT=Project1
AF_SOURCE_FILES=
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Program Files (x86)\AsuroFlash
AF_PRJDIR=C:\ProgramData\AsuroFlash
AF_ASURO_LIB_PATH=C:\ProgramData\AsuroFlash\asuro-lib\lib
>Ready.
>Session Environment Variables:
AF_AVRDIR=C:\WinAVR-20100110
AF_PROJECT=AsuroTest
AF_SOURCE_FILES=test.c asuro.c
AF_ASM_SRC_FILES=
AF_PRGDIR=C:\Program Files (x86)\AsuroFlash
AF_PRJDIR=C:\ProgramData\AsuroFlash\Projects\TestA suroProjekt
AF_ASURO_LIB_PATH=C:\ProgramData\AsuroFlash\asuro-lib\lib
File test.c saved.
File asuro.h saved.
File asuro.c saved.
>Default make_all.cmd file created.
>Default makefile created.
Make
C:\ProgramData\AsuroFlash\Projects\TestAsuroProjek t>C:\WinAVR-20100110\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=asuro.lst -IC:\Program Files (x86)\AsuroFlash\include asuro.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > asuro.d; \
[ -s asuro.d ] || rm -f asuro.d
/usr/bin/sh: -c: line 1: syntax error near unexpected token `(x'
/usr/bin/sh: -c: line 1: `set -e; avr-gcc -MM -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=asuro.lst -IC:\Program Files (x86)\AsuroFlash\include asuro.c \'
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:\Program Files (x86)\AsuroFlash\include test.c \
| sed 's,\(.*\)\.o[ :]*,\1.o \1.d : ,g' > test.d; \
[ -s test.d ] || rm -f test.d
/usr/bin/sh: -c: line 1: syntax error near unexpected token `(x'
/usr/bin/sh: -c: line 1: `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:\Program Files (x86)\AsuroFlash\include test.c \'
-------- begin --------
avr-gcc --version
avr-gcc (WinAVR 20100110) 4.3.3
Copyright (C) 2008 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:\Program Files (x86)\AsuroFlash\include test.c -o test.o
/usr/bin/sh: -c: line 1: syntax error near unexpected token `(x'
/usr/bin/sh: -c: line 1: `avr-gcc -c -mmcu=atmega8 -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -Wa,-ahlms=test.lst -IC:\Program Files (x86)\AsuroFlash\include test.c -o test.o'
make: *** [test.o] Error 258

ExitCode 2
>Ready.
Flash file not found!


Bitte um Hilfe!

Valen
09.02.2013, 00:38
Ich vermutte es hat zu tun mit das Leerzeichen in dieser "C:\Program Files (x86)\AsuroFlash" Pfaden. Versuch mal diese in die AsuroFlash Config Dateien zu finden und das ganze Pfad mit "" Zeichen zu um-grenzen.