gigamegawatts

Results 7 comments of gigamegawatts

For what it's worth, I have the same problem. I didn't find the solution, though. You would think that replacing the mscorlib.dll file in the specified folder would fix it....

Recent versions for ARM are available in this repo: https://github.com/stevedesmond-ca/vscode-arm

The USB JTAG support works well on the OI-PLUS for me, but I'm using a commercial product that makes things easy, VisualGDB. I just did a quick test with ESP-IDF...

Hi, I just tried running on Linux, specifically Ubuntu 20.04. It works for me. I suspect the difference is that I (unintentionally) installed the 4.4-dev version of ESP-IDF. Based on...

For what it's worth, flashing through the USB JTAG connection does work for me now. I actually don't know what changed from when it failed on Saturday, so this feature...

Yes, I do: Python 2.7.18. That library was installed by the libpython2.7 package. I had no idea Python 2.7 was prereq for riscv32-esp-elf-gdb or any other part of ESP-IDF --...

That "Error in sourced command file" might be the cause. I'm using a slightly different gdbinit without the file command -- I copied it from the [docs](https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-guides/jtag-debugging/using-debugger.html): ``` target remote...