- This topic has 14 个回复, 3 个参与人, and was last updated 5 years, 2 months 前 by day_day.
-
作者帖子
-
六月 6, 2019 - 12:33 上午 #1496day_day参与者
请问有没有新建工程配置的过程这一类教程?目前只能对sdk里面的例程编译和修改,但想要彻底新建一个工程一直没有成功。之前只进行过arm+eclipse的开发,但risc-v+eclipse似乎还要麻烦一些,一直没弄出来。
六月 13, 2019 - 11:31 上午 #1591xuhua78参与者差不多問題,一直沒搞定。。啥原因?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六月 13, 2019 - 5:30 下午 #1594day_day参与者六月 13, 2019 - 7:12 下午 #1599Howard参与者你可以拷贝Helloword工程,然后把settings目录下的文件名字中hello_world改为和你工程对应的名字,再用字符搜索替换.cproject,.project等文件中的hello_world为你的工程。
我们没有提供工程模板和wizard的计划。如果你感兴趣,可以搜一下如何给Eclipse创建一个工程模板。
六月 17, 2019 - 1:51 上午 #1666day_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 -
作者帖子
- 抱歉,回复话题必需登录。