How can I use n32 abi for mips?

2020-01-21 Thread ??????
Hi everybody! I want to add n32 abi for mips-rtems5,but mips-rtems5-ar doesn't support n32 mode. Thank you!___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: rtems-libbsd-5.0.0 , Extension of the dhcp response with option 129 (rtems-cmdline)

2020-01-21 Thread Chris Johns
On 22/1/20 1:13 am, Heinz Junkes wrote: > I am trying to add an option (129) to the dhcp-request in rtems-libbsd. > My attempts to add the option in > > ./freebsd/sbin/dhclient/tables.c > ({ "rtems-cmdline", "t", &dhcp_universe, 129 },) > ./dhcpcd/dhcpcd-embedded.c > ("define 129 string rte

rtems-libbsd-5.0.0 , Extension of the dhcp response with option 129 (rtems-cmdline)

2020-01-21 Thread Heinz Junkes
I am trying to add an option (129) to the dhcp-request in rtems-libbsd. My attempts to add the option in ./freebsd/sbin/dhclient/tables.c ({ "rtems-cmdline", "t",&dhcp_universe, 129 },) ./dhcpcd/dhcpcd-embedded.c ("define 129 string rtems_cmdline”,) ./dhcpcd/dhcpcd-definitions.conf (defi

RE: Remote Debugging on Zynq Boards

2020-01-21 Thread Vishav.Vishav
Hi Chris, Thanks for the suggestion. I followed the same procedure and now I can debug my application. Regards Vishav -Original Message- From: Chris Johns [mailto:chr...@rtems.org] Sent: Dienstag, 21. Januar 2020 02:22 To: Vishav, Vishav; users@rtems.org Subject: Re: Remote Debugging o