Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 avr-gdb 与文件 elf 一起使用我需要在 windows 中定位一个文件。我试过这个:
target exec C:/Users/DARKCO1/AppData/Local/Temp/build8029591154609303866.tmp/sketch_aug17a.elf
但我得到“没有这样的文件或目录”
我的错误在哪里?
Windows 中的路径使用反斜杠。将路径重新编码为
C:\Users\DARKCO1\AppData\Local\Temp\build8029591154609303866.tmp\sketch_aug17a.elf
有两个问题:
1)反斜杠
2)我相信〜因为我改变了包含精灵和gdb的文件夹的路径并没有给我错误。