调试器无法下载程序、无法调试、无法切换启动核心

Home 论坛 开发和更新问题 调试器无法下载程序、无法调试、无法切换启动核心

正在查看 5 帖子:6-10 (共 15 个帖子)
  • 作者
    帖子
  • #1496
    day_dayday_day
    参与者

    请问有没有新建工程配置的过程这一类教程?目前只能对sdk里面的例程编译和修改,但想要彻底新建一个工程一直没有成功。之前只进行过arm+eclipse的开发,但risc-v+eclipse似乎还要麻烦一些,一直没弄出来。

    #1591
    xuhua78xuhua78
    参与者

    差不多問題,一直沒搞定。。啥原因?Open On-Chip Debugger 0.10.0+dev-00433-g849f49ca (2019-01-04-07:48)
    Licensed under GNU GPL v2
    For bug reports, read
    http://openocd.org/doc/doxygen/bugs.html
    adapter speed: 1000 kHz
    srst_only separate srst_gates_jtag srst_open_drain connect_deassert_srst
    Info : mohor tap selected
    Info : adv debug unit selected
    Info : Option 1 is passed to adv debug unit
    Info : core 0 selected
    Info : add flash_bank rv32m1 rv32m1.flash0
    Info : add flash_bank rv32m1 rv32m1.flash1
    Info : J-Link V9 compiled Oct 25 2018 11:46:07
    Info : Hardware version: 9.30
    Info : VTarget = 0.278 V
    Info : clock speed 1000 kHz
    Error: JTAG scan chain interrogation failed: all zeroes
    Error: Check JTAG interface, timings, target power, etc.
    Error: Trying to use configured scan chain anyway…
    Error: rv32m1.cpu: IR capture error; saw 0x00 not 0x01
    Warn : Bypassing JTAG setup events due to errors
    Info : adv debug unit is configured with option ADBG_USE_HISPEED

    #1594
    day_dayday_day
    参与者

    请看这片帖子进行飞线:

    怎样才能不需要j-link调试器来调试织女星开发板

    如果还不行,请修改config文件为100kHz进行仿真,我用1000kHz也不行。

    #1599
    HowardHoward
    参与者

    你可以拷贝Helloword工程,然后把settings目录下的文件名字中hello_world改为和你工程对应的名字,再用字符搜索替换.cproject,.project等文件中的hello_world为你的工程。

    我们没有提供工程模板和wizard的计划。如果你感兴趣,可以搜一下如何给Eclipse创建一个工程模板。

    #1666
    day_dayday_day
    参与者

    我使用Hello World RISC-V C Project创建C工程,propertise也对着模版弄了一遍,源文件全部拷到工程目录下、头文件路径也弄好,可就是编译不过,错误提示:

    Info: Internal Builder is used for build
    riscv32-unknown-elf-gcc -msmall-data-limit=8 -mno-save-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -ffreestanding -fno-builtin -Wall -g3 -Xlinker –gc-sections -Wl,-Map,uart2.map -o uart2.elf “src\\main.o” -lnosys -lgcc -lc -lm -lm -lg -lgcc -lnosys
    f:/study/vega_board/ide/eclipse/gnu mcu eclipse/riscv32-unknown-elf-gcc/bin/../lib/gcc/riscv32-unknown-elf/7.1.1/../../../../riscv32-unknown-elf/bin/ld.exe: cannot open linker script file riscv.ld: No such file or directory
    collect2.exe: error: ld returned 1 exit status

正在查看 5 帖子:6-10 (共 15 个帖子)
  • 抱歉,回复话题必需登录。