Re: [PATCH] Add riscv-sim.exp
Rob Savoye <[email protected]> Thu, 23 Jul 2020 11:11:17 -0600
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/20/20 9:11 PM, Kito Cheng wrote: > Oh, thanks for telling me this, it seems like a pretty new file in the > DejaGNU , I'll take a look at this. It's very new, I've been using it due to a lack of target hardware. I even got GDB testing to work for both bare metal and cross linux. On a side note, I also modified my ABE toolchain building tool to have full RISCV support. That can replace the top level configure/Makefile you're currently using in the riscv-gnu-toolchain. I mostly did this cause I've been building up a CI system for testing DejaGnu patches, and figured it'd be nice to test a non ARM target for a change. I've now got a Jenkins front-end for the GCC compile farm working. - rob -