Hallo Mikrocontroller-User,
ich bin gerade dabei, meinen ersten Mikrocontroller zu nutzen und
arbeite nach dem Tutorial :
http://www.electronicsplanet.ch/mikrocontroller/avr-tutorial-c/avr-tutorial-c.htm
Leider kommt bei mir folgende Fehlermeldung:
1 | rm -rf main.o TestprojektAvrLed.elf dep/* TestprojektAvrLed.hex TestprojektAvrLed.eep TestprojektAvrLed.lss TestprojektAvrLed.map
|
2 | d:\Programme\AVR Studio 4.19\AvrStudioPlugin\bin\rm.exe: Aufruf von lstat für „dep/*“ nicht möglich: Invalid argument
|
3 | make: [clean] Fehler 1 (ignoriert)
|
4 | Build succeeded with 0 Warnings...
|
5 | avr-gcc -mmcu=atmega8515 -Wall -gdwarf-2 -std=gnu99 -O1 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -MD -MP -MT main.o -MF dep/main.o.d -c ../main.c
|
6 | ../main.c: In function 'main':
|
7 | ../main.c:12:4: error: 'POTC' undeclared (first use in this function)
|
8 | ../main.c:12:4: note: each undeclared identifier is reported only once for each function it appears in
|
9 | make: *** [main.o] Fehler 1
|
10 | Build failed with 1 errors and 0 warnings...
|
Kann mir diesbezüglich jemand weiterhelfen?
Liebe Grüße
Max