Advertisement
Guest User

Untitled

a guest
Jan 31st, 2025
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. * Executing task: nRF Connect: Flash: aerobox/build_aerobox_dev (active)
  2.  
  3. Flashing build_aerobox_dev to J-Link Grosse
  4. C:\Windows\system32\cmd.exe /d /s /c "west flash -d c:\Users\gilles.devillers.SECTRONIC\aerobox\build_aerobox_dev --dev-id 602002180"
  5.  
  6. -- west flash: rebuilding
  7. [0/30] Performing build step for 'tfm'
  8. ninja: no work to do.
  9. [1/19] Performing build step for 'mcuboot_subimage'
  10. ninja: no work to do.
  11. [3/17] Building C object CMakeFiles/app.dir/src/main.c.obj
  12. [4/17] Linking C static library app\libapp.a
  13. [5/17] Linking C executable zephyr\zephyr_pre0.elf
  14. [6/17] Generating linker.cmd
  15. [7/17] Generating isr_tables.c, isr_tables_vt.ld, isr_tables_swi.ld
  16. FAILED: zephyr/isr_tables.c zephyr/isr_tables_vt.ld zephyr/isr_tables_swi.ld C:/Users/gilles.devillers.SECTRONIC/aerobox/build_aerobox_dev/zephyr/isr_tables.c C:/Users/gilles.devillers.SECTRONIC/aerobox/build_aerobox_dev/zephyr/isr_tables_vt.ld C:/Users/gilles.devillers.SECTRONIC/aerobox/build_aerobox_dev/zephyr/isr_tables_swi.ld
  17. cmd.exe /C "cd /D C:\Users\gilles.devillers.SECTRONIC\aerobox\build_aerobox_dev\zephyr && C:\ncs\toolchains\ce3b5ff664\opt\bin\python.exe C:/ncs/v2.7.0/zephyr/scripts/build/gen_isr_tables.py --output-source isr_tables.c --linker-output-files isr_tables_vt.ld isr_tables_swi.ld --kernel C:/Users/gilles.devillers.SECTRONIC/aerobox/build_aerobox_dev/zephyr/zephyr_pre0.elf --intlist-section .intList --intlist-section intList --sw-isr-table --vector-table"
  18. Traceback (most recent call last):
  19. File "C:\ncs\v2.7.0\zephyr\scripts\build\gen_isr_tables.py", line 14, in <module>
  20. from elftools.elf.elffile import ELFFile
  21. File "C:\ncs\toolchains\b620d30767\opt\bin\Lib\site-packages\elftools\elf\elffile.py", line 41, in <module>
  22. from ..dwarf.dwarfinfo import DWARFInfo, DebugSectionDescriptor, DwarfConfig
  23. File "C:\ncs\toolchains\b620d30767\opt\bin\Lib\site-packages\elftools\dwarf\dwarfinfo.py", line 17, in <module>
  24. from .structs import DWARFStructs
  25. File "C:\ncs\toolchains\b620d30767\opt\bin\Lib\site-packages\elftools\dwarf\structs.py", line 10, in <module>
  26. from logging.config import valid_ident
  27. File "<frozen zipimport>", line 259, in load_module
  28. File "logging\config.py", line 30, in <module>
  29. File "<frozen zipimport>", line 259, in load_module
  30. File "logging\handlers.py", line 26, in <module>
  31. File "<frozen zipimport>", line 259, in load_module
  32. File "socket.py", line 51, in <module>
  33. ImportError: Module use of python312.dll conflicts with this version of Python.
  34. ninja: build stopped: subcommand failed.
  35. FATAL ERROR: re-build in c:\Users\gilles.devillers.SECTRONIC\aerobox\build_aerobox_dev failed
  36.  
  37. * The terminal process terminated with exit code: 1.
  38. * Terminal will be reused by tasks, press any key to close it.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement