Great. The problem was about the rsp_* parameters which were missing. Now it works. Thanks Stefan!
On Thu, May 8, 2014 at 3:01 PM, Stefan Kristiansson <[email protected]> wrote: > On Thu, May 8, 2014 at 3:38 PM, Hesham Moustafa > <[email protected]> wrote: >> Hi Stefan, >> >> I invoke or1ksim with "sim -f sim.cfg", sim.cfg is attached. The >> result I got from or1ksim is the following: >> >> [hesham@localhost ~]$ or32-elf-sim -f sim.cfg >> Seeding random generator with value 0xd740c73e >> Warning: ./sim.cfg: Unrecognized parameter: gdb_enabled at line 89; ignored. >> Warning: ./sim.cfg: Unrecognized parameter: server_port at line 90; ignored. >> Or1ksim 2012-04-27 >> Building automata... done, num uncovered: 0/215. >> Parsing operands data... done. >> Resetting memory controller. >> Resetting PIC. >> WARNING: sim_init: verbose forced on by debug >> VAPI Server started on port 50000 >> VAPI started, waiting for clients >> All devices connected >> Unable to set flags for vapi socket 8 to value 0x00007fff: Invalid argument >> > > the debug section in the or1ksim.cfg file I used > (http://git.openrisc.net/cgit.cgi/jonas/linux/tree/arch/openrisc/or1ksim.cfg) > looks like this > > section debug > enabled = 0 > /* gdb_enabled = 0 */ > /* server_port = 9999*/ > rsp_enabled = 1 > rsp_port = 50001 > end > > also note that I explicitly used --srv=55555 on the commandline in my example. > > Stefan _______________________________________________ OpenRISC mailing list [email protected] http://lists.openrisc.net/listinfo/openrisc
