Skocz do zawartości

O co z tym chodzi? Błąd kompilacji


Przemeq

Pomocna odpowiedź

Witam mam pytanie o co chodzi z błędem kompilacji ponieważ dostałem na święta zestaw Arduino i chciałem coś zrobić jakieś podstawowe projekty lecz gdy wgrywam te projekty do płytki to wyświetla mi się ten błąd kompilacji. O co chodzi z tym właśnie błędem? Przepraszam że to pisze jak komuś to przeszkadza ale jestem tu nowy. 

 

PS.

Przepraszam za ortografię 

Link do komentarza
Share on other sites

Przede wszystkim w preferencjach musisz włączyć pokazywanie wszystkich błędów i ostrzeżeń. Bez tego nie ma szans na znalezienie błędu.

I nie przejmuj się tym, że nagle będzie tego dużo. Tak ma być.

  • Lubię! 1
Link do komentarza
Share on other sites

@Treker @ethanak 

Właśnie patrzę zaraz udostępnie wam kod błedu i przepraszam że odpowiadam dopiero teraz ale miałem nie miałem Internetu.

Arduino:1.8.10 (Windows 8.1), Płytka:"Arduino/Genuino Uno"

c:\users\przemys�aw\desktop\arduino-1.8.10\hardware\tools\avr\bin\../lib/gcc/avr/7.3.0/../../../../avr/bin/ar.exe: unable to rename 'core\core.a'; reason: File exists

exit status 1
Błąd kompilacji dla płytki Arduino/Genuino Uno.

Ten raport powinien zawierać więcej informacji jeśli w 
File -> Preferencje zostanie włączona opcja "Pokaż
szczegółowe informacje podczas kompilacji"


To jest ten błąd 

A to jest szczegółowy opis jakby był potrzebny.



Arduino:1.8.10 (Windows 8.1), Płytka:"Arduino/Genuino Uno"

C:\Users\Przemysław\Desktop\arduino-1.8.10\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\tools-builder -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -built-in-libraries C:\Users\Przemysław\Desktop\arduino-1.8.10\libraries -libraries C:\Users\Przemysław\Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10810 -build-path C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_build_510873 -warnings=none -build-cache C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_cache_71422 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -verbose C:\Users\Przemysław\Desktop\arduino-1.8.10\examples\02.Digital\toneMelody\toneMelody.ino
C:\Users\Przemysław\Desktop\arduino-1.8.10\arduino-builder -compile -logger=machine -hardware C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\tools-builder -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -built-in-libraries C:\Users\Przemysław\Desktop\arduino-1.8.10\libraries -libraries C:\Users\Przemysław\Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10810 -build-path C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_build_510873 -warnings=none -build-cache C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_cache_71422 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -verbose C:\Users\Przemysław\Desktop\arduino-1.8.10\examples\02.Digital\toneMelody\toneMelody.ino
Using board 'uno' from platform in folder: C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\arduino\avr
Detecting libraries used...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp" -o nul
Generating function prototypes...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Kompilowanie szkicu...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp.o"
Compiling libraries...
Compiling core...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -x assembler-with-cpp -flto -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\wiring_pulse.S" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_pulse.S.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\WInterrupts.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\WInterrupts.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\hooks.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\hooks.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\wiring_analog.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_analog.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\wiring.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\wiring_pulse.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_pulse.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\wiring_digital.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_digital.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -c -g -Os -w -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\wiring_shift.c" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_shift.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\HardwareSerial1.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial1.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\HardwareSerial0.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial0.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\HardwareSerial.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\CDC.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\CDC.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\HardwareSerial2.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial2.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\HardwareSerial3.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial3.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\IPAddress.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\IPAddress.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\PluggableUSB.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\PluggableUSB.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\Print.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\Print.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\Stream.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\Stream.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\Tone.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\Tone.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\USBCore.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\USBCore.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\WMath.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\WMath.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\WString.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\WString.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\abi.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\abi.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\main.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\main.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino\\new.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\new.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_pulse.S.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\WInterrupts.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\hooks.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_analog.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_digital.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_pulse.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\wiring_shift.c.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\CDC.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial0.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial1.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial2.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\HardwareSerial3.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\IPAddress.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\PluggableUSB.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\Print.cpp.o"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc-ar" rcs "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\core.a" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\core\\Stream.cpp.o"
c:\users\przemys�aw\desktop\arduino-1.8.10\hardware\tools\avr\bin\../lib/gcc/avr/7.3.0/../../../../avr/bin/ar.exe: unable to rename 'C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_build_510873\core\core.a'; reason: File exists

exit status 1
Błąd kompilacji dla płytki Arduino/Genuino Uno.

 

Link do komentarza
Share on other sites

Zarejestruj się lub zaloguj, aby ukryć tę reklamę.
Zarejestruj się lub zaloguj, aby ukryć tę reklamę.

jlcpcb.jpg

jlcpcb.jpg

Produkcja i montaż PCB - wybierz sprawdzone PCBWay!
   • Darmowe płytki dla studentów i projektów non-profit
   • Tylko 5$ za 10 prototypów PCB w 24 godziny
   • Usługa projektowania PCB na zlecenie
   • Montaż PCB od 30$ + bezpłatna dostawa i szablony
   • Darmowe narzędzie do podglądu plików Gerber
Zobacz również » Film z fabryki PCBWay

20 minut temu, Przemeq napisał:

Ten raport powinien zawierać więcej informacji jeśli w 
File -> Preferencje zostanie włączona opcja "Pokaż
szczegółowe informacje podczas kompilacji"

Włączyłeś?

Link do komentarza
Share on other sites

@ethanak Jest tam cała szczegółowa kompilacja napisana.

Teraz pokazuję mi się takie coś.

Arduino:1.8.10 (Windows 8.1), Płytka:"Arduino/Genuino Uno"

C:\Users\Przemysław\Desktop\arduino-1.8.10\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\tools-builder -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -built-in-libraries C:\Users\Przemysław\Desktop\arduino-1.8.10\libraries -libraries C:\Users\Przemysław\Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10810 -build-path C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_build_510873 -warnings=none -build-cache C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_cache_71422 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -verbose C:\Users\Przemysław\Desktop\arduino-1.8.10\examples\02.Digital\toneMelody\toneMelody.ino
C:\Users\Przemysław\Desktop\arduino-1.8.10\arduino-builder -compile -logger=machine -hardware C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\tools-builder -tools C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -built-in-libraries C:\Users\Przemysław\Desktop\arduino-1.8.10\libraries -libraries C:\Users\Przemysław\Documents\Arduino\libraries -fqbn=arduino:avr:uno -ide-version=10810 -build-path C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_build_510873 -warnings=none -build-cache C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_cache_71422 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\tools\avr -verbose C:\Users\Przemysław\Desktop\arduino-1.8.10\examples\02.Digital\toneMelody\toneMelody.ino
Using board 'uno' from platform in folder: C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Users\Przemysław\Desktop\arduino-1.8.10\hardware\arduino\avr
Detecting libraries used...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp" -o nul
Generating function prototypes...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\preproc\\ctags_target_for_gcc_minus_e.cpp"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\tools-builder\\ctags\\5.8-arduino11/ctags" -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\preproc\\ctags_target_for_gcc_minus_e.cpp"
Kompilowanie szkicu...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO -DARDUINO_ARCH_AVR "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\cores\\arduino" "-IC:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\arduino\\avr\\variants\\standard" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp" -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp.o"
Compiling libraries...
Compiling core...
Using precompiled core: C:\Users\PRZEMY~1\AppData\Local\Temp\arduino_cache_71422\core\core_arduino_avr_uno_6766b40e30b31c870bedff0d74612609.a
Linking everything together...
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-gcc" -w -Os -g -flto -fuse-linker-plugin -Wl,--gc-sections -mmcu=atmega328p -o "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/toneMelody.ino.elf" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873\\sketch\\toneMelody.ino.cpp.o" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/..\\arduino_cache_71422\\core\\core_arduino_avr_uno_6766b40e30b31c870bedff0d74612609.a" "-LC:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873" -lm
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/toneMelody.ino.elf" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/toneMelody.ino.eep"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-objcopy" -O ihex -R .eeprom "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/toneMelody.ino.elf" "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/toneMelody.ino.hex"
"C:\\Users\\Przemysław\\Desktop\\arduino-1.8.10\\hardware\\tools\\avr/bin/avr-size" -A "C:\\Users\\PRZEMY~1\\AppData\\Local\\Temp\\arduino_build_510873/toneMelody.ino.elf"
Szkic używa 3204 bajtów (9%) pamięci programu. Maksimum to 32256 bajtów.
Zmienne globalne używają 60 bajtów (2%) pamięci dynamicznej, pozostawiając 1988 bajtów dla zmiennych lokalnych. Maksimum to 2048 bajtów.
Nie wybrano portu szeregowego.

@Elvis Niestety nie wiem jak wyłączyć antywirusy ponieważ nam ich ze 3 albo 4 i nie do każdego potrafię się dostać.

Link do komentarza
Share on other sites

Powinieneś korzystać z 1 aktualnego antywirusa  - większa ich ilość nie pomaga, a wręcz może prowadzić do różnych dziwnych sytuacji w systemie.

30 minut temu, Przemeq napisał:

Nie wybrano portu szeregowego.

Sprawdź czy masz wybrany właściwy port gdzie podłączyłeś płytkę.

Link do komentarza
Share on other sites

15 minut temu, Przemeq napisał:

gdzie się zmienia te porty szeregowe?

Menu Narzędzia -> Port, wyświetlą się dostępne porty i stamtąd wybierz ten właściwy (nie, nie wiem który to port w Twoim komputerze).

 

Link do komentarza
Share on other sites

NULL w informatyce oznacza NIC, ZERO

W menadżerze urządzeń zobacz jakie porty szeregowe są dostępne. U mnie wygląda to tak:

port.thumb.jpg.53b0f75f27f5c187251ad8f7cf7d4de3.jpg

W Arduino IDE należy wybrać ten port. U mnie jest to tak:

arduino.thumb.jpg.54d7f2fe77d0c4a50f0633716288d190.jpg

Programy odinstalujesz korzystając z

funkcje.thumb.jpg.e31eeb8bffc81c056e848d1b8d917989.jpg

 

  • Lubię! 1
Link do komentarza
Share on other sites

Dołącz do dyskusji, napisz odpowiedź!

Jeśli masz już konto to zaloguj się teraz, aby opublikować wiadomość jako Ty. Możesz też napisać teraz i zarejestrować się później.
Uwaga: wgrywanie zdjęć i załączników dostępne jest po zalogowaniu!

Anonim
Dołącz do dyskusji! Kliknij i zacznij pisać...

×   Wklejony jako tekst z formatowaniem.   Przywróć formatowanie

  Dozwolonych jest tylko 75 emoji.

×   Twój link będzie automatycznie osadzony.   Wyświetlać jako link

×   Twoja poprzednia zawartość została przywrócona.   Wyczyść edytor

×   Nie możesz wkleić zdjęć bezpośrednio. Prześlij lub wstaw obrazy z adresu URL.

×
×
  • Utwórz nowe...

Ważne informacje

Ta strona używa ciasteczek (cookies), dzięki którym może działać lepiej. Więcej na ten temat znajdziesz w Polityce Prywatności.