Disasembly from embed. memory explorer does not work

Sysprogs forums Forums VisualGDB Disasembly from embed. memory explorer does not work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35186
    Aloysius_Pendergast
    Participant

    I try to use the function “disassemble selected function” from the Embeded Memory Explorer, but it does not work! I get an error message which says that the main.elf could not be found. Detailed report below.

    I use the ESP-IDF framework to build ESP32 firmware.

    Thanks and Merry Christmas

     

     

    VisualGDBCore 6.0.3.1
    —————— n51+k ——————
    n51+k: Failed to start process (c:\sysgcc\esp32\tools\xtensa-esp32-elf\esp-12.2.0_20230208\xtensa-esp32-elf\bin\xtensa-esp32-elf-gdb.exe –interpreter mi “D:/repos/source/ESP/ESP32_SPI_ASM_Dummy/build/VisualGDB/Debug/main.elf”) in ” : Das System kann die angegebene Datei nicht finden —> System.ComponentModel.Win32Exception: Das System kann die angegebene Datei nicht finden
    bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
    bei n51.w()
    — Ende der internen Ausnahmestapelüberwachung —
    bei n51.w()
    bei om2.d_2(pn2 e, String a, String c, String f, ExpandedEnvironment b, CommandFlags d)
    bei ds..ctor(String a, String b)
    bei VisualGDB.Backend.Embedded.MemoryExplorer.MemoryExplorerDisassemblyController.DisassemblyThreadBody(AvailableScope scope)
    trace=[n51.w:71, om2.d_2:22, ds..ctor:0, VisualGDB.Backend.Embedded.MemoryExplorer.MemoryExplorerDisassemblyController.DisassemblyThreadBody:65]
    —————— Inner exception ——————
    —————— System.ComponentModel.Win32Exception ——————
    System.ComponentModel.Win32Exception (0x80004005): Das System kann die angegebene Datei nicht finden
    bei System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
    bei n51.w()
    trace=[System.Diagnostics.Process.StartWithCreateProcess:1008, n51.w:12]

    Attachments:
    You must be logged in to view attached files.
    #35252
    support
    Keymaster

    Hi,

    Thanks for confirming your support status. Please try this build: VisualGDB-6.0.4.5081.msi

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.