ahmetyusufaydin
Decapat
- Katılım
- 16 Temmuz 2023
- Mesajlar
- 18
Daha fazla
- Cinsiyet
- Erkek
Merhaba değerli Technopat kullanıcıları ve yetkilileri,
Yakın zamanda ESP-IDF kullanarak ESP32 programlamaya başladım. Bunu tercih etme sebebim özellikle Matter SDK’ları ile çalışmak için en uygun seçenek olmasıydı. Ne yazık ki henüz yeni başlamış olmama rağmen bir sorunla karşılaştım ve günlerdir tek bir adım dahi ilerleyemiyorum. Web’deki bütün kaynakları araştırdım, hiçbir çözüm bulamadım. Yapay zekâya danıştım, bana bazı çözümler önerdi. Bu çözümleri tek tek denememe rağmen hiçbir sonuca ulaşamadım.
Sorunu tarif edecek olursam:
Her kullanıcının yaptığı gibi önce bilgisayarıma Ubuntu kurdum. Ardından tamamen şu sayfadaki yönergeleri izleyerek ESP-IDF ve toolchain kurulumunu yaptım:
İlk yüklediğim sürüm yanlış hatırlamıyorsam 6.0’dı. Belki yanılıyor olabilirim çünkü şimdi geriye dönüp baktığımda neden stabil olmayan bir sürüm seçtiğimi sorguluyorum. Daha sonra herhangi bir derleme denemesi yapmadan Visual Studio Code’u sisteme entegre ettim. Bu aşamaya kadar her şey normaldi: ESP32’yi monitörden izleyebiliyordum, sistem cihazı algılıyordu (ilk başta algılamıyordu, sonradan izin ayarlarını değiştirmem gerektiğini öğrendim).
Examples sekmesinden Blink kodunu alıp derlemeyi denedim. Tüm hata çıktıları aşağıda mevcut. Bu noktadan sonra hata mesajlarını kullanarak çözüm aramaya başladım. IDF’yi defalarca silip stabil sürümü yeniden yükledim. Hatta uyumluluk sorunu olabilir diye 5.0 sürümünü de denedim. Ancak hiçbir değişiklik olmadı. Son olarak başka bir GitHub konusundaki benzer hata raporunda önerildiği üzere sistem dilini bile değiştirmeyi denedim, fakat bu da sorunu çözmedi.
Sonuç: Hata hep aynı şekilde devam ediyor.
Yardımcı olursanız çok sevinirim.
Komut satırı çıkışını aşağıda verdim. Ayrıca Error: unknown opcode or format name 'rsr.IBREAKENABLE' (IDFGH-16402) · Issue #17542 · espressif/esp-idf bu linkte açtığım github konusunda daha fazla dosya verdim oradan da bakabilirsiniz.
hmetyusuf@ahmetyusuf:~/Desktop/ESP/blink$ idf.py build Exec=env LANG=en_US.UTF-8
/home/ahmetyusuf/esp/v5.0/esp-idf/tools/check_python_dependencies.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 80.9.0 documentation
import pkg_resources
Executing action: all (aliases: build)
Running ninja in directory /home/ahmetyusuf/Desktop/ESP/blink/build
Executing "ninja all"...
[21/844] Generating ../../partition_table/partition-table.binPartition table binary generated. Contents:
*******************************************************************************
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1M,
*******************************************************************************
[165/844] Building ASM object esp-idf/...m.dir/port/soc/esp32/highint_hdl.S.objFAILED: esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj
/home/ahmetyusuf/.espressif/tools/xtensa-esp32-elf/esp-2022r1-11.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/ahmetyusuf/Desktop/ESP/blink/build/config -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/. -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/include/private -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/newlib/platform_include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/esp_additions/include/freertos -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/esp_additions/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/include/soc -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/port/esp32/. -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/heap/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/log/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/esp32/. -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/hal/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/hal/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/hal/platform_port/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/include/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_common/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/xtensa/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/xtensa/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/include/apps -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/include/apps/sntp -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/lwip/src/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/port/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/port/esp32/include/arch -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/spi_flash/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_timer/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/pthread/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader_support/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/efuse/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/efuse/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/driver/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/driver/deprecated -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/driver/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_pm/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_ringbuf/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_partition/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_gdbstub/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_gdbstub/xtensa -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_gdbstub/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_app_format/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/ahmetyusuf/Desktop/ESP/blink=. -fmacro-prefix-map=/home/ahmetyusuf/esp/v5.0/esp-idf=/IDF -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -D_GNU_SOURCE -DIDF_VER=\"v5.0-dirty\" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -Wno-format -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -c /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S: Assembler messages:
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:166: Error: unknown opcode or format name 'rsr.INTERRUPT'
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:244: Error: unknown opcode or format name 'rsr.INTERRUPT'
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:250: Error: unknown opcode or format name 'rsr.INTENABLE'
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:253: Error: unknown opcode or format name 'wsr.INTENABLE'
[182/844] Performing configure step for 'bootloader'-- Building ESP-IDF components for target esp32
-- Project sdkconfig file /home/ahmetyusuf/Desktop/ESP/blink/sdkconfig
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
-- App "bootloader" version: v5.0-dirty
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld
-- Components: bootloader bootloader_support efuse esp_app_format esp_common esp_hw_support esp_rom esp_system esptool_py freertos hal log main micro-ecc newlib partition_table soc spi_flash xtensa
-- Component paths: /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader_support /home/ahmetyusuf/esp/v5.0/esp-idf/components/efuse /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_app_format /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_common /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system /home/ahmetyusuf/esp/v5.0/esp-idf/components/esptool_py /home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos /home/ahmetyusuf/esp/v5.0/esp-idf/components/hal /home/ahmetyusuf/esp/v5.0/esp-idf/components/log /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/main /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/components/micro-ecc /home/ahmetyusuf/esp/v5.0/esp-idf/components/newlib /home/ahmetyusuf/esp/v5.0/esp-idf/components/partition_table /home/ahmetyusuf/esp/v5.0/esp-idf/components/soc /home/ahmetyusuf/esp/v5.0/esp-idf/components/spi_flash /home/ahmetyusuf/esp/v5.0/esp-idf/components/xtensa
-- Configuring done (1.2s)
-- Generating done (0.0s)
-- Build files have been written to: /home/ahmetyusuf/Desktop/ESP/blink/build/bootloader
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the /home/ahmetyusuf/Desktop/ESP/blink/build/log/idf_py_stderr_output_11832 and /home/ahmetyusuf/Desktop/ESP/blink/build/log/idf_py_stdout_output_11832
Yakın zamanda ESP-IDF kullanarak ESP32 programlamaya başladım. Bunu tercih etme sebebim özellikle Matter SDK’ları ile çalışmak için en uygun seçenek olmasıydı. Ne yazık ki henüz yeni başlamış olmama rağmen bir sorunla karşılaştım ve günlerdir tek bir adım dahi ilerleyemiyorum. Web’deki bütün kaynakları araştırdım, hiçbir çözüm bulamadım. Yapay zekâya danıştım, bana bazı çözümler önerdi. Bu çözümleri tek tek denememe rağmen hiçbir sonuca ulaşamadım.
Sorunu tarif edecek olursam:
Her kullanıcının yaptığı gibi önce bilgisayarıma Ubuntu kurdum. Ardından tamamen şu sayfadaki yönergeleri izleyerek ESP-IDF ve toolchain kurulumunu yaptım:
İlk yüklediğim sürüm yanlış hatırlamıyorsam 6.0’dı. Belki yanılıyor olabilirim çünkü şimdi geriye dönüp baktığımda neden stabil olmayan bir sürüm seçtiğimi sorguluyorum. Daha sonra herhangi bir derleme denemesi yapmadan Visual Studio Code’u sisteme entegre ettim. Bu aşamaya kadar her şey normaldi: ESP32’yi monitörden izleyebiliyordum, sistem cihazı algılıyordu (ilk başta algılamıyordu, sonradan izin ayarlarını değiştirmem gerektiğini öğrendim).
Examples sekmesinden Blink kodunu alıp derlemeyi denedim. Tüm hata çıktıları aşağıda mevcut. Bu noktadan sonra hata mesajlarını kullanarak çözüm aramaya başladım. IDF’yi defalarca silip stabil sürümü yeniden yükledim. Hatta uyumluluk sorunu olabilir diye 5.0 sürümünü de denedim. Ancak hiçbir değişiklik olmadı. Son olarak başka bir GitHub konusundaki benzer hata raporunda önerildiği üzere sistem dilini bile değiştirmeyi denedim, fakat bu da sorunu çözmedi.
Sonuç: Hata hep aynı şekilde devam ediyor.
Yardımcı olursanız çok sevinirim.
Komut satırı çıkışını aşağıda verdim. Ayrıca Error: unknown opcode or format name 'rsr.IBREAKENABLE' (IDFGH-16402) · Issue #17542 · espressif/esp-idf bu linkte açtığım github konusunda daha fazla dosya verdim oradan da bakabilirsiniz.
hmetyusuf@ahmetyusuf:~/Desktop/ESP/blink$ idf.py build Exec=env LANG=en_US.UTF-8
/home/ahmetyusuf/esp/v5.0/esp-idf/tools/check_python_dependencies.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See Package Discovery and Resource Access using pkg_resources - setuptools 80.9.0 documentation
import pkg_resources
Executing action: all (aliases: build)
Running ninja in directory /home/ahmetyusuf/Desktop/ESP/blink/build
Executing "ninja all"...
[21/844] Generating ../../partition_table/partition-table.binPartition table binary generated. Contents:
*******************************************************************************
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs,data,nvs,0x9000,24K,
phy_init,data,phy,0xf000,4K,
factory,app,factory,0x10000,1M,
*******************************************************************************
[165/844] Building ASM object esp-idf/...m.dir/port/soc/esp32/highint_hdl.S.objFAILED: esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj
/home/ahmetyusuf/.espressif/tools/xtensa-esp32-elf/esp-2022r1-11.2.0/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc -I/home/ahmetyusuf/Desktop/ESP/blink/build/config -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/. -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/include/private -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/newlib/platform_include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/FreeRTOS-Kernel/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/esp_additions/include/freertos -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos/esp_additions/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/include/soc -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/include/soc/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/port/esp32/. -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support/port/esp32/private_include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/heap/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/log/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/esp32/. -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/hal/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/hal/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/hal/platform_port/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/include/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_common/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/xtensa/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/xtensa/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/include/apps -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/include/apps/sntp -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/lwip/src/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/port/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/lwip/port/esp32/include/arch -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/spi_flash/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_timer/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/pthread/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader_support/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader_support/bootloader_flash/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/efuse/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/efuse/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/driver/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/driver/deprecated -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/driver/esp32/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_pm/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_ringbuf/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_partition/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_gdbstub/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_gdbstub/xtensa -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_gdbstub/esp32 -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_app_format/include -I/home/ahmetyusuf/esp/v5.0/esp-idf/components/vfs/include -mlongcalls -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fmacro-prefix-map=/home/ahmetyusuf/Desktop/ESP/blink=. -fmacro-prefix-map=/home/ahmetyusuf/esp/v5.0/esp-idf=/IDF -fstrict-volatile-bitfields -Wno-error=unused-but-set-variable -fno-jump-tables -fno-tree-switch-conversion -DconfigENABLE_FREERTOS_DEBUG_OCDAWARE=1 -D_GNU_SOURCE -DIDF_VER=\"v5.0-dirty\" -DESP_PLATFORM -D_POSIX_READER_WRITER_LOCKS -Wno-format -MD -MT esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -MF esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj.d -o esp-idf/esp_system/CMakeFiles/__idf_esp_system.dir/port/soc/esp32/highint_hdl.S.obj -c /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S: Assembler messages:
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:166: Error: unknown opcode or format name 'rsr.INTERRUPT'
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:244: Error: unknown opcode or format name 'rsr.INTERRUPT'
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:250: Error: unknown opcode or format name 'rsr.INTENABLE'
/home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system/port/soc/esp32/highint_hdl.S:253: Error: unknown opcode or format name 'wsr.INTENABLE'
[182/844] Performing configure step for 'bootloader'-- Building ESP-IDF components for target esp32
-- Project sdkconfig file /home/ahmetyusuf/Desktop/ESP/blink/sdkconfig
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/soc/esp32/ld/esp32.peripherals.ld
-- App "bootloader" version: v5.0-dirty
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.api.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.libgcc.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom/esp32/ld/esp32.rom.newlib-funcs.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.ld
-- Adding linker script /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/main/ld/esp32/bootloader.rom.ld
-- Components: bootloader bootloader_support efuse esp_app_format esp_common esp_hw_support esp_rom esp_system esptool_py freertos hal log main micro-ecc newlib partition_table soc spi_flash xtensa
-- Component paths: /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader_support /home/ahmetyusuf/esp/v5.0/esp-idf/components/efuse /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_app_format /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_common /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_hw_support /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_rom /home/ahmetyusuf/esp/v5.0/esp-idf/components/esp_system /home/ahmetyusuf/esp/v5.0/esp-idf/components/esptool_py /home/ahmetyusuf/esp/v5.0/esp-idf/components/freertos /home/ahmetyusuf/esp/v5.0/esp-idf/components/hal /home/ahmetyusuf/esp/v5.0/esp-idf/components/log /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/main /home/ahmetyusuf/esp/v5.0/esp-idf/components/bootloader/subproject/components/micro-ecc /home/ahmetyusuf/esp/v5.0/esp-idf/components/newlib /home/ahmetyusuf/esp/v5.0/esp-idf/components/partition_table /home/ahmetyusuf/esp/v5.0/esp-idf/components/soc /home/ahmetyusuf/esp/v5.0/esp-idf/components/spi_flash /home/ahmetyusuf/esp/v5.0/esp-idf/components/xtensa
-- Configuring done (1.2s)
-- Generating done (0.0s)
-- Build files have been written to: /home/ahmetyusuf/Desktop/ESP/blink/build/bootloader
ninja: build stopped: subcommand failed.
ninja failed with exit code 1, output of the command is in the /home/ahmetyusuf/Desktop/ESP/blink/build/log/idf_py_stderr_output_11832 and /home/ahmetyusuf/Desktop/ESP/blink/build/log/idf_py_stdout_output_11832
Son düzenleyen: Moderatör: