Arduino IDE->Tools->Zigbee Mode?george1255 wrote: Mon Feb 09, 2026 9:01 pmto teraz mamvajera wrote: Mon Feb 09, 2026 8:59 pmTo już nie przejdzie - możesz zmodyfikować plik custom partycji wycinając nieco z LittleFs.Code: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lesp_zb_api_zczr: No such file or directory /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lesp_zb_cli_command: No such file or directory /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lzboss_port: No such file or directory collect2: error: ld returned 1 exit status
Pytania techniczne dotyczące kodu [bramka ZigBee]
Moderator: vajera
-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
Zigbee ZCZRvajera wrote: Mon Feb 09, 2026 9:05 pmArduino IDE->Tools->Zigbee Mode?george1255 wrote: Mon Feb 09, 2026 9:01 pmto teraz mamvajera wrote: Mon Feb 09, 2026 8:59 pm
To już nie przejdzie - możesz zmodyfikować plik custom partycji wycinając nieco z LittleFs.Code: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lesp_zb_api_zczr: No such file or directory /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lesp_zb_cli_command: No such file or directory /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lzboss_port: No such file or directory collect2: error: ld returned 1 exit status
a teraz
Code: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(Esp.cpp.o) has a section extending past end of file
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(HEXBuilder.cpp.o) has a section extending past end of file
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a: file truncated
Compilation error: exit status 1-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
Ustawiłeś Tools->Core Debug Level: None?george1255 wrote: Mon Feb 09, 2026 9:09 pmZigbee ZCZRvajera wrote: Mon Feb 09, 2026 9:05 pmArduino IDE->Tools->Zigbee Mode?george1255 wrote: Mon Feb 09, 2026 9:01 pm
to teraz mamCode: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lesp_zb_api_zczr: No such file or directory /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lesp_zb_cli_command: No such file or directory /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: cannot find -lzboss_port: No such file or directory collect2: error: ld returned 1 exit status
a terazCode: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(Esp.cpp.o) has a section extending past end of file /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(HEXBuilder.cpp.o) has a section extending past end of file /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a: file truncated Compilation error: exit status 1![]()
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
vajera wrote: Mon Feb 09, 2026 9:25 pmUstawiłeś Tools->Core Debug Level: None?george1255 wrote: Mon Feb 09, 2026 9:09 pmZigbee ZCZR
a terazCode: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(Esp.cpp.o) has a section extending past end of file /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(HEXBuilder.cpp.o) has a section extending past end of file /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a: file truncated Compilation error: exit status 1![]()
You do not have the required permissions to view the files attached to this post.
-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
Pokaż plik boards.txt (gdzieś w katalogu arduino core)george1255 wrote: Mon Feb 09, 2026 9:37 pmvajera wrote: Mon Feb 09, 2026 9:25 pmUstawiłeś Tools->Core Debug Level: None?george1255 wrote: Mon Feb 09, 2026 9:09 pm
Zigbee ZCZR
a terazCode: Select all
/Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(Esp.cpp.o) has a section extending past end of file /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: warning: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a(HEXBuilder.cpp.o) has a section extending past end of file /Users/zbyszek/Library/Arduino15/packages/esp32/tools/esp-rv32/2511/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ar: /Users/zbyszek/Library/Caches/arduino/sketches/6875577FC83D66F66DC3756C8004EF5F/core/core.a: file truncated Compilation error: exit status 1![]()
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
ten z Twojego gitavajera wrote: Mon Feb 09, 2026 9:41 pmPokaż plik boards.txt (gdzieś w katalogu arduino core)
-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
Gdybyś miał z mojego Gita, to partition scheme nazywałby się CustomZB.george1255 wrote: Mon Feb 09, 2026 9:43 pmten z Twojego gita
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
podmieniam pliki, resteruje IDE i dalej jest CUSTOM zamiast CustomZBvajera wrote: Mon Feb 09, 2026 9:45 pmGdybyś miał z mojego Gita, to partition scheme nazywałby się CustomZB.
-
george1255
- Posts: 426
- Joined: Fri Sep 02, 2022 8:48 pm
- Location: Włodawa
- Has thanked: 12 times
- Been thanked: 7 times
vajera wrote: Mon Feb 09, 2026 9:45 pmGdybyś miał z mojego Gita, to partition scheme nazywałby się CustomZB.
You do not have the required permissions to view the files attached to this post.
-
vajera
- Posts: 7290
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
Próbowałeś Tools->Reload Board Data?george1255 wrote: Mon Feb 09, 2026 9:52 pmvajera wrote: Mon Feb 09, 2026 9:45 pmGdybyś miał z mojego Gita, to partition scheme nazywałby się CustomZB.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
