Vimal_07
Vimal_07

Registered on 7月前

Answer
1
Article
0
Follower
0

when I just run the sample code(after followed two steps of error correction) on RT-Thread with AB32VG1 board. Stuck with these errors....Please help

15:41:39 Incremental Build of configuration Debug for project loud
make -j2 all2
riscv64-unknown-elf-gcc "../board/board.c"
riscv64-unknown-elf-gcc "../applications/blehr_app.c"
../board/board.c: In function 'exception_isr':
../board/board.c:284:66: error: 'struct rt_thread' has no member named 'name'
284 | rt_kprintf(stack_info, rt_thread_self()->sp, rt_thread_self()->name);

  |                                                                  ^~

make: * [board/subdir.mk:21: board/board.o] Error 1
make: * Waiting for unfinished jobs....
"make -j2 all2" terminated with exit code 2. Build might be incomplete.

15:41:40 Build Failed. 3 errors, 0 warnings. (took 1s.139ms)

Create
Post